summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNeil Bowers <neil@bowers.com>2013-09-18 20:47:53 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-09-19 11:09:26 +0100
commit2a21e867481e24fe22bf17394ebbff6deaca96b5 (patch)
treeffd5214de919744ffa1967b0126e06b4b95714af /MANIFEST
parent57e3d68895dfb95cd9e26533078d5f3233400ae0 (diff)
downloadperl-2a21e867481e24fe22bf17394ebbff6deaca96b5.tar.gz
Added is_core(), which returns true if the module was/is in core
Default to checking against $^V, but you can optionally specify the perl release, and can also optionally specify a minimum version of the module. Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 66cadf144f..a0e1c4a166 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3357,6 +3357,7 @@ dist/Module-CoreList/README Module::CoreList
dist/Module-CoreList/t/corelist.t Module::CoreList tests
dist/Module-CoreList/t/deprecated.t Module::CoreList tests
dist/Module-CoreList/t/find_modules.t Module::CoreList tests
+dist/Module-CoreList/t/is_core.t Module::CoreList tests
dist/Module-CoreList/t/pod.t Module::CoreList tests
dist/Module-CoreList/t/utils.t Module::CoreList tests
dist/Net-Ping/Changes Net::Ping