give D:D:Context::Simple a version number
Zefram [Mon, 12 Sep 2011 18:52:17 +0000 (19:52 +0100)]
Changes
lib/Devel/Declare/Context/Simple.pm

diff --git a/Changes b/Changes
index cc32696..2e79acc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -10,6 +10,7 @@ Changes for Devel-Declare
   - Return undef from toke_scan_str if string was unterminated.
   - Detect and croak if unwanted reallocation occurs during toke_scan_str.
   - Avoid memory leak in toke_scan_str.
+  - Give Devel::Declare::Context::Simple a version number.
   - Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
 
 0.006006 - 23 Aug 2011
index 8ea318e..800758a 100644 (file)
@@ -6,6 +6,8 @@ use Devel::Declare ();
 use B::Hooks::EndOfScope;
 use Carp qw/confess/;
 
+our $VERSION = '0.006006';
+
 sub new {
   my $class = shift;
   bless {@_}, $class;