NAME

dmoss-helper - command line tool with helper functions

VERSION

version 0.01_2

SYNOPSIS

$ dmoss-helper -plugin NewPlugin

DESCRIPTION

This tool creates template files for some framework components, currently available templates are:

-plugin

to create a new plugin.

if ($debug and $arg and $arg2) { use DMOSS; use DMOSS::File; use Data::Dumper; $arg = "DMOESS::Plugin::$arg"; eval "require $arg";

my $file = DMOSS::File->new('', $arg2);
my $obj = $arg->new;
my $dmoss = DMOSS->new;
$obj->process($dmoss, $file);
}

AUTHOR

Nuno Carvalho <smash@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Project Natura <natura@natura.di.uminho.pt>.

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