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
diff --git a/Changes b/Changes
index 9347104..0d6dc4e 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,8 @@
 Revision history for Perl extension Class::Method::Modifiers::Fast

-0.02
+0.02 Thu Dec 24 16:40:37 2009
     * Add install_modifier as a public API (gfx)
+    * Require Data::Util 0.55 explicitly (gfx)

 0.01 Sun Jan 18 17:19:17 2009
 	* original version
  • Loading branch information
gfx committed Dec 24, 2009
1 parent 5f990f7 commit e8f967b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,7 +1,8 @@
Revision history for Perl extension Class::Method::Modifiers::Fast

0.02
0.02 Thu Dec 24 16:40:37 2009
* Add install_modifier as a public API (gfx)
* Require Data::Util 0.55 explicitly (gfx)

0.01 Sun Jan 18 17:19:17 2009
* original version
2 changes: 1 addition & 1 deletion lib/Class/Method/Modifiers/Fast.pm
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 e8f967b

Please sign in to comment.