This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
test script for deprecate.pm
authorRobin Barker <Robin.Barker@npl.co.uk>
Wed, 25 Feb 2009 08:41:52 +0000 (09:41 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 25 Feb 2009 08:41:52 +0000 (09:41 +0100)
commitc0f08d2c3ac00e3462618e9b7575fa42baf6064b
treefd616f94a8d684b775b8213aa7e14ac713b9c27b
parent15e5e8668b86d4e43615103f790f9c1a736045dd
test script for deprecate.pm

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.
MANIFEST
lib/deprecate.pm
t/lib/deprecate.t [new file with mode: 0644]
t/lib/deprecate/Deprecated.pm [new file with mode: 0644]
t/lib/deprecate/Optionally.pm [new file with mode: 0644]