Skip to content

Commit

Permalink
packaging for CPAN: 20121108.0047_001
Browse files Browse the repository at this point in the history
  • Loading branch information
barefootcoder committed Nov 8, 2012
1 parent 920e2d5 commit 7fcc94a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,3 +1,8 @@
20121108.0047_001 Thu Nov 8 00:47:15 PST 2012
New Features
* remove dependency on Devel::BeginLift
[github #39]

20121025.2315_001 Thu Oct 25 23:15:20 PDT 2012
New Features
* can now use `when' to specify default conditions
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Expand Up @@ -14,6 +14,7 @@ t/anon.t
t/array_param.t
t/at_underscore.t
t/attributes.t
t/before_510.t
t/begin.t
t/block_defaults.t
t/caller.t
Expand Down Expand Up @@ -89,6 +90,7 @@ t/typeload_nomoose.t
t/typeload_notypes.t
t/types.t
t/undef_defaults.t
t/when.t
t/where.t
t/yadayada.t
t/zero_defaults.t
7 changes: 3 additions & 4 deletions META.json
Expand Up @@ -36,7 +36,6 @@
"Any::Moose" : "0.11",
"Const::Fast" : "0.006",
"Data::Alias" : "1.08",
"Devel::BeginLift" : "0.001001",
"Devel::Declare" : "0.006002",
"Devel::Declare::MethodInstaller::Simple" : "0.006002",
"Devel::Pragma" : "0.40",
Expand All @@ -50,11 +49,11 @@
"provides" : {
"Method::Signatures" : {
"file" : "lib/Method/Signatures.pm",
"version" : "20121025.2315_001"
"version" : "20121108.0047_001"
},
"Method::Signatures::Modifiers" : {
"file" : "lib/Method/Signatures/Modifiers.pm",
"version" : "20121025.2315_001"
"version" : "20121108.0047_001"
},
"Method::Signatures::Parser" : {
"file" : "lib/Method/Signatures/Parser.pm",
Expand All @@ -73,5 +72,5 @@
"url" : "https://github.com/schwern/method-signatures/tree"
}
},
"version" : "20121025.2315_001"
"version" : "20121108.0047_001"
}
7 changes: 3 additions & 4 deletions META.yml
Expand Up @@ -20,10 +20,10 @@ name: Method-Signatures
provides:
Method::Signatures:
file: lib/Method/Signatures.pm
version: 20121025.2315_001
version: 20121108.0047_001
Method::Signatures::Modifiers:
file: lib/Method/Signatures/Modifiers.pm
version: 20121025.2315_001
version: 20121108.0047_001
Method::Signatures::Parser:
file: lib/Method/Signatures/Parser.pm
version: 0
Expand All @@ -33,7 +33,6 @@ requires:
Any::Moose: 0.11
Const::Fast: 0.006
Data::Alias: 1.08
Devel::BeginLift: 0.001001
Devel::Declare: 0.006002
Devel::Declare::MethodInstaller::Simple: 0.006002
Devel::Pragma: 0.40
Expand All @@ -45,4 +44,4 @@ resources:
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Method-Signatures
license: http://dev.perl.org/licenses/
repository: https://github.com/schwern/method-signatures/tree
version: 20121025.2315_001
version: 20121108.0047_001
2 changes: 1 addition & 1 deletion lib/Method/Signatures.pm
Expand Up @@ -8,7 +8,7 @@ use Method::Signatures::Parser;
use Data::Alias;
use Devel::Pragma qw(my_hints);

our $VERSION = '20121025.2315_001';
our $VERSION = '20121108.0047_001';

our $DEBUG = $ENV{METHOD_SIGNATURES_DEBUG} || 0;

Expand Down
2 changes: 1 addition & 1 deletion lib/Method/Signatures/Modifiers.pm
Expand Up @@ -7,7 +7,7 @@ use Sub::Name;

use base 'Method::Signatures';

our $VERSION = '20121025.2315_001';
our $VERSION = '20121108.0047_001';


=head1 NAME
Expand Down

0 comments on commit 7fcc94a

Please sign in to comment.