Acme-BayaC
view release on metacpan or search on metacpan
lib/Acme/BayaC.pm view on Meta::CPAN
use strict;
use warnings;
use Carp qw/croak/;
our $VERSION = '0.05';
sub new {
my $class = shift;
my $args = shift || +{};
bless $args, $class;
}
1;
__END__
=encoding UTF-8
=head1 NAME
( run in 1.472 second using v1.01-cache-2.11-cpan-de7293f3b23 )