Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break out from deprecate::import the "check if it's core" code. | Nicholas Clark | 2011-02-18 | 1 | -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 Clark | 2011-02-18 | 1 | -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 $line | Nicholas Clark | 2011-02-18 | 1 | -2/+2 |
| | |||||
* | typo in usage of deprecate | Robin Barker | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Make deprecate.pm work on VMS. | Craig A. Berry | 2009-02-28 | 1 | -1/+4 |
| | |||||
* | NAME section must fit on one line | Rafael Garcia-Suarez | 2009-02-27 | 1 | -3/+1 |
| | |||||
* | add standard documentation to deprecate | Robin Barker | 2009-02-27 | 1 | -0/+51 |
| | |||||
* | test script for deprecate.pm | Robin Barker | 2009-02-25 | 1 | -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 Barker | 2009-02-24 | 1 | -3/+16 |
| | | | | use/require Module.pm | ||||
* | Add deprecate.pm. Deprecate shipping Switch.pm in the core distribution. | Nicholas Clark | 2009-02-23 | 1 | -0/+40 |