NAME
Dist::Zilla::Plugin::JSAN::Prereq - list simple prerequisites in JavaScript naming convention
VERSION
version 0.01_02
SYNOPSIS
In your dist.ini:
[JSAN::Prereq]
Foo.Bar = 1.002
MRO.Compat = 10
Sub.Exporter = 0
DESCRIPTION
This module adds "fixed" prerequisites to your distribution. These are prereqs with a known, fixed minimum version that doens't change based on platform or other conditions.
The only difference from standard [Prereq] plugin is that this plugin allows you to use the dot in the prereq name as the namespace delimeter.
AUTHOR
Nickolay Platonov <nplatonov@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Nickolay Platonov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.