[Chicago-talk] Specifying a minimum version in Makefile.PL

Jay Strauss me at heyjay.com
Fri Jan 13 07:55:33 PST 2006


On Friday 13 January 2006 9:52 am, brian d foy wrote:
> On 1/13/06, Jay Strauss <me at heyjay.com> wrote:
> > Hi,
> >
> > How do I specify the minimum version of a prerequisite module?  In my
> > case my module needs
> >
> > >= Inline::Java .50_93
>
> Put this in your PREREQ_PM section of the call to WriteMakeFile
>

I did, but I must not be using the correct syntax.

    PREREQ_PM => {
        'Test::More'        => 0,
        'version'           => 0,
        'Inline::Java'      => '.50_93',
        'Object::InsideOut' => 0,

because it should error, since on this machine I don't have the prereq


More information about the Chicago-talk mailing list