Skip to content

Commit

Permalink
Updated for forthcoming 1.8.0 release.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.bricolage.cc/trunk/distutils/Bricolage@4300 d891ef98-e4d9-0310-886a-e7f4d30e8d80
  • Loading branch information
theory committed Dec 11, 2003
1 parent 1fd3648 commit e785638
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 22 deletions.
2 changes: 2 additions & 0 deletions Build.PL
@@ -1,5 +1,7 @@
use Module::Build;

require 5.006001;

my $build = Module::Build->new
( module_name => 'Bundle::Bricolage',
license => 'perl',
Expand Down
6 changes: 5 additions & 1 deletion Changes
@@ -1,12 +1,16 @@
Revision history for Perl module Bundle::Bricolage.

1.8.0
- Updated for Bricolage 1.8.0, with some new modules added.
- Removed Apache::ConfigFile, which is no longer needed by Bricolage.

1.6.1 Tue Aug 26 18:08:42 2003
- Switched to Module::Build.
- Reorganized distribution layout to better reflect Perl standard.
- Added POD tests.

1.6.0 Tue Apr 29 08:46:12 2003
- Updated fro Bricolage 1.6.0, with some new modules added.
- Updated for Bricolage 1.6.0, with some new modules added.
- Restored HTML::Mason to the list, now that 1.6.0 requires
Mason 1.16 or later.

Expand Down
21 changes: 14 additions & 7 deletions README
@@ -1,4 +1,4 @@
Bundle/Bricolage version 1.6.1
Bundle/Bricolage version 1.8.0
==============================

DESCRIPTION
Expand Down Expand Up @@ -26,6 +26,9 @@ URI - Uniform Resource Identifiers (absolute and relative)
HTML::Tagset - Data tables useful in parsing HTML
HTML::Parser - HTML parser class
MIME::Base64 - Encoding and decoding of base64 strings
MIME::Tools - Modules for parsing (and creating!) MIME entities
Mail::Address - Parse mail addresses
Net::SMTP - Simple Mail Transfer Protocol Client
XML::Writer - Perl extension for writing XML documents
LWP - Library for WWW access in Perl
Image::Info - Extract meta information from image files
Expand All @@ -34,7 +37,8 @@ MLDBM - Store multi-level hash structure in single level
tied hash
Params::Validate 0.57 - Validate method/function parameters
Exception::Class 1.12 - Perl Exceptions Base Class
HTML::Mason 1.16 - High-Performance, Dynamic Web Site Authoring System
Class::Container 0.09 - Glues object frameworks together transparently
HTML::Mason 1.23 - High-Performance, Dynamic Web Site Authoring System
DBD::Pg - PostgreSQL database driver for the DBI module
DB_File - Perl5 access to Berkeley DB version 1.x
Apache::Session 1.54 - A persistence framework for session data
Expand All @@ -43,19 +47,22 @@ Test::Harness 2.03 - Run perl standard test scripts with statistics
Test::Simple - Basic utilities for writing tests
Parse::RecDescent - Generate Recursive-Descent Parsers
Text::Balanced - Extract delimited text sequences from strings
HTML::Template - Perl module to use HTML Templates from CGI scripts
HTML::Template::Expr - HTML::Template extension adding expression support
XML::Parser - A Perl module for parsing XML documents
XML::Parser 2.34 - A Perl module for parsing XML documents
XML::Simple - Easy API to read/write XML (esp config files)
IO::Stringy - I/O on in-core objects like strings and arrays
MIME::Parser - Experimental class for parsing MIME streams
SOAP::Lite 0.55 - Client and server side SOAP implementation
Apache::ConfigFile 0.14 - Parse an Apache style httpd.conf config file
File::Temp - Return name and handle of a temporary file safely
Text::Soundex - Implementation of the Soundex Algorithm as Described
by Knuth
Locale::Maketext - Framework for Localization in Perl
Test::Class - xUnit/JUnit style Test Suite System
HTTP::BrowserDetect - Determine the Web browser, version, and platform
from an HTTP user agent string
Params::CallbackRequest 1.10 - Functional and object-oriented callback
architecture
MasonX::Interp::WithCallbacks 1.10 - Mason callback support via
Params::CallbackRequest


INSTALLATION

Expand Down
34 changes: 20 additions & 14 deletions lib/Bundle/Bricolage.pm
@@ -1,6 +1,6 @@
package Bundle::Bricolage;

our $VERSION = '1.6.1';
our $VERSION = '1.8.0';

1;
__END__
Expand Down Expand Up @@ -39,7 +39,7 @@ Bundle::libnet - A bundle to install all libnet related modules
Devel::Symdump - Dump symbol names or the symbol table
DBI - Database independent interface for Perl
DBI 1.18 - Database independent interface for Perl
Error - Error/exception handling in an OO-ish way
Expand All @@ -59,6 +59,12 @@ HTML::Parser - HTML parser class
MIME::Base64 - Encoding and decoding of base64 strings
MIME::Tools - modules for parsing (and creating!) MIME entities
Mail::Address - Parse mail addresses
Net::SMTP - Simple Mail Transfer Protocol Client
XML::Writer - Perl extension for writing XML documents
LWP - Library for WWW access in Perl
Expand All @@ -73,16 +79,18 @@ Params::Validate 0.57 - Validate method/function parameters
Exception::Class 1.12 - Perl Exceptions Base Class
HTML::Mason 1.16 - High-Performance, Dynamic Web Site Authoring System
Class::Container 0.09 - Glues object frameworks together transparently
Apache::Request 1.0 - Generate compiler and linker flags for libapreq
HTML::Mason 1.23 - High-Performance, Dynamic Web Site Authoring System
DBD::Pg - PostgreSQL database driver for the DBI module
DB_File - Perl5 access to Berkeley DB version 1.x
Apache::Session 1.54 - A persistence framework for session data
Apache::Request 1.0 - Generate compiler and linker flags for libapreq
Test::Harness 2.03 - Run perl standard test scripts with statistics
Test::Simple - Basic utilities for writing tests
Expand All @@ -91,22 +99,14 @@ Parse::RecDescent - Generate Recursive-Descent Parsers
Text::Balanced - Extract delimited text sequences from strings
HTML::Template - Perl module to use HTML Templates from CGI scripts
HTML::Template::Expr - HTML::Template extension adding expression support
XML::Parser - A Perl module for parsing XML documents
XML::Parser 2.34 - A Perl module for parsing XML documents
XML::Simple - Easy API to read/write XML (esp config files)
IO::Stringy - I/O on in-core objects like strings and arrays
MIME::Parser - Experimental class for parsing MIME streams
SOAP::Lite 0.55 - Client and server side SOAP implementation
Apache::ConfigFile 0.14 - Parse an Apache Style httpd.conf Config File
File::Temp - Return Name and Handle of a Temporary File Safely
Text::Soundex - Implementation of the Soundex Algorithm as Described by Knuth
Expand All @@ -115,6 +115,12 @@ Locale::Maketext - Framework for Localization in Perl
Test::Class - xUnit/JUnit style Test Suite System
=item HTTP::BrowserDetect
=item Params::CallbackRequest 1.10
=item MasonX::Interp::WithCallbacks 1.10
=head1 AUTHOR
David Wheeler <david@wheeler.net>
Expand Down

0 comments on commit e785638

Please sign in to comment.