The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use strict;
use warnings;

use inc::Module::Install;

all_from        'lib/CSS/Packer.pm';
test_requires   'Test::More'        => 0;
requires        'Regexp::RegGrp'    => "1.001_001";

repository 'http://github.com/nevesenin/css-packer-perl';
bugtracker 'http://github.com/nevesenin/css-packer-perl/issues';

clean_files 't/stylesheets/s?-got.css';

auto_install();
WriteAll();