Increase $DB::VERSION to 1.07

Programming / Compilers / PERL - Father Chrysostomos [cpan.org] - 23 June 2013 00:11 UTC



###

diff --git a/lib/DB.pm b/lib/DB.pm
index c183d12..fd0ff92 100644
--- a/lib/DB.pm
+++ b/lib/DB.pm
@@ -41,7 +41,7 @@ BEGIN {
$DB::subname = ''; # currently executing sub (fully qualified name)
$DB::lineno = ''; # current line number

- $DB::VERSION = $DB::VERSION = '1.06';
+ $DB::VERSION = $DB::VERSION = '1.07';

# initialize private globals to avoid warnings

a85b63f Increase $DB::VERSION to 1.07
lib/DB.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: perl5.git.perl.org


  • Share