diff --git a/Makefile.PL b/Makefile.PL index e45a48d..1d2b373 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,23 +4,23 @@ use warnings; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'File::Assets::Precompile', - AUTHOR => q{Dinis Lage }, - 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 }, + 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-*' }, ); diff --git a/lib/File/Assets/Precompile.pm b/lib/File/Assets/Precompile.pm index f0be43f..7e42c39 100644 --- a/lib/File/Assets/Precompile.pm +++ b/lib/File/Assets/Precompile.pm @@ -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.