Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Modules and version numbers.

by Abigail (Deacon)
on Jul 11, 2001 at 15:53 UTC ( [id://95644]=note: print w/replies, xml ) Need Help??


in reply to Modules and version numbers.

Well the best way of solving this problem is to indicate to your boss his/her requirement is nonsense and that the version number itself doesn't indicate anything.

But if that doesn't work, fix stupid requirements with stupid solutions. Write a dummy module like:

package XML::Parser::PerlSAX::toadi; use XML::Parser::PerlSAX; use vars '$Version'; # Leave next 2 lines out if XML::Parser::PerlSAX doesn't # use Exporter. use Exporter; @ISA = 'Exporter'; $VERSION = 1.1;
Alternatively, assuming XML::Parser::PerlSAX is free software, copy it, and change the version number in your copy.

-- Abigail

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-25 20:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found