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

Catalyst::Helper::Model::File - Helper for File based Models

SYNOPSIS

  script/create.pl model Foo File [root_storage_directory]

  Where:
    Foo is the short name for the Model class being generated
    root_storage_directory is the (full) path of where to store files

TYPICAL EXAMPLES

  script/myapp_create.pl model Foo File var/file_storage 

DESCRIPTION

Helper for the File base storage Model

METHODS

mk_compclass

SEE ALSO

General Catalyst Stuff:

Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Helper, Catalyst,

Stuff related to this Model:

Catalyst::Model::File

AUTHOR

Ash Berlin, ash@cpan.org

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.