Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dex4er/perl-dexter-module-skeleton

Skeleton for new modules
https://github.com/dex4er/perl-dexter-module-skeleton

Last synced: 29 days ago
JSON representation

Skeleton for new modules

Awesome Lists containing this project

README

        

NAME

DEXTER::Module::Skeleton - Skeleton for new modules

SYNOPSIS

This is a skeleton useful for new modules which are built with
Module::Builder.

PREREQUISITES

For distribution archive:

* Module::Build

* Pod::Readme (if create_readme is used)

* Software::License (if create_license is used)

* Module::Signature (if sign is used)

For extra tests (called as prove -Ilib xt)

* Test::CheckChanges

* File::Slurp

* Readonly

* Test::Distribution

* Test::Kwalitee

* Test::Perl::Critic

* Test::Pod

* Test::Pod::Coverage

* Test::PPPort

* Test::Spelling

* Test::Signature

SEE ALSO

Module::Build.

BUGS

If you find the bug or want to implement new features, please report it
at https://github.com/dex4er/perl-DEXTER-Module-Skeleton/issues

The code repository is available at
http://github.com/dex4er/perl-DEXTER-Module-Skeleton

AUTHOR

Piotr Roszatycki

LICENSE

Copyright (c) 2012-2013, 2015 Piotr Roszatycki .

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

See http://dev.perl.org/licenses/artistic.html