Home
last modified time | relevance | path

Searched refs:is_core (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Module-CoreList/t/
Dis_core.t17 …ok(Module::CoreList::is_core('IO::File', $Module::CoreList::version{$]}{'IO::File'}), "is_core is …
20 ok(!Module::CoreList::is_core('Module::Path'), 'Module::Path has never been in core');
21 ok(!Module::CoreList::is_core('Module::Path', undef, '5.016003'), 'Module::Path has never been in c…
22 ok(!Module::CoreList::is_core('Module::Path', undef), 'Module::Path has never been in core');
25 ok(!Module::CoreList::is_core('List::Util::PP', undef, '5.002'), 'List::Util::PP was added in 5.10.…
26 ok(Module::CoreList::is_core('List::Util::PP', undef, '5.016003'), 'List::Util::PP was in core in 5…
27 ok(!Module::CoreList::is_core('List::Util::PP', undef, '5.018001'), 'List::Util::PP was removed in …
30 ok(Module::CoreList::is_core('Carp', undef, '5'), 'Carp was a core module in first release of perl …
31 ok(Module::CoreList::is_core('Carp', undef, '5.019004'), 'Carp was still a core module in 5.19.4');
35 …ok(Module::CoreList::is_core('Carp'), "Carp should be a core module whatever version of perl you'r…
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Module-CoreList/
DChanges305 - Improve handling of broken versions in is_core()
391 - fixed edge-case checking in is_core() (checking for a specific
440 - fixes a fencepost error in is_core()
498 - fix for is_core tests and perls ending in 0
502 - fix Module::CoreList::is_core default perl version
503 - fix Module::CoreList::is_core version comparison
525 - fixed bug in is_core(): it was naively assuming a linear sequence of releases,
532 - added is_core() which returns true if a module is/was core
DMANIFEST14 t/is_core.t
/openbsd/src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/
DCoreList.pod20 if (Module::CoreList::is_core('File::Spec')) {
87 =item C<is_core( MODULE, [ MODULE_VERSION, [ PERL_VERSION ] ] )>
95 C<is_core()> will use the numeric version of Perl that is running (ie C<$]>).
DCoreList.pm22519 sub is_core subroutine
/openbsd/src/gnu/usr.bin/perl/Porting/
Dcorelist-perldelta.pl238 next if Module::CoreList::is_core($k) and !exists $changes{$k}; #modules that have not changed
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1609 const bool is_core = GetType() == eTypeCoreFile; in ProcessSegmentCommand() local
1649 if (add_section && (const_segname || is_core)) { in ProcessSegmentCommand()
/openbsd/src/gnu/usr.bin/perl/
DMANIFEST4383 dist/Module-CoreList/t/is_core.t Module::CoreList tests