From ffbc36676d3c03a2359197da1af32e5815245960 Mon Sep 17 00:00:00 2001 From: David Wheeler Date: Tue, 29 Apr 2003 01:10:55 +0000 Subject: [PATCH] Updated in prep for 1.6.0. Not sure how much the bundles get used, but it's easy enough to keep them up-to-date. git-svn-id: http://svn.bricolage.cc/trunk/distutils/BricolagePlus@2779 d891ef98-e4d9-0310-886a-e7f4d30e8d80 --- BricolagePlus.pm | 12 ++++++++++-- Changes | 3 +++ README | 8 ++++++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/BricolagePlus.pm b/BricolagePlus.pm index 72b74cd..b5bbdc6 100644 --- a/BricolagePlus.pm +++ b/BricolagePlus.pm @@ -1,6 +1,6 @@ package Bundle::BricolagePlus; -our $VERSION = '1.4.1'; +our $VERSION = '1.6.0'; 1; __END__ @@ -34,6 +34,14 @@ Net::SFTP 0.05 - Secure File Transfer Protocol client Net::FTPServer - A secure, extensible and configurable Perl FTP server +Pod::Simple - Framework for Parsing Pod + +Test::Pod 0.95 - Check for POD Errors in Files + +HTTP::DAV - Perl WebDAV Client Library + +Text::Levenshtein - An implementation of the Levenshtein edit distance + =head1 AUTHOR David Wheeler @@ -47,7 +55,7 @@ Bricolage. =head1 COPYRIGHT AND LICENSE -Copyright (c) 2002, David Wheeler. All Rights Reserved. +Copyright (c) 2002-2003, David Wheeler. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/Changes b/Changes index 55e4201..f872146 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl module Bundle::BricolagePlus. +1.6.0 Tue Apr 29 08:46:12 2003 + - Updated fro Bricolage 1.6.0, with some new modules added. + 1.4.1 Thu Sep 5 01:30:41 2002 - Added Net::FTPServer. diff --git a/README b/README index 89860c0..3229a00 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Bundle/BricolagePlus version 1.4.1 +Bundle/BricolagePlus version 1.6.0 ================================== DESCRIPTION @@ -17,6 +17,10 @@ Apache::SizeLimit - Because size does matter Devel::Profiler 0.03 - a Perl profiler compatible with dprofpp Net::SFTP 0.05 - Secure File Transfer Protocol client Net::FTPServer - A secure, extensible and configurable Perl FTP server +Pod::Simple - Framework for Parsing Pod +Test::Pod 0.95 - Check for POD Errors in Files +HTTP::DAV - Perl WebDAV Client Library +Text::Levenshtein - An implementation of the Levenshtein edit distance INSTALLATION @@ -26,7 +30,7 @@ To install this module type the following as root: COPYRIGHT AND LICENCE -Copyright (c) 2002, David Wheeler. All Rights Reserved. +Copyright (c) 2002-2003, David Wheeler. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.