Skip to content

Commit

Permalink
packaging for CPAN: 20120514.0117_001
Browse files Browse the repository at this point in the history
  • Loading branch information
barefootcoder committed May 14, 2012
1 parent ddc550d commit 6aa5241
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
20120514.0117_001 Mon May 14 01:17:38 PDT 2012
Distribution Fixes
* Added version number to Method::Signatures::Modifiers.


20111125 Fri Nov 25 01:15:50 PST 2011
Optimizations
* Type checks significantly faster. 40% faster with Mouse.
Expand Down
10 changes: 4 additions & 6 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ build_requires:
Test::Warn: 0.10
configure_requires:
Module::Build: 0.26
dynamic_config: 1
generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110930'
generated_by: 'Module::Build version 0.3603'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -20,13 +19,12 @@ name: Method-Signatures
provides:
Method::Signatures:
file: lib/Method/Signatures.pm
version: 20111125
version: 20120514.0117_001
Method::Signatures::Modifiers:
file: lib/Method/Signatures/Modifiers.pm
version: 0
version: 20120514.0117_001
Method::Signatures::Parser:
file: lib/Method/Signatures/Parser.pm
version: 0
recommends:
Moose: 0.96
requires:
Expand All @@ -45,4 +43,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: 20111125
version: 20120514.0117_001
2 changes: 1 addition & 1 deletion lib/Method/Signatures.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Method::Signatures::Parser;
use Data::Alias;
use Devel::Pragma qw(my_hints);

our $VERSION = '20111125';
our $VERSION = '20120514.0117_001';

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

Expand Down
2 changes: 2 additions & 0 deletions lib/Method/Signatures/Modifiers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ use Sub::Name;

use base 'Method::Signatures';

our $VERSION = '20120514.0117_001';


=head1 NAME
Expand Down

0 comments on commit 6aa5241

Please sign in to comment.