NAME

HiD::File - Regular files that are only copied, not processed (e.g., CSS, JS, etc.)

SYNOPSIS

    my $file = HiD::File->new({
      dest_dir       => 'directory/for/output'
      input_filename => $file_filename ,
    });

DESCRIPTION

Object class representing "normal" files (ones that HiD just copies from source to destination, without further processing).

METHODS

publish

Publishes (in this case, copies) the input file to the output file.

NOTE

Also consumes HiD::Role::IsPublished; see documentation for that role as well if you're trying to figure out how an object from this class works.

VERSION

version 1.992

AUTHOR

John SJ Anderson <genehack@genehack.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by John SJ Anderson.

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