Searched refs:LoadFile (Results 1 – 9 of 9) sorted by relevance
17 ok( !defined(&LoadFile), 'LoadFile function not exported' );26 use CPAN::Meta::YAML qw/Load Dump LoadFile DumpFile freeze thaw/;29 ok( defined(&LoadFile), 'Found exported LoadFile function' );
10 # This file test that the YAML.pm compatible Dump/Load/DumpFile/LoadFile42 my @yamldocsloaded = CPAN::Meta::YAML::LoadFile($filename);46 "Functional interface: DumpFile to LoadFile roundtrip works as expected"
21 ok not(defined &main::LoadFile), 'LoadFile is not exported';
119 my @yaml = Parse::CPAN::Meta::LoadFile( $bad_yaml_meta );
62 LoadFile(APIFile); in PreserveAPIList()86 void LoadFile(StringRef Filename) { in LoadFile() function in __anon822179210111::PreserveAPIList
54 sub LoadFile { subroutine
146 sub LoadFile ($) { ## no critic subroutine
369 EFI_LOAD_FILE LoadFile; member
668 $early_yaml = Parse::CPAN::Meta::LoadFile($yaml);