]> git.vpit.fr Git - perl/modules/rgit.git/commitdiff
Quote version numbers in Makefile.PL
authorVincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:44:54 +0000 (17:44 -0300)
committerVincent Pit <vince@profvince.com>
Thu, 22 Aug 2013 20:44:54 +0000 (17:44 -0300)
Makefile.PL

index fe2b2879843e3db2b1d0052fd22e002c112ed1e2..d84e49ca15e8af5e5dbc357b408407c75697e321 100644 (file)
@@ -54,7 +54,7 @@ WriteMakefile(
  PL_FILES         => { },
  EXE_FILES        => [ 'bin/rgit' ],
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008,
+ MIN_PERL_VERSION => '5.008',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => 'pod2text -u bin/rgit > $(DISTVNAME)/README',