Skip to content

Commit

Permalink
version submodules to prevent circular dep upgrade heck. bump to 1.16_01
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Oct 20, 2010
1 parent 922fd2e commit 09063f1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,5 +1,11 @@
Revision history for Perl suite Locale::Maketext

2010-10-20
* Release 1.16_01

Test release of 1.16_01, versioning even deprecated Guts modules.
This prevents CPAN upgrade circular heck. Thanks BinGOs

2010-10-07
* Release 1.16

Expand Down
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Locale-Maketext
version: 1.15_01
version: 1.16_01
abstract: framework for localization
author: []
license: perl
Expand All @@ -17,7 +17,7 @@ resources:
bugtracker: http://rt.perl.org/perlbug/
license: http://dev.perl.org/licenses/
MailingList: http://lists.perl.org/list/perl5-porters.html
repository: http://perl5.git.perl.org/perl.git
repository: http://perl5.git.perl.org/perl.git/tree/HEAD:/dist/Locale-Maketext
no_index:
directory:
- t
Expand Down
2 changes: 1 addition & 1 deletion lib/Locale/Maketext.pm
Expand Up @@ -27,7 +27,7 @@ BEGIN {
}


$VERSION = '1.16';
$VERSION = '1.16_01';
@ISA = ();

$MATCH_SUPERS = 1;
Expand Down
2 changes: 2 additions & 0 deletions lib/Locale/Maketext/Guts.pm
Expand Up @@ -2,6 +2,8 @@ package Locale::Maketext::Guts;

use Locale::Maketext;

our $VERSION = '1.16_01';

=head1 NAME
Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code
Expand Down
2 changes: 2 additions & 0 deletions lib/Locale/Maketext/GutsLoader.pm
Expand Up @@ -2,6 +2,8 @@ package Locale::Maketext::GutsLoader;

use Locale::Maketext;

our $VERSION = '1.16_01';

sub zorp { return scalar @_ }

=head1 NAME
Expand Down

0 comments on commit 09063f1

Please sign in to comment.