Group
Extension

Matches 1

App-FatPacker-Simple ( S/SK/SKAJI/App-FatPacker-Simple-0.20.tar.gz, SKAJI, 2023; MetaCPAN )
App-FatPacker-Simple/lib/App/FatPacker/Simple.pm ( view source; MetaCPAN )
::Usage ();

our $IGNORE_FILE = [
    qr/\.pod$/,
    qr/\.packlist$/,
    qr/MYMETA\.json$/,
    qr/install\.json$/,
];

sub new {
    my ($class, @argv) = @_;
    bless { @argv }, $class;
}

sub par

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.