diff options
author | Neil Bowers <neil@bowers.com> | 2013-09-18 20:47:53 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-09-19 11:09:26 +0100 |
commit | 2a21e867481e24fe22bf17394ebbff6deaca96b5 (patch) | |
tree | ffd5214de919744ffa1967b0126e06b4b95714af /MANIFEST | |
parent | 57e3d68895dfb95cd9e26533078d5f3233400ae0 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |