Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Best way to manage package versions?

by Corion (Patriarch)
on Jan 31, 2013 at 14:44 UTC ( [id://1016329]=note: print w/replies, xml ) Need Help??


in reply to Best way to manage package versions?

Having multiple programmers change files without supervision and logging is a recipe for sure disaster.

I recommend using any kind of source code control. My favourite is git (not GitHub, which is just some website), but there are many others, such as simple file copying, or rcs, or cvs.

Having source control also makes releases easy - you can conveniently wind time back to find the exact module versions active for a given point in time. The Perl developers use git to do just that.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 03:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found