Skip to content

Commit

Permalink
Version 1.06 releng
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Oct 13, 2011
1 parent 7ec1f7d commit 8cf93ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes
@@ -1,3 +1,15 @@
1.06 2011-10-12

* Allow calling ->load_file as a class method, for simple use cases
(alexmv)
* Fix a parsing bug when quoted strings directly adjoined to unquoted
strings (alexmv)
* Calling ->load_file on a nonexistant file no longer sets ->is_loaded
(alexmv)
* Document that getters implicitly call ->load (alexmv)
* Make ->dump implicitly call ->load as well (alexmv)
* Minor POD fixes (alexmv, spang)

1.05 2011-01-07

* support Module::Install::ExtraTests 0.007 (sunnavy)
Expand Down
2 changes: 1 addition & 1 deletion lib/Config/GitLike.pm
Expand Up @@ -7,7 +7,7 @@ use Scalar::Util qw(openhandle);
use Fcntl qw(O_CREAT O_EXCL O_WRONLY);
use 5.008;

our $VERSION = '1.05';
our $VERSION = '1.06';


has 'confname' => (
Expand Down

0 comments on commit 8cf93ca

Please sign in to comment.