-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
88 lines (77 loc) · 4.76 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Bundle/Bricolage version 2.0.0
==============================
DESCRIPTION
The bundle provides an easy way to install all of the modules required by
Bricolage. Bricolage is a 100% pure Perl content-management and publishing
system which features intuitive and highly-configurable administration,
workflow, permissions, templating, server-neutral output, distribution, and
document management. Its home page is http://bricolagecms.org/.
INCLUDED MODULES
Storable - Persistency for perl data structures
Time::HiRes - High resolution ualarm, usleep, and gettimeofday
Unix::Syslog - Perl interface to the UNIX syslog(3) calls
Net::Cmd - Network Command class (as used by FTP, SMTP etc)
Devel::Symdump - Dump symbol names or the symbol table
DBI 1.18 - Database independent interface for Perl
Error - Error/exception handling in an OO-ish way
Cache::Cache - The Cache interface
Cache::Mmap - Shared data cache using memory mapped files
Digest::MD5 - Perl interface to the MD5 Algorithm
Digest::SHA1 2.01 - Perl interface to the SHA-1 Algorithm
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
XML::Writer - Perl extension for writing XML documents
LWP - Library for WWW access in Perl
Image::Info - Extract meta information from image files
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
Class::Container 0.09 - Glues object frameworks together transparently
mod_perl 1.30 - Embed a Perl interpreter in the Apache HTTP server
Apache::Request 1.0 - Generate compiler and linker flags for libapreq
HTML::Mason 1.23 - High-Performance, Dynamic Web Site Authoring System
DBD::Pg 1.22 - 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
Test::Harness 2.03 - Run perl standard test scripts with statistics
Test::Simple - Basic utilities for writing tests
Test::MockModule 0.04 - Override subroutines in a module for unit testing
Test::File::Contents 0.02 - Test routines for examining the contents of files
Text::Balanced - Extract delimited text sequences from strings
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
SOAP::Lite 0.55 - Client and server side SOAP implementation
File::Temp - Return name and handle of a temporary file safely
Text::LevenshteinXS - XS implementation of the Levenshtein edit distance
Locale::Maketext - Framework for Localization in Perl
Test::Class 0.04 - xUnit/JUnit style Test Suite System
Params::CallbackRequest 1.16 - Functional and object-oriented callback
architecture
MasonX::Interp::WithCallbacks 1.10 - Mason callback support via
Params::CallbackRequest
Safe 2.09 - Compile and execute code in restricted compartments
DateTime 0.21 - Date and time objects
DateTime::TimeZone 0.2601 - Time zone object base class and factory
Term::ReadPassword - Prompt for passwords without echoing to the terminal
Data::UUID - Generate globally/universally unique identifiers
(GUIDs/UUIDs)
List::Util - A selection of general-utility list subroutines
List::MoreUtils - Provides the stuff missing in List::Util
Text::Diff - Perform diffs on files and record sets
Text::Diff::HTML 0.02 - XHTML format for Text::Diff::Unified
Text::WordDiff - Track changes between documents
URI::Escape - Escape and unescape unsafe URI characters
Scalar::Util - A selection of general-utility scalar subroutines
INSTALLATION
To install this module type the following as root:
perl -MCPAN -e 'install Bundle::Bricolage'
COPYRIGHT AND LICENCE
Copyright (c) 2002-2008, David E. Wheeler. Some Rights Reserved.
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.