CSS-Compressor

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


use ExtUtils::MakeMaker;

WriteMakefile(
    NAME             => 'CSS::Compressor',
    VERSION_FROM     => 'Compressor.pm',
    PREREQ_PM        => {},
    BUILD_REQUIRES   => {
        'Test::Differences' => 0,
    },
    ABSTRACT_FROM    => 'Compressor.pm',
    AUTHOR           => 'Simon Bertrang <janus@cpan.org>',
    LICENSE          => 'perl_5',
    MIN_PERL_VERSION => '5.010000',
    META_MERGE       => {
        resources        => {
            license          => 'http://dev.perl.org/licenses/',
            repository       => 'https://github.com/sbertrang/css-compressor.git',
            bugtracker       => 'https://github.com/sbertrang/css-compressor/issues',
        },
    },
);



( run in 2.319 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )