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

Project::Easy - project deployment made easy.

SYNOPSIS

        package Caramba;

        use Class::Easy;

        use Project::Easy;
        use base qw(Project::Easy);

        has 'id', default => 'caramba';
        has 'conf_format', default => 'json';

        my $class = __PACKAGE__;

        has 'entity_prefix', default => join '::', $class, 'Entity', '';

        $class->init;

METHODS

new

TODO

AUTHOR

Ivan Baktsheev, <apla at the-singlers.us>

BUGS

Please report any bugs or feature requests to my email address, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DBI-Easy. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007-2009 Ivan Baktsheev

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