projects
/
perl
/
modules
/
rgit.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e22d516
)
Encode the README file in UTF-8
author
Vincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:39:34 +0000 (17:39 -0300)
committer
Vincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:39:34 +0000 (17:39 -0300)
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 6bca87631ff75ab81442c4c8bf590bdfe2a185b3..fe2b2879843e3db2b1d0052fd22e002c112ed1e2 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-57,7
+57,7
@@
WriteMakefile(
MIN_PERL_VERSION => 5.008,
META_MERGE => \%META,
dist => {
- PREOP => 'pod2text bin/rgit > $(DISTVNAME)/README',
+ PREOP => 'pod2text
-u
bin/rgit > $(DISTVNAME)/README',
COMPRESS => 'gzip -9f', SUFFIX => 'gz'
},
clean => {