FileDirUtil

A Moose Role for basic File IO


License
AGPL-3.0

Documentation

FileDirUtil version 0.01
========================

FileDirUtil is a convenience Moose Role for basic File IO, providing
transparent access to Path::Class::File and Path::Class::Dir for
input files and output directories, respectively.

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Moose::Role
  Moose::Util::TypeConstraints
  Path::Class::File
  Path::Class::Dir

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc FileDirUtil

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=FileDirUtil

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/FileDirUtil

    CPAN Ratings
        http://cpanratings.perl.org/d/FileDirUtil

    Search CPAN
        http://search.cpan.org/dist/FileDirUtil
  

COPYRIGHT AND LICENCE

Copyright (C) 2017 Michael T. Wolfinger

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public
License along with this program.  If not, see
L<http://www.gnu.org/licenses/>.