diff options
author | Robin Barker <Robin.Barker@npl.co.uk> | 2009-02-25 09:41:52 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-02-25 09:41:52 +0100 |
commit | c0f08d2c3ac00e3462618e9b7575fa42baf6064b (patch) | |
tree | fd616f94a8d684b775b8213aa7e14ac713b9c27b /MANIFEST | |
parent | 15e5e8668b86d4e43615103f790f9c1a736045dd (diff) | |
download | perl-c0f08d2c3ac00e3462618e9b7575fa42baf6064b.tar.gz |
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3809,6 +3809,9 @@ t/lib/compress/zlib-generic.pl Compress::Zlib t/lib/contains_bad_pod.xr Pod-Parser test file t/lib/contains_pod.xr Pod-Parser test file t/lib/cygwin.t Builtin cygwin function tests +t/lib/deprecate.t Test deprecate.pm +t/lib/deprecate/Deprecated.pm Deprecated module to test deprecate.pm +t/lib/deprecate/Optionally.pm Optionally deprecated module to test deprecate.pm t/lib/Devel/switchd.pm Module for t/run/switchd.t t/lib/Dev/Null.pm Test::More test module t/lib/dprof/test1_t Perl code profiler tests |