Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.02. Changelog diff is:
Browse files Browse the repository at this point in the history
  • Loading branch information
dann committed Jan 18, 2009
1 parent 613e213 commit 39256db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Revision history for Perl extension Class::Method::Modifiers::Fast

0.02 Sun Jan 18 17:19:17 2009
* fixed error message

0.01 Sun Jan 18 17:19:17 2009
* original version
2 changes: 1 addition & 1 deletion lib/Class/Method/Modifiers/Fast.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Class::Method::Modifiers::Fast;
use strict;
use warnings;
use Data::Util;
our $VERSION = '0.01';
our $VERSION = '0.02';

use base 'Exporter';
our @EXPORT = qw(before after around);
Expand Down

0 comments on commit 39256db

Please sign in to comment.