Skip to content

Commit

Permalink
bumped prereq of Devel::Declare
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhesa Rozendaal committed Oct 25, 2008
1 parent 34db5d0 commit 9b08861
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -11,7 +11,7 @@ my $builder = Module::Build->new(
'Test::More' => 0,
},
requires => {
'Devel::Declare' => '0.002002_01',
'Devel::Declare' => '0.003001',
},
add_to_cleanup => [ 'Method-Signatures-Simple-*' ],
create_makefile_pl => 'traditional',
Expand Down
20 changes: 11 additions & 9 deletions lib/Method/Signatures/Simple.pm
Expand Up @@ -3,7 +3,17 @@ package Method::Signatures::Simple;
use warnings;
use strict;

our $VERSION = '0.01_01';
our $VERSION = '0.02';

=head1 NAME
Method::Signatures::Simple - Basic method declarations with signatures, without source filters
=head1 VERSION
Version 0.02
=cut

use base q/Devel::Declare::MethodInstaller::Simple/;

Expand Down Expand Up @@ -35,14 +45,6 @@ sub parse_proto {
}


=head1 NAME
Method::Signatures::Simple - Basic method declarations with signatures, without source filters
=head1 VERSION
Version 0.01
=head1 SYNOPSIS
use Method::Signatures::Simple;
Expand Down

0 comments on commit 9b08861

Please sign in to comment.