Module::CoreList, implemented is_deprecated() and added tests for it.
authorChris Williams <chris@bingosnet.co.uk>
Tue, 20 Oct 2009 23:01:18 +0000 (00:01 +0100)
committerChris Williams <chris@bingosnet.co.uk>
Tue, 20 Oct 2009 23:01:18 +0000 (00:01 +0100)
commitc77945c3ac1accefe435a4ba5074a4f9257b4bf9
tree70417e350809c986289afbfd196b9400e91997df
parentd5bddf6e73535489e587a205e0bfbe9b86aff43f
Module::CoreList, implemented is_deprecated() and added tests for it.

  Module::CoreList->is_deprecated( 'Switch' ); # assumes $]

  Module::CoreList->is_deprecated( 'Switch', 5.01000 );
MANIFEST
dist/Module-CoreList/MANIFEST
dist/Module-CoreList/lib/Module/CoreList.pm
dist/Module-CoreList/t/deprecated.t [new file with mode: 0644]