Unfortunately, we're stalled on RT#54919, but I'm putting patches up to
"hit the switch" once that bug DOES get fixed.
Index: share/bootstrap/perl-5.10.0/lib/CPAN/Config.pm
===================================================================
--- share/bootstrap/perl-5.10.0/lib/CPAN/Config.pm (revision 11434)
+++ share/bootstrap/perl-5.10.0/lib/CPAN/Config.pm (working copy)
@@ -79,7 +79,7 @@
use_sqlite => q[1],
wget => q[],
yaml_load_code => q[0],
- yaml_module => q[YAML],
+ yaml_module => q[YAML::XS],
};
1;
Index: share/strawberry/perl-5.10.0/lib/CPAN/Config.pm.tt
===================================================================
--- share/strawberry/perl-5.10.0/lib/CPAN/Config.pm.tt (revision 11434)
+++ share/strawberry/perl-5.10.0/lib/CPAN/Config.pm.tt (working copy)
@@ -81,7 +81,7 @@
use_sqlite => q[1],
wget => q[],
yaml_load_code => q[0],
- yaml_module => q[YAML],
+ yaml_module => q[YAML::XS],
};
1;
Index: share/strawberry/perl-5.10.1/lib/CPAN/Config.pm.tt
===================================================================
--- share/strawberry/perl-5.10.1/lib/CPAN/Config.pm.tt (revision 11434)
+++ share/strawberry/perl-5.10.1/lib/CPAN/Config.pm.tt (working copy)
@@ -81,7 +81,7 @@
use_sqlite => q[1],
wget => q[],
yaml_load_code => q[0],
- yaml_module => q[YAML],
+ yaml_module => q[YAML::XS],
};
1;
Index: share/strawberry/perl-5.8.9/lib/CPAN/Config.pm.tt
===================================================================
--- share/strawberry/perl-5.8.9/lib/CPAN/Config.pm.tt (revision 11434)
+++ share/strawberry/perl-5.8.9/lib/CPAN/Config.pm.tt (working copy)
@@ -71,7 +71,7 @@
use_sqlite => q[1],
wget => q[],
yaml_load_code => q[0],
- yaml_module => q[YAML],
+ yaml_module => q[YAML::XS],
};
1;
Index: lib/Perl/Dist/WiX/Toolchain.pm
===================================================================
--- lib/Perl/Dist/WiX/Toolchain.pm (revision 11434)
+++ lib/Perl/Dist/WiX/Toolchain.pm (working copy)
@@ -179,6 +179,7 @@
HTML::Tagset
HTML::Parser
LWP::UserAgent
+ YAML::XS
}
],
);
Index: share/default/perl-5.10.0/lib/CPAN/Config.pm.tt
===================================================================
--- share/default/perl-5.10.0/lib/CPAN/Config.pm.tt (revision 11434)
+++ share/default/perl-5.10.0/lib/CPAN/Config.pm.tt (working copy)
@@ -23,6 +23,7 @@
'unzip' => q[ ],
'wget' => q[ ],
'load_module_verbosity' => 'none',
+ 'yaml_module' => 'YAML::XS',
};
1;
__END__
Index: share/default/perl-5.10.1/lib/CPAN/Config.pm.tt
===================================================================
--- share/default/perl-5.10.1/lib/CPAN/Config.pm.tt (revision 11434)
+++ share/default/perl-5.10.1/lib/CPAN/Config.pm.tt (working copy)
@@ -23,6 +23,7 @@
'unzip' => q[ ],
'wget' => q[ ],
'load_module_verbosity' => 'none',
+ 'yaml_module' => 'YAML::XS',
};
1;
__END__
Index: share/default/perl-5.11.5/lib/CPAN/Config.pm.tt
===================================================================
--- share/default/perl-5.11.5/lib/CPAN/Config.pm.tt (revision 11434)
+++ share/default/perl-5.11.5/lib/CPAN/Config.pm.tt (working copy)
@@ -23,6 +23,7 @@
'unzip' => q[ ],
'wget' => q[ ],
'load_module_verbosity' => 'none',
+ 'yaml_module' => 'YAML::XS',
};
1;
__END__
Index: share/default/perl-5.8.9/lib/CPAN/Config.pm.tt
===================================================================
--- share/default/perl-5.8.9/lib/CPAN/Config.pm.tt (revision 11434)
+++ share/default/perl-5.8.9/lib/CPAN/Config.pm.tt (working copy)
@@ -23,6 +23,7 @@
'unzip' => q[ ],
'wget' => q[ ],
'load_module_verbosity' => 'none',
+ 'yaml_module' => 'YAML::XS',
};
1;
__END__
Index: share/default/perl-git/lib/CPAN/Config.pm.tt
===================================================================
--- share/default/perl-git/lib/CPAN/Config.pm.tt (revision 11434)
+++ share/default/perl-git/lib/CPAN/Config.pm.tt (working copy)
@@ -23,6 +23,7 @@
'unzip' => q[ ],
'wget' => q[ ],
'load_module_verbosity' => 'none',
+ 'yaml_module' => 'YAML::XS',
};
1;
__END__