Increase $Class::Struct::VERSION to 0.65
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 04:53:12 +0000 (21:53 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 05:11:48 +0000 (22:11 -0700)
lib/Class/Struct.pm

index 0bd0486..0aaab51 100644 (file)
@@ -14,7 +14,7 @@ require Exporter;
 @ISA = qw(Exporter);
 @EXPORT = qw(struct);
 
-$VERSION = '0.64';
+$VERSION = '0.65';
 
 my $print = 0;
 sub printem {