fix version and some dependencies

This commit is contained in:
2015-04-04 15:24:08 +01:00
parent 694539f0dc
commit d12b24dfb7
2 changed files with 18 additions and 17 deletions
+15 -15
View File
@@ -4,23 +4,23 @@ use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'File::Assets::Precompile',
AUTHOR => q{Dinis Lage <dlage@cpan.org>},
VERSION_FROM => 'lib/File/Assets/Precompile.pm',
ABSTRACT_FROM => 'lib/File/Assets/Precompile.pm',
LICENSE => 'artistic_2',
PL_FILES => {},
MIN_PERL_VERSION => 5.006,
CONFIGURE_REQUIRES => {
'ExtUtils::MakeMaker' => 0,
},
BUILD_REQUIRES => {
'Test::More' => 0,
},
PREREQ_PM => {
NAME => 'File::Assets::Precompile',
AUTHOR => q{Dinis Lage <dlage@cpan.org>},
VERSION_FROM => 'lib/File/Assets/Precompile.pm',
ABSTRACT_FROM => 'lib/File/Assets/Precompile.pm',
LICENSE => 'artistic_2',
PL_FILES => {},
MIN_PERL_VERSION => 5.006,
CONFIGURE_REQUIRES => { 'ExtUtils::MakeMaker' => 0, },
BUILD_REQUIRES => { 'Test::More' => 0, },
PREREQ_PM => {
'JavaScript::Minifier::XS' => 0,
'Path::Class' => 0,
'CSS::Minifier::XS' => 0,
#'ABC' => 1.6,
#'Foo::Bar::Module' => 5.0401,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'File-Assets-Precompile-*' },
clean => { FILES => 'File-Assets-Precompile-*' },
);
+3 -2
View File
@@ -1,4 +1,7 @@
package File::Assets::Precompile;
{
$File::Assets::Precompile::VERSION = '0.01';
}
use 5.006;
use strict;
@@ -14,8 +17,6 @@ Version 0.01
=cut
our $VERSION = '0.01';
=head1 SYNOPSIS
Quick summary of what the module does.