mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
bump $VERSION
This commit is contained in:
parent
dc406f90af
commit
280e9a5ccb
@ -6,7 +6,7 @@
|
||||
package _charnames;
|
||||
use strict;
|
||||
use warnings;
|
||||
our $VERSION = '1.49';
|
||||
our $VERSION = '1.50';
|
||||
use unicore::Name; # mktables-generated algorithmically-defined names
|
||||
|
||||
use bytes (); # for $bytes::hint_bits
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
package charnames;
|
||||
use strict;
|
||||
use warnings;
|
||||
our $VERSION = '1.49';
|
||||
our $VERSION = '1.50';
|
||||
use unicore::Name; # mktables-generated algorithmically-defined names
|
||||
use _charnames (); # The submodule for this where most of the work gets done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user