Codebase list libmoosex-singlearg-perl-upstream / affa06b
Update boilerplate. Aran Deltac 5 years ago
10 changed file(s) with 11 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
11
22 {{$NEXT}}
33
4 - Require perl 5.8 per Minilla.
4 - Require perl 5.8.1.
55 - Simplify VERSION declarations.
66
77 0.09 2019-02-18T06:09:45Z
99 ],
1010 "meta-spec" : {
1111 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
12 "version" : "2"
12 "version" : 2
1313 },
1414 "name" : "MooseX-SingleArg",
1515 "no_index" : {
6969 "Mohammad S Anwar <mohammad.anwar@yahoo.com>",
7070 "Xavier Guimard <x.guimard@free.fr>"
7171 ],
72 "x_serialization_backend" : "JSON::PP version 2.27300",
72 "x_serialization_backend" : "JSON::PP version 2.97001",
7373 "x_static_install" : 1
7474 }
00 package MooseX::SingleArg::Meta::Class;
1
1 use 5.008001;
22 our $VERSION = '0.09';
33
44 use Moose::Role;
00 package MooseX::SingleArg::Meta::Object;
1
1 use 5.008001;
22 our $VERSION = '0.09';
33
44 use Moose::Role;
00 package MooseX::SingleArg::Meta::Role;
1
1 use 5.008001;
22 our $VERSION = '0.09';
33
44 use Moose::Role;
00 package MooseX::SingleArg::Meta::ToClass;
1
1 use 5.008001;
22 our $VERSION = '0.09';
33
44 use Moose::Role;
00 package MooseX::SingleArg::Meta::ToRole;
1
1 use 5.008001;
22 our $VERSION = '0.09';
33
44 use Moose::Role;
00 package MooseX::SingleArg;
1
1 use 5.008001;
22 our $VERSION = '0.09';
33
44 =head1 NAME
00 #!/usr/bin/env perl
1 use 5.008001;
12 use strict;
23 use warnings;
3
44 use Test2::V0;
55
66 {
00 #!/usr/bin/env perl
1 use 5.008001;
12 use strict;
23 use warnings;
3
44 use Test2::V0;
55
66 {