move to dist-zilla
This commit is contained in:
9
MANIFEST
9
MANIFEST
@@ -1,9 +0,0 @@
|
||||
Changes
|
||||
lib/File/Assets/Precompile.pm
|
||||
Makefile.PL
|
||||
MANIFEST This list of files
|
||||
README
|
||||
t/00-load.t
|
||||
t/manifest.t
|
||||
t/pod-coverage.t
|
||||
t/pod.t
|
||||
28
Makefile.PL
28
Makefile.PL
@@ -1,28 +0,0 @@
|
||||
use 5.006;
|
||||
use strict;
|
||||
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 => {
|
||||
'JavaScript::Minifier::XS' => 0,
|
||||
'Path::Class' => 0,
|
||||
'CSS::Minifier::XS' => 0,
|
||||
'Log::Log4perl' => 0,
|
||||
'File::MMagic' => 0,
|
||||
|
||||
#'ABC' => 1.6,
|
||||
#'Foo::Bar::Module' => 5.0401,
|
||||
},
|
||||
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
|
||||
clean => { FILES => 'File-Assets-Precompile-*' },
|
||||
);
|
||||
20
dist.ini
Normal file
20
dist.ini
Normal file
@@ -0,0 +1,20 @@
|
||||
name = File-Assets-Precompile
|
||||
version = 0.0.1
|
||||
author = Dinis Lage <dlage@cpan.org>
|
||||
license = Perl_5
|
||||
copyright_holder = Dinis Lage
|
||||
main_module = lib/File/Assets/Precompile.pm
|
||||
|
||||
[Prereqs]
|
||||
Carp = 0
|
||||
Log::Log4perl = 0
|
||||
File::MMagic = 0
|
||||
Path::Class = 0
|
||||
JavaScript::Minifier::XS = 0
|
||||
CSS::Minifier::XS = 0
|
||||
|
||||
[@Basic]
|
||||
[Test::Perl::Critic]
|
||||
[PodCoverageTests]
|
||||
[PodSyntaxTests]
|
||||
[@Git]
|
||||
@@ -1,11 +1,11 @@
|
||||
package File::Assets::Precompile;
|
||||
{
|
||||
$File::Assets::Precompile::VERSION = '0.0.1';
|
||||
}
|
||||
|
||||
use 5.006;
|
||||
use strict;
|
||||
use warnings;
|
||||
{
|
||||
$File::Assets::Precompile::VERSION = '0.0.1';
|
||||
}
|
||||
|
||||
use Log::Log4perl;
|
||||
my $l = Log::Log4perl::get_logger();
|
||||
|
||||
Reference in New Issue
Block a user