The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Task::DataFlow;

use strict;
use warnings;

# ABSTRACT: The DataFlow Module Collection (new flavor)

our $VERSION = '0.008';    # VERSION

1;


__END__
=pod

=head1 NAME

Task::DataFlow - The DataFlow Module Collection (new flavor)

=head1 VERSION

version 0.008

=head1 TASK CONTENTS

=head2 DataFlow Core

The core features of the DataFlow framework.

=head3 L<DataFlow> 1.121690

Version 1.121690 required because: Using builders instead of defaults (Moose)

=head2 DataFlow Converters

=head3 L<DataFlow::Proc::MessagePack> 1.112100

No tests yet!!

=head3 L<DataFlow::Proc::JSON> 1.112100

No tests yet!!

=head3 L<DataFlow::Proc::YAML> 1.112100

No tests yet!!

=head3 L<DataFlow::Proc::DBF>

First module contributed to DataFlow. Thanks Garu!! :-)

=head2 DataFlow for Web

Processors to help scraping the dirt out of the web.

=head3 L<DataFlow::Proc::URLRetriever> 1.112100

=head3 L<DataFlow::Proc::HTMLFilter> 1.112100

A powerful HTML filter based on XPath.

=head2 Others

=head3 L<DataFlow::Proc::DPath> 1.112100

=head1 AUTHOR

Alexei Znamensky <russoz@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Alexei Znamensky.

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