Bump version numbers for release
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / Storable.pm
index 760d74e..ef0e07e 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 
 use Storable ();
 
-our $VERSION   = '0.01';
+our $VERSION   = '0.18';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';
@@ -28,7 +28,7 @@ __END__
 
 =head1 NAME
 
-MooseX::Storage::Format::Storable
+MooseX::Storage::Format::Storable - A Storable serialization role
 
 =head1 SYNOPSIS
 
@@ -97,7 +97,7 @@ Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2007 by Infinity Interactive, Inc.
+Copyright 2007-2008 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>