fix version and some dependencies
This commit is contained in:
+15
-15
@@ -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-*' },
|
||||
);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user