summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2020-07-31 09:06:12 -0700
committerKaren Etheridge <ether@cpan.org>2020-07-31 09:06:12 -0700
commit952ec6e5a6a52882ece6175046da546dfda2ad1e (patch)
tree5ba7ad8969ec61449741c3841e59acd716c86ac7
parentc264cfef5d6059722da7603b2054ead0b613d0a0 (diff)
increment $VERSION after 1.06 release
-rw-r--r--Changes2
-rw-r--r--lib/File/Flat.pm4
2 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 092c6a1..234f105 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension File::Flat.
+{{$NEXT}}
+
1.06 2020-07-31 16:05:45Z
- add a $VERSION to the internal File::Flat::Object package
diff --git a/lib/File/Flat.pm b/lib/File/Flat.pm
index 999a4a5..f321da6 100644
--- a/lib/File/Flat.pm
+++ b/lib/File/Flat.pm
@@ -17,7 +17,7 @@ use prefork 'File::Copy';
use prefork 'File::Copy::Recursive';
use prefork 'File::Remove';
-our $VERSION = '1.06';
+our $VERSION = '1.07';
# The main error string
our $errstr = '';
@@ -514,7 +514,7 @@ sub _andRemove {
package File::Flat::Object;
-our $VERSION = '1.06';
+our $VERSION = '1.07';
# Instantiatable version of File::Flat.
#