Bump version and update Changes
[pod-constants.git] / lib / Pod / Constants.pm
index a4e0c936d5b3245bc9cd5397270027af4d313c1e..59218cc2146ec72d4db0b33a8c5a4fa41bbb2bfe 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use base qw(Pod::Parser Exporter);
 use Carp;
 
-our $VERSION = 0.18;
+our $VERSION = 0.19;
 
 # An ugly hack to go from caller() to the relevant parser state
 # variable
@@ -217,7 +217,7 @@ Pod::Constants - Include constants from POD
  # This is an example of using a closure.  $_ is set to the
  # contents of the paragraph.  In this example, "eval" is
  # used to execute this code at run time.
- $VERSION = 0.18;
+ $VERSION = 0.19;
 
  =head2 Some list
 
This page took 0.009974 seconds and 4 git commands to generate.