Bundle::SQL::Translator - a Bundle for SQL::Translator


Bundle-SQL-Translator documentation Contained in the Bundle-SQL-Translator distribution.

Index


Code Index:

NAME

Top

Bundle::SQL::Translator - a Bundle for SQL::Translator

SYNOPSIS

Top

    perl -MCPAN -e install Bundle::SQL::Translator

DESCRIPTION

Top

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/.

CONTENTS

Top

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

SUPPORT

Top

Bundle::SQL::Translator is supported by the author.

VERSION

Top

This is Bundle::SQL::Translator, revision $Revision$.

AUTHOR

Top

darren chamberlain <darren@cpan.org>

COPYRIGHT

Top

SEE ALSO

Top

Perl, SQL::Translator


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__