summaryrefslogtreecommitdiff
path: root/lib/deprecate.pm
Commit message (Collapse)AuthorAgeFilesLines
* Increase $deprecate::VERSION to 0.03Father Chrysostomos2013-06-221-1/+1
|
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-2/+2
|
* Break out from deprecate::import the "check if it's core" code.Nicholas Clark2011-02-181-25/+37
| | | | | This will allow dprofpp to check whether Devel::DProf is from the core distribution, or from a CPAN install.
* In deprecate.pm, only cluck() once if the leaf isn't found in the caller stack.Nicholas Clark2011-02-181-1/+1
| | | | | | | | | Previously, if the expected leafname was not found in the caller stack, the code was cluck, and then continue the loop with the next directories to scan. However, this serves no useful purpose, as the loop changes nothing that causes the failure condition, hence all that this would result in is a second cluck() if the next scanned directories also happened to match. Now the core returns immediately.
* In deprecate.pm, remove unused variable $lineNicholas Clark2011-02-181-2/+2
|
* 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