http://www.perlmonks.org?node_id=780751


in reply to Customizing cpan modules

In addition to the comments of moritz, I would also recommend you create a t/prerequisites.t test which asserts the version numbers of modules you depend on. That way, if something gets upgraded (or downgraded), you can have a test failure. This is of particular importance for local patches.