NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
TERMCAP (Score:1)
$ diff -u t/03_yaml.t{.orig,}
--- t/03_yaml.t.orig Tue Dec 4 17:03:08 2007
+++ t/03_yaml.t Tue Dec 4 17:03:29 2007
@@ -11,7 +11,8 @@
# Test YAML support
SKIP: {
- skip( "TERMCAP currently breaks YAML::Tiny", 6 ) if $ENV{TERMCAP};
+ #skip( "TERMCAP currently breaks YAML::Tiny", 6 ) if $ENV{TERMCAP};
+ $ENV{TERMCAP} = "foo\\\n\
Re:TERMCAP (Score:1)
Reply to This
Parent