FileDirUtil

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

[![Build Status](https://travis-ci.org/mtw/FileDirUtil.svg?branch=master)](https://travis-ci.org/mtw/FileDirUtil) [![Anaconda-Server Badge](https://anaconda.org/bioconda/perl-filedirutil/badges/installer/conda.svg)](https://conda.anaconda.org/biocond...

# FileDirUtil version 0.04

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.

## INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

lib/FileDirUtil.pm  view on Meta::CPAN

  with 'FileDirUtil';

  sub BUILD {
     my $self = shift;
     $self->set_ifilebn;
  }

=head1 DESCRIPTION

FileDirUtil is a convenience Moose Role for basic File IO, providing
transparent access to L<Path::Class::File> and L<Path::Class::Dir> for
input files and output directories, respectively, via the following
attributes:

=over 3

=item ifile

A string representing the path to an input file in platform-native
syntax, e.g. I<'moo/foo.bar'>. This will be coerced into a
L<Path::Class::File> object.



( run in 0.354 second using v1.01-cache-2.11-cpan-0a6323c29d9 )