Skip to content

Commit

Permalink
Make this version 0.07, with a changes entry for it.
Browse files Browse the repository at this point in the history
  • Loading branch information
theorbtwo committed Jul 10, 2009
1 parent 76b738d commit 4a333ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.07
- Create, and document a $DEBUG var, to put debug printing in
- Get rid of silent dependency on Data::Dump::Streamer
- Recriminate self over it.
- Make it possible to manually behave as if Moose or C3 weren't
present, to make sure the test suite still PASSes.
- Make it possible to see what gets loaded during the test suite,
to see if extra dependencies have snuck in.
- Help genericizing and releasing either of those welcome, BTW.

0.06
- Yet another go at not reloading files.
- Make error messages on unloadable files somewhat less verbose.
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Inherit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BEGIN {
use Sub::Identify;
use Pod::Compiler;
use Path::Class;
our $VERSION = '0.06';
our $VERSION = '0.07';

=head1 NAME
Expand Down

0 comments on commit 4a333ac

Please sign in to comment.