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

Re: How can check whether new version of module is compatible with my code or not? (test suite)

by Anonymous Monk
on Jun 24, 2014 at 07:53 UTC ( [id://1091020]=note: print w/replies, xml ) Need Help??


in reply to How can check whether new version of module is compatible with my code or not?

Its called a test suite :)

You install modules in a local place with ... INSTALL_BASE way ( local::lib way ) as demonstrated in Re^3: object version does not match bootstrap parameter ( cpanm --local-lib PERL5LIB)

You run your test suite of your app using these new modules ... if nothing breaks, you're probably good to go

Helps to review any CHANGES/Changes/ChangeLog for deprecations and other critical warnings ...

  • Comment on Re: How can check whether new version of module is compatible with my code or not? (test suite)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-26 02:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found