The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DBICx::Modeler::Generator::Path - Implement class for DBICx::Modeler::Generator::PathLike

SYNOPSIS

use DBICx::Modeler::Generator::Path;

DESCRIPTION

This class is an implement class for DBICx::Modeler::Generator::PathLike.

METHODS

Remover

$self->remove_path({ file => $file_attribute, directory => $directory_attribute })

Removes file and directory tree.

Utilities

$full_path = $self->get_full_path(@directories, $file, $extension)

Returns Path::Class::File object which corresponds with specified arguments.

$self->add_source_library()

Added source directory into library path (which is @INC).

AUTHOR

MORIYA Masaki (a.k.a. Gardejo)

<moriya at ermitejo dot com>, http://ttt.ermitejo.com/

COPYRIGHT AND LICENSE

Copyright (c) 2009 by MORIYA Masaki (a.k.a. Gardejo), http://ttt.ermitejo.com.

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

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