Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
^blibdirs
^cover_db/
^cp-to-perl.pl
^.(appveyor|travis).yml

# used by scripts/cpan to test installations
^cpan-home
Expand Down
2 changes: 2 additions & 0 deletions t/12cpan.t
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ require CPAN::HandleConfig;
local $CPAN::Config->{yaml_module} = 'YAML::Syck';

{
local $YAML::Syck::LoadBlessed = 1;
my $data = CPAN->_yaml_loadfile($yaml_file)->[0];

local $::yaml_load_code_works = 0;
Expand All @@ -169,6 +170,7 @@ require CPAN::HandleConfig;
}

{
local $YAML::Syck::LoadBlessed = 1;
local $CPAN::Config->{yaml_load_code} = 1;

my $data = CPAN->_yaml_loadfile($yaml_file)->[0];
Expand Down