Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
dist /
Module-CoreList /
t /
Delete
Unzip
Name
Size
Permission
Date
Action
corelist.t
3.72
KB
-r--r--r--
2015-01-28 21:08
deprecated.t
1010
B
-r--r--r--
2014-12-27 11:48
find_modules.t
918
B
-r--r--r--
2014-12-27 11:48
is_core.t
4.59
KB
-r--r--r--
2014-12-27 11:48
pod.t
238
B
-r--r--r--
2014-12-27 11:48
utils.t
982
B
-r--r--r--
2014-12-27 11:48
Save
Rename
#!perl -w use strict; use Test::More tests => 9; require_ok('Module::CoreList'); ok($Module::CoreList::deprecated{5.011000}, "5.011000 (deprecated list)"); ok(!exists $Module::CoreList::deprecated{5.011000}{'File::Spec'}, "File::Spec not deprecated in 5.011000 (hash)" ); ok(! Module::CoreList::is_deprecated('File::Spec'), "File::Spec currently is not deprecated (function)" ); ok(exists $Module::CoreList::deprecated{5.011000}{'Switch'}, "Switch deprecated in 5.011000 (hash)" ); is(!! Module::CoreList::is_deprecated('Switch'), !! ($] >= 5.011 and $] < 5.013001 ), "Switch deprecated current perl (if pre-5.13.1.) (function)" ); ok(! Module::CoreList::is_deprecated('Switch', 5.010000), "Switch not deprecated in 5.010000 (function w/ perl version)" ); is(Module::CoreList::deprecated_in('Switch'), 5.011000, "Switch was deprecated in 5.011000 (deprecated_in)" ); ok(! Module::CoreList::deprecated_in('File::Spec'), "File::Spec currently is not deprecated (deprecated_in)" );