From: Chris Nehren Date: Thu, 16 Aug 2012 00:13:24 +0000 (-0400) Subject: apeiron is an idiot X-Git-Tag: release_1.0.10_002^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=f04672b558455494c58ad3de8d405a8a2bbe6b90 apeiron is an idiot --- diff --git a/Changes b/Changes index 9f48926..0f7410a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +1.0.10_002 2012-08-15 20:15:00 + - APEIRON is an idiot (APEIRON) + 1.0.10_001 2012-08-15 20:00:00 - Dev release to test removing a warning about modules not using the 'eval $VERSION' syntax which causes lots of spew. (APEIRON) diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index ed36891..2147232 100644 --- a/lib/Module/Metadata.pm +++ b/lib/Module/Metadata.pm @@ -11,7 +11,7 @@ package Module::Metadata; use strict; use vars qw($VERSION); -$VERSION = '1.000010_001'; +$VERSION = '1.000010_002'; $VERSION = eval $VERSION; use Carp qw/croak/;