Skip to content

Commit

Permalink
0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Jan 6, 2024
1 parent 44066d8 commit 967783d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Lingua::Slavic::Numbers Changelog
-----------------------------

0.05
- pod improvements and fixes (RT #37187)

0.04
- fix regexp warnings (RT #116382)

Expand Down
2 changes: 1 addition & 1 deletion lib/Lingua/BG/Numbers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Exporter;
use vars qw( $VERSION @EXPORT_OK @EXPORT @ISA);
@EXPORT_OK = qw( &number_to_bg &ordinate_to_bg );
@EXPORT = @EXPORT_OK;
$VERSION = 0.02;
$VERSION = 0.03;
@ISA = qw(Exporter);

sub ordinate_to_bg { return Lingua::Slavic::Numbers::ordinate_to_slavic(LANG_BG, @_); }
Expand Down
2 changes: 1 addition & 1 deletion lib/Lingua/Slavic/Numbers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use constant FEMININE_GENDER => 'fem';
use constant MASCULINE_GENDER => 'man';
use constant NEUTRAL_GENDER => 'neu';

$VERSION = 0.04;
$VERSION = 0.05;
$DEBUG = 0;
@ISA = qw(Exporter);
@EXPORT_OK = qw( &number_to_slavic &ordinate_to_slavic LANG_BG);
Expand Down

0 comments on commit 967783d

Please sign in to comment.