The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Task::Data::Format::Pretty;
1;
# ABSTRACT: Install Data::Format::Pretty and all known formatters


=pod

=head1 NAME

Task::Data::Format::Pretty - Install Data::Format::Pretty and all known formatters

=head1 VERSION

version 0.04

=head1 DESCRIPTION

This task will install Data::Format::Pretty and all Data::Format::Pretty::*
formatter modules.

=head1 TASK CONTENTS

=head2 Included modules

=head3 L<Data::Format::Pretty>

=head3 L<Data::Format::Pretty::Console>

=head3 L<Data::Format::Pretty::HTML>

=head3 L<Data::Format::Pretty::JSON>

=head3 L<Data::Format::Pretty::Perl>

=head3 L<Data::Format::Pretty::PHP>

=head3 L<Data::Format::Pretty::PHPSerialization>

=head3 L<Data::Format::Pretty::Ruby>

=head3 L<Data::Format::Pretty::YAML>

=head1 AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Steven Haryanto.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut


__END__