summaryrefslogtreecommitdiff
path: root/lib/deprecate.pm
Commit message (Collapse)AuthorAgeFilesLines
* typo in usage of deprecateRobin Barker2009-09-211-1/+1
|
* Make deprecate.pm work on VMS.Craig A. Berry2009-02-281-1/+4
|
* NAME section must fit on one lineRafael Garcia-Suarez2009-02-271-3/+1
|
* add standard documentation to deprecateRobin Barker2009-02-271-0/+51
|
* test script for deprecate.pmRobin Barker2009-02-251-6/+6
| | | | | | | | First pass at tests for deprecate.pm. Had to modify the module to provide an interface for testing - need to provide fake install directories, but deprecated reads from %Config::Config, which is read only.
* remove explicit caller depth in deprecate.pm by searching caller stack for ↵Robin Barker2009-02-241-3/+16
| | | | use/require Module.pm
* Add deprecate.pm. Deprecate shipping Switch.pm in the core distribution.Nicholas Clark2009-02-231-0/+40