diff --git a/Changes b/Changes index f73c581..1260019 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl module Bundle::Bricolage. +1.9.1 + 1.9.0 2005-08-17T23:35:49 - Added new modules required for 1.9.0: + Test::File::Contents. diff --git a/README b/README index 9276c01..20f7011 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Bundle/Bricolage version 1.9.0 +Bundle/Bricolage version 1.91 ============================== DESCRIPTION diff --git a/lib/Bundle/Bricolage.pm b/lib/Bundle/Bricolage.pm index b1f85fa..689e38c 100644 --- a/lib/Bundle/Bricolage.pm +++ b/lib/Bundle/Bricolage.pm @@ -1,6 +1,6 @@ package Bundle::Bricolage; -our $VERSION = '1.9.0'; +our $VERSION = '1.91'; 1; __END__