]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
check for File::Temp 0.19 for ->newdir method
[public-inbox.git] / Makefile.PL
index adc7e5184374426721b8176c1f67f397867b93eb..f650fdeaea143ee491801af95d02e9420a3dabf0 100644 (file)
@@ -20,7 +20,7 @@ my %man3 = map {; # semi-colon tells Perl this is a BLOCK (and not EXPR)
 
 WriteMakefile(
        NAME => 'PublicInbox',
-       VERSION => '1.1.0-pre1',
+       VERSION => '1.2.0',
        AUTHOR => 'Eric Wong <e@80x24.org>',
        ABSTRACT => 'public-inbox server infrastructure',
        EXE_FILES => \@EXE_FILES,
@@ -54,7 +54,7 @@ WriteMakefile(
                # All Perl installs I know about have these, but RH-based
                # distros make them separate even though 'perl' pulls them in
                'File::Path' => 0,
-               'File::Temp' => 0,
+               'File::Temp' => '0.19',
                'Getopt::Long' => 0,
                'Exporter' => 0,
                # ExtUtils::MakeMaker # this file won't run w/o it...