Skip to content

Commit

Permalink
Bump version for 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
jibsheet committed Dec 16, 2010
1 parent 927a4de commit aef1184
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[Changes for 0.27 2010-12-16]
* Include RT's lib/ directory in INC so that requires()
on RT::VERSION work properly

[Changes for 0.26 2010-12-14]

* Search RTHOME before searching @INC
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ no_index:
provides:
Module::Install::RTx:
file: lib/Module/Install/RTx.pm
version: 0.26
version: 0.27
Module::Install::RTx::Factory:
file: lib/Module/Install/RTx/Factory.pm
requires:
Module::Install::Admin: 0.4
perl: 5.8.0
resources:
license: http://opensource.org/licenses/mit-license.php
version: 0.26
version: 0.27
2 changes: 1 addition & 1 deletion lib/Module/Install/RTx.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ no warnings 'once';

use Module::Install::Base;
use base 'Module::Install::Base';
our $VERSION = '0.26';
our $VERSION = '0.27';

use FindBin;
use File::Glob ();
Expand Down

0 comments on commit aef1184

Please sign in to comment.