Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: CPAN: Module version versus kit version

by ikegami (Patriarch)
on Dec 06, 2024 at 17:47 UTC ( [id://11163064]=note: print w/replies, xml ) Need Help??


in reply to CPAN: Module version versus kit version

You didn't say what installer you use, but I'm going to assume it's ExtUtils::MakeMaker.

I presume you have something like the following:

VERSION_FROM => "lib/Foo.pm",

Replace it with the following:

VERSION => "1.10.1",

That will set the kit distribution's version to 1.10.1 without requiring a change to lib/Foo.pm.

That said, there's no harm in simply bumping the module's version even if it's otherwise unchanged.

Replies are listed 'Best First'.
Re^2: CPAN: Module version versus kit version
by syphilis (Archbishop) on Dec 06, 2024 at 23:57 UTC
    That said, there's no harm in simply bumping the module's version even if it's otherwise unchanged.

    Sure, you could do that, but the OP specifically asked not to.

    Cheers,
    Rob

      You're mistaken. I provided a solution that met the OP's requirements.

        You're mistaken. I provided a solution that met the OP's requirements.

        You're mistaken. I've not suggested otherwise.

        Cheers,
        Rob

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11163064]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2025-02-09 01:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (95 votes). Check out past polls.