Skip to content

Commit dcfbcce

Browse files
committed
bump perl5db.pl's $VERSION
Add a note about version numbering, since if we use X.XX_XX versions in blead it's harder to find an unused version number if the module is modified in maint.
1 parent db79bf9 commit dcfbcce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/perl5db.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,8 @@ BEGIN
528528
# Debugger for Perl 5.00x; perl5db.pl patch level:
529529
use vars qw($VERSION $header);
530530

531-
$VERSION = '1.49_04';
531+
# bump to X.XX in blead, only use X.XX_XX in maint
532+
$VERSION = '1.50';
532533

533534
$header = "perl5db.pl version $VERSION";
534535

0 commit comments

Comments
 (0)