| Bundle-SQL-Translator documentation | Contained in the Bundle-SQL-Translator distribution. |
Bundle::SQL::Translator - a Bundle for SQL::Translator
perl -MCPAN -e install Bundle::SQL::Translator
Bundle::SQL::Translator provides a bundle to install all SQL::Translator
prerequisites. Note that installing this bundle requires the gd library
from http://www.boutell.com/gd/.
Class::Base
File::Basename
File::Spec
GD
GraphViz
IO::Dir
IO::File
IO::Scalar
Parse::RecDescent 1.94
Pod::Usage
Spreadsheet::ParseExcel
Template 2.10
Test::More
Test::Exception
Text::ParseWords
Text::RecordParser 0.02
XML::Writer
XML::XPath 1.13
Bundle::SQL::Translator is supported by the author.
This is Bundle::SQL::Translator, revision $Revision$.
darren chamberlain <darren@cpan.org>
(C) 2003 darren chamberlain
This library is free software; you may distribute it and/or modify it under the same terms as Perl itself.
| Bundle-SQL-Translator documentation | Contained in the Bundle-SQL-Translator distribution. |
package Bundle::SQL::Translator; # ---------------------------------------------------------------------- # $Id$ # ---------------------------------------------------------------------- # Bundle::SQL::Translator - a Bundle for SQL::Translator # Copyright (C) 2003 darren chamberlain <darren@cpan.org> # ---------------------------------------------------------------------- use strict; use vars qw($VERSION $REVISION); $VERSION = "1.00"; $REVISION = sprintf "%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/; 1; __END__