Skip to content

Commit

Permalink
Add $VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Jun 14, 2012
1 parent df94a4f commit 47ac0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ my $builder = Module::Build->new(
module_name => 'Carp::Fix::1_25',
license => 'perl',
dist_author => 'Michael G Schwern <schwern@pobox.com>',
dist_version => "1.000000",

requires => {
'perl' => '5.6.0',
Expand Down
2 changes: 2 additions & 0 deletions lib/Carp/Fix/1_25.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ package Carp::Fix::1_25;
use strict;
use warnings;

our $VERSION = '1.000000';

require Carp;
require Exporter;
our @ISA = qw(Exporter);
Expand Down

0 comments on commit 47ac0f0

Please sign in to comment.