File::List::Object version 0.202

DESCRIPTION
   This package provides for creating a list of files (from different
   sources) and performing arithmetic and other applicable operations on
   said lists.

INSTALLATION
   To install this module, run the following commands:

           perl Makefile.PL
           make
           make test
           make install

   This method of installation will install a current version of
   Module::Build if it is not already installed.

   Alternatively, to install with Module::Build, you can use the following
   commands:

           perl Build.PL
           ./Build
           ./Build test
           ./Build install

DEPENDENCIES
   Dependencies of this module that are non-core in perl 5.8.1 (which is
   the minimum version of Perl required) include Moose version 0.90,
   Exception::Class version 1.29, and Params::Util version 0.35.

LICENSE AND COPYRIGHT
   Copyright (c) 2009, Curtis Jewell `<[email protected]>'.

   This module is free software; you can redistribute it and/or modify it
   under the same terms as Perl itself, either version 5.8.1 or any later
   version. See perlartistic and perlgpl.

   The full text of the license can be found in the LICENSE file included
   with this module.