>> /usr/bin/svk:3: eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
>> /usr/bin/svk:7: our $VERSION = $SVK::VERSION;
>> /usr/bin/svk:48: my $cmd = shift;
>> /usr/bin/svk:50: if (!$cmd or $cmd =~ /^-{0,2}[Hh](?:elp)?$/) {
>> /usr/bin/svk:56:     my $show_version;
>> /usr/bin/svk:56:     my $show_version;
>> /usr/bin/svk:57:     local *ARGV = [$cmd || ''];
>> /usr/bin/svk:58:     GetOptions ('v|version' => \$show_version) or exit;
>> /usr/share/perl/5.8/Getopt/Long.pm:252:     my @optionlist = @_;	# local copy of the option descriptions
>> /usr/share/perl/5.8/Getopt/Long.pm:253:     my $argend = '--';		# option list terminator
>> /usr/share/perl/5.8/Getopt/Long.pm:254:     my %opctl = ();		# table of option specs
>> /usr/share/perl/5.8/Getopt/Long.pm:255:     my $pkg = $caller || (caller)[0];	# current context
>> /usr/share/perl/5.8/Getopt/Long.pm:257:     my @ret = ();		# accum for non-options
>> /usr/share/perl/5.8/Getopt/Long.pm:258:     my %linkage;		# linkage
>> /usr/share/perl/5.8/Getopt/Long.pm:259:     my $userlinkage;		# user supplied HASH
>> /usr/share/perl/5.8/Getopt/Long.pm:260:     my $opt;			# current option
>> /usr/share/perl/5.8/Getopt/Long.pm:261:     my $prefix = $genprefix;	# current prefix
>> /usr/share/perl/5.8/Getopt/Long.pm:263:     $error = '';
>> /usr/share/perl/5.8/Getopt/Long.pm:265:     if ( $debug ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:292:     $userlinkage = undef;
>> /usr/share/perl/5.8/Getopt/Long.pm:293:     if ( @optionlist && ref($optionlist[0]) and
>> /usr/share/perl/5.8/Getopt/Long.pm:302:     if ( @optionlist && $optionlist[0] =~ /^\W+$/
>> /usr/share/perl/5.8/Getopt/Long.pm:314:     %opctl = ();
>> /usr/share/perl/5.8/Getopt/Long.pm:315:     while ( @optionlist ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:316: 	my $opt = shift (@optionlist);
>> /usr/share/perl/5.8/Getopt/Long.pm:318: 	unless ( defined($opt) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:324: 	$opt = $+ if $opt =~ /^$prefix+(.*)$/s;
>> /usr/share/perl/5.8/Getopt/Long.pm:326: 	if ( $opt eq '<>' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:346: 	my ($name, $orig) = ParseOptionSpec ($opt, \%opctl);
>> /usr/share/perl/5.8/Getopt/Long.pm:724:     my ($opt, $opctl) = @_;
>> /usr/share/perl/5.8/Getopt/Long.pm:727:     if ( $opt !~ m;^
>> /usr/share/perl/5.8/Getopt/Long.pm:748:     my ($names, $spec) = ($1, $2);
>> /usr/share/perl/5.8/Getopt/Long.pm:749:     $spec = '' unless defined $spec;
>> /usr/share/perl/5.8/Getopt/Long.pm:757:     my $orig;
>> /usr/share/perl/5.8/Getopt/Long.pm:759:     my @names;
>> /usr/share/perl/5.8/Getopt/Long.pm:760:     if ( defined $names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:761: 	@names =  split (/\|/, $names);
>> /usr/share/perl/5.8/Getopt/Long.pm:762: 	$orig = $names[0];
>> /usr/share/perl/5.8/Getopt/Long.pm:770:     my $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:771:     if ( $spec eq '' || $spec eq '+' || $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:773: 	$entry = [$spec,$orig,undef,CTL_DEST_SCALAR,0,0];
>> /usr/share/perl/5.8/Getopt/Long.pm:815:     my $dups = '';
>> /usr/share/perl/5.8/Getopt/Long.pm:816:     foreach ( @names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:836:     if ( $dups && $^W ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:841:     ($names[0], $orig);
>> /usr/share/perl/5.8/Getopt/Long.pm:347: 	unless ( defined $name ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:358: 	if ( defined $userlinkage ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:375: 	if ( @optionlist > 0 && ref($optionlist[0]) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:376: 	    print STDERR ("=> link \"$orig\" to $optionlist[0]\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:378: 	    my $rl = ref($linkage{$orig} = shift (@optionlist));
>> /usr/share/perl/5.8/Getopt/Long.pm:380: 	    if ( $rl eq "ARRAY" ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:428:     die ($error) if $error;
>> /usr/share/perl/5.8/Getopt/Long.pm:429:     $error = 0;
>> /usr/share/perl/5.8/Getopt/Long.pm:432:     if ( defined($auto_version) ? $auto_version : ($requested_version >= 2.3203) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:439:     if ( defined($auto_help) ? $auto_help : ($requested_version >= 2.3203) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:448:     if ( $debug ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:458:     my $goon = 1;
>> /usr/share/perl/5.8/Getopt/Long.pm:459:     while ( $goon && @ARGV > 0 ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:462: 	$opt = shift (@ARGV);
>> /usr/share/perl/5.8/Getopt/Long.pm:463: 	print STDERR ("=> arg \"", $opt, "\"\n") if $debug;
>> /usr/share/perl/5.8/Getopt/Long.pm:466: 	if ( $opt eq $argend ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:472: 	my $tryopt = $opt;
>> /usr/share/perl/5.8/Getopt/Long.pm:473: 	my $found;		# success status
>> /usr/share/perl/5.8/Getopt/Long.pm:474: 	my $key;		# key (if hash type)
>> /usr/share/perl/5.8/Getopt/Long.pm:475: 	my $arg;		# option argument
>> /usr/share/perl/5.8/Getopt/Long.pm:476: 	my $ctl;		# the opctl entry
>> /usr/share/perl/5.8/Getopt/Long.pm:478: 	($found, $opt, $ctl, $arg, $key) =
>> /usr/share/perl/5.8/Getopt/Long.pm:851:     my ($prefix, $argend, $opt, $opctl) = @_;
>> /usr/share/perl/5.8/Getopt/Long.pm:853:     print STDERR ("=> find \"$opt\"\n") if $debug;
>> /usr/share/perl/5.8/Getopt/Long.pm:855:     return (0) unless $opt =~ /^$prefix(.*)$/s;
>> /usr/share/perl/5.8/Getopt/Long.pm:481: 	if ( $found ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:655: 	    my $cb;
>> /usr/share/perl/5.8/Getopt/Long.pm:656: 	    if ( (defined ($cb = $linkage{'<>'})) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:678: 		print STDERR ("=> saving \"$tryopt\" ",
>> /usr/share/perl/5.8/Getopt/Long.pm:680: 		push (@ret, $tryopt);
>> /usr/share/perl/5.8/Getopt/Long.pm:682: 	    next;
>> /usr/share/perl/5.8/Getopt/Long.pm:695:     if ( @ret && $order == $PERMUTE ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:697: 	print STDERR ("=> restoring \"", join('" "', @ret), "\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:699: 	unshift (@ARGV, @ret);
>> /usr/share/perl/5.8/Getopt/Long.pm:702:     return ($error == 0);
>> /usr/bin/svk:60:     if ($show_version || ($cmd && $cmd eq 'version')) {
>> /usr/bin/svk:67:     $ENV{HOMEDRIVE} ? catdir(@ENV{qw( HOMEDRIVE HOMEPATH )}) : ''
>> /usr/bin/svk:69: $ENV{USER} ||= (
>> /usr/bin/svk:73: my $svkpath = $ENV{SVKROOT} || catfile($ENV{HOME}, ".svk");
>> /usr/share/perl/5.8/autouse.pm:52: 	    unless ($INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:53: 		require $pm;
>> /usr/share/perl5/SVK/Util.pm:2: use strict;
>> /usr/share/perl5/SVK/Util.pm:2: use strict;
>> /usr/share/perl5/SVK/Util.pm:2: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl5/SVK/Util.pm:23: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Util.pm:23: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Util.pm:23: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Util.pm:26: use Config ();
>> /usr/share/perl5/SVK/Util.pm:26: use Config ();
>> /usr/share/perl5/SVK/Util.pm:26: use Config ();
>> /usr/share/perl5/SVK/Util.pm:27: use SVK::I18N;
>> /usr/share/perl5/SVK/Util.pm:27: use SVK::I18N;
>> /usr/share/perl5/SVK/Util.pm:27: use SVK::I18N;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Util.pm:28: use SVN::Core;
>> /usr/share/perl5/SVK/Util.pm:28: use SVN::Core;
>> /usr/share/perl5/SVK/Util.pm:28: use SVN::Core;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Util.pm:29: use SVN::Ra;
>> /usr/lib/perl5/SVN/Ra.pm:1: use strict;
>> /usr/lib/perl5/SVN/Ra.pm:1: use strict;
>> /usr/lib/perl5/SVN/Ra.pm:1: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl5/SVN/Ra.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Ra.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Ra.pm:2: use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl5/SVN/Ra.pm:5: use SVN::Base qw(Ra);
>> /usr/lib/perl5/SVN/Ra.pm:5: use SVN::Base qw(Ra);
>> /usr/lib/perl5/SVN/Ra.pm:5: use SVN::Base qw(Ra);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:59: 	eval qq'
>> (eval 8)[/usr/lib/perl5/SVN/Base.pm:59]:3: require DynaLoader;
>> (eval 8)[/usr/lib/perl5/SVN/Base.pm:59]:4: bootstrap SVN::_Ra;
>> /usr/lib/perl/5.8/DynaLoader.pm:128:     local(@args) = @_;
>> /usr/lib/perl/5.8/DynaLoader.pm:129:     local($module) = $args[0];
>> /usr/lib/perl/5.8/DynaLoader.pm:130:     local(@dirs, $file);
>> /usr/lib/perl/5.8/DynaLoader.pm:132:     unless ($module) {
>> /usr/lib/perl/5.8/DynaLoader.pm:139:     croak("Can't load module $module, dynamic loading not available in this perl.\n".
>> /usr/lib/perl/5.8/DynaLoader.pm:144:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/DynaLoader.pm:145:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/DynaLoader.pm:150:     $modfname = &mod2fname(\@modparts) if defined &mod2fname;
>> /usr/lib/perl/5.8/DynaLoader.pm:153: 	if (($^O eq 'NetWare') && (length($modfname) > 8)) {
>> /usr/lib/perl/5.8/DynaLoader.pm:157:     my $modpname = join(($Is_MacOS ? ':' : '/'),@modparts);
>> /usr/lib/perl/5.8/DynaLoader.pm:159:     print STDERR "DynaLoader::bootstrap for $module ",
>> /usr/lib/perl/5.8/DynaLoader.pm:165:     foreach (@INC) {
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:182: 	my $try = $Is_MacOS ? "$dir:$modfname.$dl_dlext" : "$dir/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/DynaLoader.pm:183: 	last if $file = ($do_expand) ? dl_expandspec($try) : ((-f $try) && $try);
>> /usr/lib/perl/5.8/DynaLoader.pm:189:     $file = dl_findfile(map("-L$_",@dirs,@INC), $modfname) unless $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:191:     croak("Can't locate loadable object for module $module in \@INC (\@INC contains: @INC)")
>> /usr/lib/perl/5.8/DynaLoader.pm:194:     $file = uc($file) if $Is_VMS && $Config::Config{d_vms_case_sensitive_symbols};
>> /usr/lib/perl/5.8/DynaLoader.pm:195:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/DynaLoader.pm:196:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/DynaLoader.pm:197:     @dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/DynaLoader.pm:202:     my $bs = $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:203:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/DynaLoader.pm:204:     if (-s $bs) { # only read file if it's not empty
>> /usr/lib/perl/5.8/DynaLoader.pm:210:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/DynaLoader.pm:212:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/DynaLoader.pm:225:     my $libref = dl_load_file($file, $module->dl_load_flags) or
>> /usr/lib/perl/5.8/DynaLoader.pm:47: sub dl_load_flags { 0x00 }
>> /usr/lib/perl/5.8/DynaLoader.pm:228:     push(@dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/DynaLoader.pm:230:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/DynaLoader.pm:231:     if (@unresolved) {
>> /usr/lib/perl/5.8/DynaLoader.pm:236:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or
>> /usr/lib/perl/5.8/DynaLoader.pm:239:     push(@dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/DynaLoader.pm:241:   boot:
>> /usr/lib/perl/5.8/DynaLoader.pm:245:     &$xs(@args);
>> (eval 8)[/usr/lib/perl5/SVN/Base.pm:59]:5: 1;
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Ra.pm:6: use File::Temp;
>> /usr/share/perl/5.8/File/Temp.pm:132: use 5.005;
>> /usr/share/perl/5.8/File/Temp.pm:132: use 5.005;
>> /usr/share/perl/5.8/File/Temp.pm:132: use 5.005;
>> /usr/share/perl/5.8/File/Temp.pm:133: use strict;
>> /usr/share/perl/5.8/File/Temp.pm:133: use strict;
>> /usr/share/perl/5.8/File/Temp.pm:133: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl/5.8/File/Temp.pm:134: use Carp;
>> /usr/share/perl/5.8/File/Temp.pm:134: use Carp;
>> /usr/share/perl/5.8/File/Temp.pm:134: use Carp;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/File/Temp.pm:135: use File::Spec 0.8;
>> /usr/share/perl/5.8/File/Temp.pm:135: use File::Spec 0.8;
>> /usr/share/perl/5.8/File/Temp.pm:135: use File::Spec 0.8;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/File/Temp.pm:136: use File::Path qw/ rmtree /;
>> /usr/share/perl/5.8/File/Path.pm:121: use 5.006;
>> /usr/share/perl/5.8/File/Path.pm:121: use 5.006;
>> /usr/share/perl/5.8/File/Path.pm:121: use 5.006;
>> /usr/share/perl/5.8/File/Path.pm:122: use Carp;
>> /usr/share/perl/5.8/File/Path.pm:122: use Carp;
>> /usr/share/perl/5.8/File/Path.pm:122: use Carp;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/File/Path.pm:123: use File::Basename ();
>> /usr/share/perl/5.8/File/Basename.pm:44:   unless (eval { require re; })
>> /usr/share/perl/5.8/File/Basename.pm:44:   unless (eval { require re; })
>> /usr/lib/perl/5.8/re.pm:3: our $VERSION = 0.05;
>> /usr/lib/perl/5.8/re.pm:7: my %bitmask = (
>> /usr/lib/perl/5.8/re.pm:62: 1;
>> /usr/share/perl/5.8/File/Basename.pm:46:   import re 'taint';
>> /usr/lib/perl/5.8/re.pm:53:     shift;
>> /usr/lib/perl/5.8/re.pm:54:     $^H |= bits(1, @_);
>> /usr/lib/perl/5.8/re.pm:27:     my $on = shift;
>> /usr/lib/perl/5.8/re.pm:28:     my $bits = 0;
>> /usr/lib/perl/5.8/re.pm:29:     unless (@_) {
>> /usr/lib/perl/5.8/re.pm:33:     foreach my $s (@_){
>> /usr/lib/perl/5.8/re.pm:34:       if ($s eq 'debug' or $s eq 'debugcolor') {
>> /usr/lib/perl/5.8/re.pm:42:       if (exists $bitmask{$s}) {
>> /usr/lib/perl/5.8/re.pm:43: 	  $bits |= $bitmask{$s};
>> /usr/lib/perl/5.8/re.pm:49:     $bits;
>> /usr/share/perl/5.8/File/Basename.pm:50: use strict;
>> /usr/share/perl/5.8/File/Basename.pm:50: use strict;
>> /usr/share/perl/5.8/File/Basename.pm:50: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl/5.8/File/Basename.pm:51: use 5.006;
>> /usr/share/perl/5.8/File/Basename.pm:51: use 5.006;
>> /usr/share/perl/5.8/File/Basename.pm:51: use 5.006;
>> /usr/share/perl/5.8/File/Basename.pm:52: use warnings;
>> /usr/share/perl/5.8/File/Basename.pm:52: use warnings;
>> /usr/share/perl/5.8/File/Basename.pm:52: use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/share/perl/5.8/File/Basename.pm:369: my @Ignore_Case = qw(MacOS VMS AmigaOS OS2 RISCOS MSWin32 MSDOS DOS Epoc);
>> /usr/share/perl/5.8/File/Basename.pm:370: my @Types = (@Ignore_Case, qw(Unix));
>> /usr/share/perl/5.8/File/Basename.pm:53: our(@ISA, @EXPORT, $VERSION, $Fileparse_fstype, $Fileparse_igncase);
>> /usr/share/perl/5.8/File/Basename.pm:54: require Exporter;
>> /usr/share/perl/5.8/File/Basename.pm:55: @ISA = qw(Exporter);
>> /usr/share/perl/5.8/File/Basename.pm:56: @EXPORT = qw(fileparse fileparse_set_fstype basename dirname);
>> /usr/share/perl/5.8/File/Basename.pm:57: $VERSION = "2.74";
>> /usr/share/perl/5.8/File/Basename.pm:59: fileparse_set_fstype($^O);
>> /usr/share/perl/5.8/File/Basename.pm:373:     my $old = $Fileparse_fstype;
>> /usr/share/perl/5.8/File/Basename.pm:375:     if (@_) {
>> /usr/share/perl/5.8/File/Basename.pm:376:         my $new_type = shift;
>> /usr/share/perl/5.8/File/Basename.pm:378:         $Fileparse_fstype = 'Unix';  # default
>> /usr/share/perl/5.8/File/Basename.pm:379:         foreach my $type (@Types) {
>> /usr/share/perl/5.8/File/Basename.pm:380:             $Fileparse_fstype = $type if $new_type =~ /^$type/i;
>> /usr/share/perl/5.8/File/Basename.pm:380:             $Fileparse_fstype = $type if $new_type =~ /^$type/i;
>> /usr/share/perl/5.8/File/Basename.pm:380:             $Fileparse_fstype = $type if $new_type =~ /^$type/i;
>> /usr/share/perl/5.8/File/Basename.pm:380:             $Fileparse_fstype = $type if $new_type =~ /^$type/i;
>> /usr/share/perl/5.8/File/Basename.pm:380:             $Fileparse_fstype = $type if $new_type =~ /^$type/i;
>> /usr/share/perl/5.8/File/Basename.pm:380:             $Fileparse_fstype = $type if $new_type =~ /^$type/i;
>> /usr/share/perl/5.8/File/Basename.pm:380:             $Fileparse_fstype = $type if $new_type =~ /^$type/i;
>> /usr/share/perl/5.8/File/Basename.pm:380:             $Fileparse_fstype = $type if $new_type =~ /^$type/i;
>> /usr/share/perl/5.8/File/Basename.pm:380:             $Fileparse_fstype = $type if $new_type =~ /^$type/i;
>> /usr/share/perl/5.8/File/Basename.pm:380:             $Fileparse_fstype = $type if $new_type =~ /^$type/i;
>> /usr/share/perl/5.8/File/Basename.pm:384:           (grep $Fileparse_fstype eq $_, @Ignore_Case) ? 1 : 0;
>> /usr/share/perl/5.8/File/Basename.pm:387:     return $old;
>> /usr/share/perl/5.8/File/Basename.pm:393: 1;
>> /usr/share/perl/5.8/File/Path.pm:123: use File::Basename ();
>> /usr/share/perl/5.8/File/Path.pm:123: use File::Basename ();
>> /usr/share/perl/5.8/File/Path.pm:124: use Exporter ();
>> /usr/share/perl/5.8/File/Path.pm:124: use Exporter ();
>> /usr/share/perl/5.8/File/Path.pm:124: use Exporter ();
>> /usr/share/perl/5.8/File/Path.pm:125: use strict;
>> /usr/share/perl/5.8/File/Path.pm:125: use strict;
>> /usr/share/perl/5.8/File/Path.pm:125: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl/5.8/File/Path.pm:126: use warnings;
>> /usr/share/perl/5.8/File/Path.pm:126: use warnings;
>> /usr/share/perl/5.8/File/Path.pm:126: use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/share/perl/5.8/File/Path.pm:210: 		no strict 'refs';
>> /usr/share/perl/5.8/File/Path.pm:210: 		no strict 'refs';
>> /usr/share/perl/5.8/File/Path.pm:210: 		no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/share/perl/5.8/File/Path.pm:128: our $VERSION = "1.08";
>> /usr/share/perl/5.8/File/Path.pm:129: our @ISA = qw( Exporter );
>> /usr/share/perl/5.8/File/Path.pm:130: our @EXPORT = qw( mkpath rmtree );
>> /usr/share/perl/5.8/File/Path.pm:132: my $Is_VMS = $^O eq 'VMS';
>> /usr/share/perl/5.8/File/Path.pm:133: my $Is_MacOS = $^O eq 'MacOS';
>> /usr/share/perl/5.8/File/Path.pm:137: my $force_writeable = ($^O eq 'os2' || $^O eq 'dos' || $^O eq 'MSWin32' ||
>> /usr/share/perl/5.8/File/Path.pm:285: 1;
>> /usr/share/perl/5.8/File/Temp.pm:136: use File::Path qw/ rmtree /;
>> /usr/share/perl/5.8/File/Temp.pm:136: use File::Path qw/ rmtree /;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/File/Temp.pm:137: use Fcntl 1.03;
>> /usr/lib/perl/5.8/Fcntl.pm:6: use XSLoader ();
>> /usr/lib/perl/5.8/Fcntl.pm:6: use XSLoader ();
>> /usr/lib/perl/5.8/Fcntl.pm:6: use XSLoader ();
>> /usr/lib/perl/5.8/Fcntl.pm:3: our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $AUTOLOAD);
>> /usr/lib/perl/5.8/Fcntl.pm:5: require Exporter;
>> /usr/lib/perl/5.8/Fcntl.pm:7: @ISA = qw(Exporter);
>> /usr/lib/perl/5.8/Fcntl.pm:8: $VERSION = "1.05";
>> /usr/lib/perl/5.8/Fcntl.pm:11: @EXPORT =
>> /usr/lib/perl/5.8/Fcntl.pm:84: @EXPORT_OK = qw(
>> /usr/lib/perl/5.8/Fcntl.pm:135: %EXPORT_TAGS = (
>> /usr/lib/perl/5.8/Fcntl.pm:179: XSLoader::load 'Fcntl', $VERSION;
>> /usr/lib/perl/5.8/XSLoader.pm:25:     die q{XSLoader::load('Your::Module', $Your::Module::VERSION)} unless @_;
>> /usr/lib/perl/5.8/XSLoader.pm:27:     my($module) = $_[0];
>> /usr/lib/perl/5.8/XSLoader.pm:30:     my $b = "$module\::bootstrap";
>> /usr/lib/perl/5.8/XSLoader.pm:31:     goto &$b if defined &$b;
>> /usr/lib/perl/5.8/XSLoader.pm:33:     goto retry unless $module and defined &dl_load_file;
>> /usr/lib/perl/5.8/XSLoader.pm:35:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/XSLoader.pm:36:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/XSLoader.pm:38:     my $modpname = join('/',@modparts);
>> /usr/lib/perl/5.8/XSLoader.pm:39:     my $modlibname = (caller())[1];
>> /usr/lib/perl/5.8/XSLoader.pm:40:     my $c = @modparts;
>> /usr/lib/perl/5.8/XSLoader.pm:41:     $modlibname =~ s,[\\/][^\\/]+$,, while $c--;	# Q&D basename
>> /usr/lib/perl/5.8/XSLoader.pm:42:     my $file = "$modlibname/auto/$modpname/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/XSLoader.pm:46:     my $bs = $file;
>> /usr/lib/perl/5.8/XSLoader.pm:47:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/XSLoader.pm:49:     goto retry if not -f $file or -s $bs;
>> /usr/lib/perl/5.8/XSLoader.pm:51:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/XSLoader.pm:52:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/XSLoader.pm:53:     @DynaLoader::dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/XSLoader.pm:55:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/XSLoader.pm:57:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/XSLoader.pm:70:     my $libref = dl_load_file($file, 0) or do { 
>> /usr/lib/perl/5.8/XSLoader.pm:74:     push(@DynaLoader::dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/XSLoader.pm:76:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/XSLoader.pm:77:     if (@unresolved) {
>> /usr/lib/perl/5.8/XSLoader.pm:82:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or do {
>> /usr/lib/perl/5.8/XSLoader.pm:87:     push(@DynaLoader::dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/XSLoader.pm:89:   boot:
>> /usr/lib/perl/5.8/XSLoader.pm:93:     return &$xs(@_);
>> /usr/lib/perl/5.8/Fcntl.pm:181: 1;
>> /usr/share/perl/5.8/File/Temp.pm:137: use Fcntl 1.03;
>> /usr/share/perl/5.8/File/Temp.pm:137: use Fcntl 1.03;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/File/Temp.pm:138: use Errno;
>> /usr/lib/perl/5.8/Errno.pm:7: use Exporter ();
>> /usr/lib/perl/5.8/Errno.pm:7: use Exporter ();
>> /usr/lib/perl/5.8/Errno.pm:7: use Exporter ();
>> /usr/lib/perl/5.8/Errno.pm:8: use strict;
>> /usr/lib/perl/5.8/Errno.pm:8: use strict;
>> /usr/lib/perl/5.8/Errno.pm:8: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl/5.8/Errno.pm:187: 	no strict 'refs';
>> /usr/lib/perl/5.8/Errno.pm:187: 	no strict 'refs';
>> /usr/lib/perl/5.8/Errno.pm:187: 	no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl/5.8/Errno.pm:6: our (@EXPORT_OK,%EXPORT_TAGS,@ISA,$VERSION,%errno,$AUTOLOAD);
>> /usr/lib/perl/5.8/Errno.pm:10: $VERSION = "1.09_01";
>> /usr/lib/perl/5.8/Errno.pm:11: $VERSION = eval $VERSION;
>> (eval 9)[/usr/lib/perl/5.8/Errno.pm:11]:1: 1.09_01
>> /usr/lib/perl/5.8/Errno.pm:12: @ISA = qw(Exporter);
>> /usr/lib/perl/5.8/Errno.pm:14: @EXPORT_OK = qw(EBADR ENOMSG ENOTSUP ESTRPIPE EADDRINUSE EL3HLT EBADF
>> /usr/lib/perl/5.8/Errno.pm:32: %EXPORT_TAGS = (
>> /usr/lib/perl/5.8/Errno.pm:199: *CLEAR = \&STORE;
>> /usr/lib/perl/5.8/Errno.pm:200: *DELETE = \&STORE;
>> /usr/lib/perl/5.8/Errno.pm:223: tie %!, __PACKAGE__;
>> /usr/lib/perl/5.8/Errno.pm:180: sub TIEHASH { bless [] }
>> /usr/lib/perl/5.8/Errno.pm:225: 1;
>> /usr/share/perl/5.8/File/Temp.pm:138: use Errno;
>> /usr/share/perl/5.8/File/Temp.pm:138: use Errno;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/File/Temp.pm:145: use base qw/ IO::Handle /;
>> /usr/share/perl/5.8/File/Temp.pm:145: use base qw/ IO::Handle /;
>> /usr/share/perl/5.8/File/Temp.pm:145: use base qw/ IO::Handle /;
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:75:         if (has_version($base)) {
>> /usr/share/perl/5.8/base.pm:24:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:26:     return( ($vglob && *$vglob{SCALAR}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:77: 	      unless defined ${$base.'::VERSION'};
>> /usr/share/perl/5.8/base.pm:76: 	    ${$base.'::VERSION'} = '-1, set by base.pm' 
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:98:         if ( has_fields($base) || has_attr($base) ) {
>> /usr/share/perl/5.8/base.pm:18:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:20:     return( ($fglob && *$fglob{HASH}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:30:     my($proto) = shift;
>> /usr/share/perl/5.8/base.pm:31:     my($class) = ref $proto || $proto;
>> /usr/share/perl/5.8/base.pm:32:     return exists $Fattr->{$class};
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/share/perl/5.8/File/Temp.pm:146: use overload '""' => "STRINGIFY";
>> /usr/share/perl/5.8/overload.pm:131: use warnings::register;
>> /usr/share/perl/5.8/overload.pm:131: use warnings::register;
>> /usr/share/perl/5.8/overload.pm:131: use warnings::register;
>> /usr/share/perl/5.8/warnings/register.pm:18:     shift;
>> /usr/share/perl/5.8/warnings/register.pm:19:     my $package = (caller(0))[0];
>> /usr/share/perl/5.8/warnings/register.pm:20:     if (! defined $warnings::Bits{$package}) {
>> /usr/share/perl/5.8/warnings/register.pm:21:         $warnings::Bits{$package}     = mkMask($warnings::LAST_BIT);
>> /usr/share/perl/5.8/warnings/register.pm:9:     my ($bit) = @_;
>> /usr/share/perl/5.8/warnings/register.pm:10:     my $mask = "";
>> /usr/share/perl/5.8/warnings/register.pm:12:     vec($mask, $bit, 1) = 1;
>> /usr/share/perl/5.8/warnings/register.pm:13:     return $mask;
>> /usr/share/perl/5.8/warnings/register.pm:22:         vec($warnings::Bits{'all'}, $warnings::LAST_BIT, 1) = 1;
>> /usr/share/perl/5.8/warnings/register.pm:23:         $warnings::Offsets{$package}  = $warnings::LAST_BIT ++;
>> /usr/share/perl/5.8/warnings/register.pm:24: 	foreach my $k (keys %warnings::Bits) {
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:25: 	    vec($warnings::Bits{$k}, $warnings::LAST_BIT, 1) = 0;
>> /usr/share/perl/5.8/warnings/register.pm:27:         $warnings::DeadBits{$package} = mkMask($warnings::LAST_BIT);
>> /usr/share/perl/5.8/warnings/register.pm:9:     my ($bit) = @_;
>> /usr/share/perl/5.8/warnings/register.pm:10:     my $mask = "";
>> /usr/share/perl/5.8/warnings/register.pm:12:     vec($mask, $bit, 1) = 1;
>> /usr/share/perl/5.8/warnings/register.pm:13:     return $mask;
>> /usr/share/perl/5.8/warnings/register.pm:28:         vec($warnings::DeadBits{'all'}, $warnings::LAST_BIT++, 1) = 1;
>> /usr/share/perl/5.8/overload.pm:3: our $VERSION = '1.04';
>> /usr/share/perl/5.8/overload.pm:5: $overload::hint_bits = 0x20000; # HINT_LOCALIZE_HH
>> /usr/share/perl/5.8/overload.pm:96: *StrVal = *AddrRef;
>> /usr/share/perl/5.8/overload.pm:109: %constants = (
>> /usr/share/perl/5.8/overload.pm:117: %ops = ( with_assign	  => "+ - * / % ** << >> x .",
>> /usr/share/perl/5.8/overload.pm:167: 1;
>> /usr/share/perl/5.8/File/Temp.pm:146: use overload '""' => "STRINGIFY";
>> /usr/share/perl/5.8/File/Temp.pm:146: use overload '""' => "STRINGIFY";
>> /usr/share/perl/5.8/overload.pm:32:   $package = (caller())[0];
>> /usr/share/perl/5.8/overload.pm:34:   shift;
>> /usr/share/perl/5.8/overload.pm:35:   $package->overload::OVERLOAD(@_);
>> /usr/share/perl/5.8/overload.pm:10:   $package = shift;
>> /usr/share/perl/5.8/overload.pm:11:   my %arg = @_;
>> /usr/share/perl/5.8/overload.pm:12:   my ($sub, $fb);
>> /usr/share/perl/5.8/overload.pm:13:   $ {$package . "::OVERLOAD"}{dummy}++; # Register with magic by touching.
>> /usr/share/perl/5.8/overload.pm:13:   $ {$package . "::OVERLOAD"}{dummy}++; # Register with magic by touching.
>> /usr/share/perl/5.8/overload.pm:14:   *{$package . "::()"} = \&nil; # Make it findable via fetchmethod.
>> /usr/share/perl/5.8/overload.pm:14:   *{$package . "::()"} = \&nil; # Make it findable via fetchmethod.
>> /usr/share/perl/5.8/overload.pm:15:   for (keys %arg) {
>> /usr/share/perl/5.8/overload.pm:16:     if ($_ eq 'fallback') {
>> /usr/share/perl/5.8/overload.pm:19:       $sub = $arg{$_};
>> /usr/share/perl/5.8/overload.pm:20:       if (not ref $sub and $sub !~ /::/) {
>> /usr/share/perl/5.8/overload.pm:21: 	$ {$package . "::(" . $_} = $sub;
>> /usr/share/perl/5.8/overload.pm:21: 	$ {$package . "::(" . $_} = $sub;
>> /usr/share/perl/5.8/overload.pm:22: 	$sub = \&nil;
>> /usr/share/perl/5.8/overload.pm:25:       *{$package . "::(" . $_} = \&{ $sub };
>> /usr/share/perl/5.8/overload.pm:25:       *{$package . "::(" . $_} = \&{ $sub };
>> /usr/share/perl/5.8/overload.pm:25:       *{$package . "::(" . $_} = \&{ $sub };
>> /usr/share/perl/5.8/overload.pm:28:   ${$package . "::()"} = $fb; # Make it findable too (fallback only).
>> /usr/share/perl/5.8/overload.pm:28:   ${$package . "::()"} = $fb; # Make it findable too (fallback only).
>> /usr/share/perl/5.8/File/Temp.pm:150: use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG $KEEP_ALL);
>> /usr/share/perl/5.8/File/Temp.pm:150: use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG $KEEP_ALL);
>> /usr/share/perl/5.8/File/Temp.pm:150: use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG $KEEP_ALL);
>> /usr/share/perl/5.8/vars.pm:11:     my $callpack = caller;
>> /usr/share/perl/5.8/vars.pm:12:     my ($pack, @imports) = @_;
>> /usr/share/perl/5.8/vars.pm:13:     my ($sym, $ch);
>> /usr/share/perl/5.8/vars.pm:14:     foreach (@imports) {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/File/Temp.pm:157: use base qw/Exporter/;
>> /usr/share/perl/5.8/File/Temp.pm:157: use base qw/Exporter/;
>> /usr/share/perl/5.8/File/Temp.pm:157: use base qw/Exporter/;
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/share/perl/5.8/File/Temp.pm:197: use constant MAX_TRIES => 1000;
>> /usr/share/perl/5.8/File/Temp.pm:197: use constant MAX_TRIES => 1000;
>> /usr/share/perl/5.8/File/Temp.pm:197: use constant MAX_TRIES => 1000;
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl/5.8/File/Temp.pm:200: use constant MINX => 4;
>> /usr/share/perl/5.8/File/Temp.pm:200: use constant MINX => 4;
>> /usr/share/perl/5.8/File/Temp.pm:200: use constant MINX => 4;
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl/5.8/File/Temp.pm:204: use constant TEMPXXX => 'X' x 10;
>> /usr/share/perl/5.8/File/Temp.pm:204: use constant TEMPXXX => 'X' x 10;
>> /usr/share/perl/5.8/File/Temp.pm:204: use constant TEMPXXX => 'X' x 10;
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl/5.8/File/Temp.pm:208: use constant STANDARD => 0;
>> /usr/share/perl/5.8/File/Temp.pm:208: use constant STANDARD => 0;
>> /usr/share/perl/5.8/File/Temp.pm:208: use constant STANDARD => 0;
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl/5.8/File/Temp.pm:209: use constant MEDIUM   => 1;
>> /usr/share/perl/5.8/File/Temp.pm:209: use constant MEDIUM   => 1;
>> /usr/share/perl/5.8/File/Temp.pm:209: use constant MEDIUM   => 1;
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl/5.8/File/Temp.pm:210: use constant HIGH     => 2;
>> /usr/share/perl/5.8/File/Temp.pm:210: use constant HIGH     => 2;
>> /usr/share/perl/5.8/File/Temp.pm:210: use constant HIGH     => 2;
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl/5.8/File/Temp.pm:220:     no strict 'refs';
>> /usr/share/perl/5.8/File/Temp.pm:220:     no strict 'refs';
>> /usr/share/perl/5.8/File/Temp.pm:220:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/share/perl/5.8/File/Temp.pm:243:     no strict 'refs';
>> /usr/share/perl/5.8/File/Temp.pm:243:     no strict 'refs';
>> /usr/share/perl/5.8/File/Temp.pm:243:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/share/perl/5.8/File/Temp.pm:139: require VMS::Stdio if $^O eq 'VMS';
>> /usr/share/perl/5.8/File/Temp.pm:142: require Symbol if $] < 5.006;
>> /usr/share/perl/5.8/File/Temp.pm:152: $DEBUG = 0;
>> /usr/share/perl/5.8/File/Temp.pm:153: $KEEP_ALL = 0;
>> /usr/share/perl/5.8/File/Temp.pm:161: @EXPORT_OK = qw{
>> /usr/share/perl/5.8/File/Temp.pm:176: %EXPORT_TAGS = (
>> /usr/share/perl/5.8/File/Temp.pm:182: Exporter::export_tags('POSIX','mktemp');
>> /usr/share/perl/5.8/Exporter.pm:84:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:84:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:17:   require Exporter::Heavy;
>> /usr/share/perl/5.8/Exporter.pm:20:   my $c = (caller(1))[3];
>> /usr/share/perl/5.8/Exporter.pm:21:   $c =~ s/.*:://;
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter/Heavy.pm:227:   _push_tags((caller)[0], "EXPORT",    \@_);
>> /usr/share/perl/5.8/Exporter/Heavy.pm:206:     my($pkg, $var, $syms) = @_;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:207:     my @nontag = ();
>> /usr/share/perl/5.8/Exporter/Heavy.pm:208:     my $export_tags = \%{"${pkg}::EXPORT_TAGS"};
>> /usr/share/perl/5.8/Exporter/Heavy.pm:208:     my $export_tags = \%{"${pkg}::EXPORT_TAGS"};
>> /usr/share/perl/5.8/Exporter/Heavy.pm:210: 	map { $export_tags->{$_} ? @{$export_tags->{$_}} 
>> /usr/share/perl/5.8/Exporter/Heavy.pm:209:     push(@{"${pkg}::$var"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:210: 	map { $export_tags->{$_} ? @{$export_tags->{$_}} 
>> /usr/share/perl/5.8/Exporter/Heavy.pm:209:     push(@{"${pkg}::$var"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:210: 	map { $export_tags->{$_} ? @{$export_tags->{$_}} 
>> /usr/share/perl/5.8/Exporter/Heavy.pm:209:     push(@{"${pkg}::$var"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:213:     if (@nontag and $^W) {
>> /usr/share/perl/5.8/File/Temp.pm:186: $VERSION = '0.16';
>> /usr/share/perl/5.8/File/Temp.pm:190: my @CHARS = (qw/ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
>> /usr/share/perl/5.8/File/Temp.pm:215: my $OPENFLAGS = O_CREAT | O_EXCL | O_RDWR;
>> /usr/lib/perl/5.8/Fcntl.pm:168:     (my $constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/Fcntl.pm:169:     die "&Fcntl::constant not defined" if $constname eq 'constant';
>> /usr/lib/perl/5.8/Fcntl.pm:170:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/Fcntl.pm:171:     if ($error) {
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/lib/perl/5.8/Fcntl.pm:176:     goto &$AUTOLOAD;
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/lib/perl/5.8/Fcntl.pm:168:     (my $constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/Fcntl.pm:169:     die "&Fcntl::constant not defined" if $constname eq 'constant';
>> /usr/lib/perl/5.8/Fcntl.pm:170:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/Fcntl.pm:171:     if ($error) {
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/lib/perl/5.8/Fcntl.pm:176:     goto &$AUTOLOAD;
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/lib/perl/5.8/Fcntl.pm:168:     (my $constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/Fcntl.pm:169:     die "&Fcntl::constant not defined" if $constname eq 'constant';
>> /usr/lib/perl/5.8/Fcntl.pm:170:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/Fcntl.pm:171:     if ($error) {
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/lib/perl/5.8/Fcntl.pm:176:     goto &$AUTOLOAD;
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/share/perl/5.8/File/Temp.pm:217: unless ($^O eq 'MacOS') {
>> /usr/share/perl/5.8/File/Temp.pm:218:   for my $oflag (qw/ NOFOLLOW BINARY LARGEFILE EXLOCK NOINHERIT /) {
>> /usr/share/perl/5.8/File/Temp.pm:219:     my ($bit, $func) = (0, "Fcntl::O_" . $oflag);
>> /usr/share/perl/5.8/File/Temp.pm:221:     $OPENFLAGS |= $bit if eval {
>> /usr/share/perl/5.8/File/Temp.pm:224:       local $SIG{__DIE__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:225:       local $SIG{__WARN__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:226:       $bit = &$func();
>> /usr/lib/perl/5.8/Fcntl.pm:168:     (my $constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/Fcntl.pm:169:     die "&Fcntl::constant not defined" if $constname eq 'constant';
>> /usr/lib/perl/5.8/Fcntl.pm:170:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/Fcntl.pm:171:     if ($error) {
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/lib/perl/5.8/Fcntl.pm:176:     goto &$AUTOLOAD;
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/share/perl/5.8/File/Temp.pm:227:       1;
>> /usr/share/perl/5.8/File/Temp.pm:219:     my ($bit, $func) = (0, "Fcntl::O_" . $oflag);
>> /usr/share/perl/5.8/File/Temp.pm:221:     $OPENFLAGS |= $bit if eval {
>> /usr/share/perl/5.8/File/Temp.pm:224:       local $SIG{__DIE__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:225:       local $SIG{__WARN__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:226:       $bit = &$func();
>> /usr/lib/perl/5.8/Fcntl.pm:168:     (my $constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/Fcntl.pm:169:     die "&Fcntl::constant not defined" if $constname eq 'constant';
>> /usr/lib/perl/5.8/Fcntl.pm:170:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/Fcntl.pm:171:     if ($error) {
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/lib/perl/5.8/Fcntl.pm:176:     goto &$AUTOLOAD;
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/share/perl/5.8/File/Temp.pm:227:       1;
>> /usr/share/perl/5.8/File/Temp.pm:219:     my ($bit, $func) = (0, "Fcntl::O_" . $oflag);
>> /usr/share/perl/5.8/File/Temp.pm:221:     $OPENFLAGS |= $bit if eval {
>> /usr/share/perl/5.8/File/Temp.pm:224:       local $SIG{__DIE__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:225:       local $SIG{__WARN__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:226:       $bit = &$func();
>> /usr/lib/perl/5.8/Fcntl.pm:168:     (my $constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/Fcntl.pm:169:     die "&Fcntl::constant not defined" if $constname eq 'constant';
>> /usr/lib/perl/5.8/Fcntl.pm:170:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/Fcntl.pm:171:     if ($error) {
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/lib/perl/5.8/Fcntl.pm:176:     goto &$AUTOLOAD;
>> /usr/lib/perl/5.8/Fcntl.pm:175:     *$AUTOLOAD = sub { $val };
>> /usr/share/perl/5.8/File/Temp.pm:227:       1;
>> /usr/share/perl/5.8/File/Temp.pm:219:     my ($bit, $func) = (0, "Fcntl::O_" . $oflag);
>> /usr/share/perl/5.8/File/Temp.pm:221:     $OPENFLAGS |= $bit if eval {
>> /usr/share/perl/5.8/File/Temp.pm:224:       local $SIG{__DIE__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:225:       local $SIG{__WARN__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:226:       $bit = &$func();
>> /usr/lib/perl/5.8/Fcntl.pm:168:     (my $constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/Fcntl.pm:169:     die "&Fcntl::constant not defined" if $constname eq 'constant';
>> /usr/lib/perl/5.8/Fcntl.pm:170:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/Fcntl.pm:171:     if ($error) {
>> /usr/lib/perl/5.8/Fcntl.pm:172:         my (undef,$file,$line) = caller;
>> /usr/lib/perl/5.8/Fcntl.pm:173:         die "$error at $file line $line.\n";
>> /usr/share/perl/5.8/File/Temp.pm:224:       local $SIG{__DIE__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:219:     my ($bit, $func) = (0, "Fcntl::O_" . $oflag);
>> /usr/share/perl/5.8/File/Temp.pm:221:     $OPENFLAGS |= $bit if eval {
>> /usr/share/perl/5.8/File/Temp.pm:224:       local $SIG{__DIE__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:225:       local $SIG{__WARN__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:226:       $bit = &$func();
>> /usr/lib/perl/5.8/Fcntl.pm:168:     (my $constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/Fcntl.pm:169:     die "&Fcntl::constant not defined" if $constname eq 'constant';
>> /usr/lib/perl/5.8/Fcntl.pm:170:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/Fcntl.pm:171:     if ($error) {
>> /usr/lib/perl/5.8/Fcntl.pm:172:         my (undef,$file,$line) = caller;
>> /usr/lib/perl/5.8/Fcntl.pm:173:         die "$error at $file line $line.\n";
>> /usr/share/perl/5.8/File/Temp.pm:224:       local $SIG{__DIE__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:239: my $OPENTEMPFLAGS = $OPENFLAGS;
>> /usr/share/perl/5.8/File/Temp.pm:240: unless ($^O eq 'MacOS') {
>> /usr/share/perl/5.8/File/Temp.pm:241:   for my $oflag (qw/ TEMPORARY /) {
>> /usr/share/perl/5.8/File/Temp.pm:242:     my ($bit, $func) = (0, "Fcntl::O_" . $oflag);
>> /usr/share/perl/5.8/File/Temp.pm:244:     $OPENTEMPFLAGS |= $bit if eval {
>> /usr/share/perl/5.8/File/Temp.pm:247:       local $SIG{__DIE__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:248:       local $SIG{__WARN__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:249:       $bit = &$func();
>> /usr/lib/perl/5.8/Fcntl.pm:168:     (my $constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/Fcntl.pm:169:     die "&Fcntl::constant not defined" if $constname eq 'constant';
>> /usr/lib/perl/5.8/Fcntl.pm:170:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/Fcntl.pm:171:     if ($error) {
>> /usr/lib/perl/5.8/Fcntl.pm:172:         my (undef,$file,$line) = caller;
>> /usr/lib/perl/5.8/Fcntl.pm:173:         die "$error at $file line $line.\n";
>> /usr/share/perl/5.8/File/Temp.pm:247:       local $SIG{__DIE__} = sub {};
>> /usr/share/perl/5.8/File/Temp.pm:867:   my (%files_to_unlink, %dirs_to_unlink);
>> /usr/share/perl/5.8/File/Temp.pm:867:   my (%files_to_unlink, %dirs_to_unlink);
>> /usr/share/perl/5.8/File/Temp.pm:2086:   my $LEVEL = STANDARD;
>> /usr/share/perl/5.8/File/Temp.pm:2086:   my $LEVEL = STANDARD;
>> /usr/share/perl/5.8/File/Temp.pm:2130:   my $TopSystemUID = 10;
>> /usr/share/perl/5.8/File/Temp.pm:2130:   my $TopSystemUID = 10;
>> /usr/share/perl/5.8/File/Temp.pm:2244: 1;
>> /usr/lib/perl5/SVN/Ra.pm:6: use File::Temp;
>> /usr/lib/perl5/SVN/Ra.pm:6: use File::Temp;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl5/SVN/Ra.pm:80:     no strict 'refs';
>> /usr/lib/perl5/SVN/Ra.pm:80:     no strict 'refs';
>> /usr/lib/perl5/SVN/Ra.pm:80:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl5/SVN/Ra.pm:130: use SVN::Base qw(Ra svn_ra_);
>> /usr/lib/perl5/SVN/Ra.pm:130: use SVN::Base qw(Ra svn_ra_);
>> /usr/lib/perl5/SVN/Ra.pm:130: use SVN::Base qw(Ra svn_ra_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Ra.pm:133: use SVN::Base qw(Ra svn_ra_reporter2_);
>> /usr/lib/perl5/SVN/Ra.pm:133: use SVN::Base qw(Ra svn_ra_reporter2_);
>> /usr/lib/perl5/SVN/Ra.pm:133: use SVN::Base qw(Ra svn_ra_reporter2_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Ra.pm:151:     no strict 'refs';
>> /usr/lib/perl5/SVN/Ra.pm:151:     no strict 'refs';
>> /usr/lib/perl5/SVN/Ra.pm:151:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl5/SVN/Ra.pm:156:     no warnings 'uninitialized';
>> /usr/lib/perl5/SVN/Ra.pm:156:     no warnings 'uninitialized';
>> /usr/lib/perl5/SVN/Ra.pm:156:     no warnings 'uninitialized';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl5/SVN/Ra.pm:65: require SVN::Client;
>> /usr/lib/perl5/SVN/Client.pm:1: use strict;
>> /usr/lib/perl5/SVN/Client.pm:1: use strict;
>> /usr/lib/perl5/SVN/Client.pm:1: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl5/SVN/Client.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Client.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Client.pm:2: use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl5/SVN/Client.pm:4: use SVN::Core;
>> /usr/lib/perl5/SVN/Client.pm:4: use SVN::Core;
>> /usr/lib/perl5/SVN/Client.pm:4: use SVN::Core;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl5/SVN/Client.pm:5: use SVN::Wc;
>> /usr/lib/perl5/SVN/Wc.pm:1: use strict;
>> /usr/lib/perl5/SVN/Wc.pm:1: use strict;
>> /usr/lib/perl5/SVN/Wc.pm:1: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl5/SVN/Wc.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Wc.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Wc.pm:2: use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl5/SVN/Wc.pm:5: use SVN::Base qw(Wc svn_wc_);
>> /usr/lib/perl5/SVN/Wc.pm:5: use SVN::Base qw(Wc svn_wc_);
>> /usr/lib/perl5/SVN/Wc.pm:5: use SVN::Base qw(Wc svn_wc_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:59: 	eval qq'
>> (eval 10)[/usr/lib/perl5/SVN/Base.pm:59]:3: require DynaLoader;
>> (eval 10)[/usr/lib/perl5/SVN/Base.pm:59]:4: bootstrap SVN::_Wc;
>> /usr/lib/perl/5.8/DynaLoader.pm:128:     local(@args) = @_;
>> /usr/lib/perl/5.8/DynaLoader.pm:129:     local($module) = $args[0];
>> /usr/lib/perl/5.8/DynaLoader.pm:130:     local(@dirs, $file);
>> /usr/lib/perl/5.8/DynaLoader.pm:132:     unless ($module) {
>> /usr/lib/perl/5.8/DynaLoader.pm:139:     croak("Can't load module $module, dynamic loading not available in this perl.\n".
>> /usr/lib/perl/5.8/DynaLoader.pm:144:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/DynaLoader.pm:145:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/DynaLoader.pm:150:     $modfname = &mod2fname(\@modparts) if defined &mod2fname;
>> /usr/lib/perl/5.8/DynaLoader.pm:153: 	if (($^O eq 'NetWare') && (length($modfname) > 8)) {
>> /usr/lib/perl/5.8/DynaLoader.pm:157:     my $modpname = join(($Is_MacOS ? ':' : '/'),@modparts);
>> /usr/lib/perl/5.8/DynaLoader.pm:159:     print STDERR "DynaLoader::bootstrap for $module ",
>> /usr/lib/perl/5.8/DynaLoader.pm:165:     foreach (@INC) {
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:182: 	my $try = $Is_MacOS ? "$dir:$modfname.$dl_dlext" : "$dir/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/DynaLoader.pm:183: 	last if $file = ($do_expand) ? dl_expandspec($try) : ((-f $try) && $try);
>> /usr/lib/perl/5.8/DynaLoader.pm:189:     $file = dl_findfile(map("-L$_",@dirs,@INC), $modfname) unless $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:191:     croak("Can't locate loadable object for module $module in \@INC (\@INC contains: @INC)")
>> /usr/lib/perl/5.8/DynaLoader.pm:194:     $file = uc($file) if $Is_VMS && $Config::Config{d_vms_case_sensitive_symbols};
>> /usr/lib/perl/5.8/DynaLoader.pm:195:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/DynaLoader.pm:196:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/DynaLoader.pm:197:     @dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/DynaLoader.pm:202:     my $bs = $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:203:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/DynaLoader.pm:204:     if (-s $bs) { # only read file if it's not empty
>> /usr/lib/perl/5.8/DynaLoader.pm:210:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/DynaLoader.pm:212:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/DynaLoader.pm:225:     my $libref = dl_load_file($file, $module->dl_load_flags) or
>> /usr/lib/perl/5.8/DynaLoader.pm:47: sub dl_load_flags { 0x00 }
>> /usr/lib/perl/5.8/DynaLoader.pm:228:     push(@dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/DynaLoader.pm:230:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/DynaLoader.pm:231:     if (@unresolved) {
>> /usr/lib/perl/5.8/DynaLoader.pm:236:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or
>> /usr/lib/perl/5.8/DynaLoader.pm:239:     push(@dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/DynaLoader.pm:241:   boot:
>> /usr/lib/perl/5.8/DynaLoader.pm:245:     &$xs(@args);
>> (eval 10)[/usr/lib/perl5/SVN/Base.pm:59]:5: 1;
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Wc.pm:72: use SVN::Base qw(Wc svn_wc_status_t_);
>> /usr/lib/perl5/SVN/Wc.pm:72: use SVN::Base qw(Wc svn_wc_status_t_);
>> /usr/lib/perl5/SVN/Wc.pm:72: use SVN::Base qw(Wc svn_wc_status_t_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Wc.pm:181: use SVN::Base qw(Wc svn_wc_entry_t_);
>> /usr/lib/perl5/SVN/Wc.pm:181: use SVN::Base qw(Wc svn_wc_entry_t_);
>> /usr/lib/perl5/SVN/Wc.pm:181: use SVN::Base qw(Wc svn_wc_entry_t_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Wc.pm:339: use SVN::Base qw(Wc svn_wc_notify_state_);
>> /usr/lib/perl5/SVN/Wc.pm:339: use SVN::Base qw(Wc svn_wc_notify_state_);
>> /usr/lib/perl5/SVN/Wc.pm:339: use SVN::Base qw(Wc svn_wc_notify_state_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Wc.pm:366: use SVN::Base qw(Wc svn_wc_schedule_);
>> /usr/lib/perl5/SVN/Wc.pm:366: use SVN::Base qw(Wc svn_wc_schedule_);
>> /usr/lib/perl5/SVN/Wc.pm:366: use SVN::Base qw(Wc svn_wc_schedule_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Wc.pm:433: use SVN::Base qw(Wc svn_wc_status_);
>> /usr/lib/perl5/SVN/Wc.pm:433: use SVN::Base qw(Wc svn_wc_status_);
>> /usr/lib/perl5/SVN/Wc.pm:433: use SVN::Base qw(Wc svn_wc_status_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Wc.pm:280: our $add = $SVN::Wc::notify_add;
>> /usr/lib/perl5/SVN/Wc.pm:281: our $copy = $SVN::Wc::notify_copy;
>> /usr/lib/perl5/SVN/Wc.pm:282: our $delete = $SVN::Wc::notify_delete;
>> /usr/lib/perl5/SVN/Wc.pm:283: our $restore = $SVN::Wc::notify_restore;
>> /usr/lib/perl5/SVN/Wc.pm:284: our $revert = $SVN::Wc::notify_revert;
>> /usr/lib/perl5/SVN/Wc.pm:285: our $failed_revert = $SVN::Wc::notify_failed_revert;
>> /usr/lib/perl5/SVN/Wc.pm:286: our $resolved = $SVN::Wc::notify_resolved;
>> /usr/lib/perl5/SVN/Wc.pm:287: our $skip = $SVN::Wc::notify_skip;
>> /usr/lib/perl5/SVN/Wc.pm:288: our $update_delete = $SVN::Wc::notify_update_delete;
>> /usr/lib/perl5/SVN/Wc.pm:289: our $update_add = $SVN::Wc::notify_update_add;
>> /usr/lib/perl5/SVN/Wc.pm:290: our $update_update = $SVN::Wc::notify_update_update;
>> /usr/lib/perl5/SVN/Wc.pm:291: our $update_completed = $SVN::Wc::notify_update_completed;
>> /usr/lib/perl5/SVN/Wc.pm:292: our $update_external = $SVN::Wc::notify_update_external;
>> /usr/lib/perl5/SVN/Wc.pm:293: our $status_completed = $SVN::Wc::notify_status_completed;
>> /usr/lib/perl5/SVN/Wc.pm:294: our $status_external = $SVN::Wc::notify_status_external;
>> /usr/lib/perl5/SVN/Wc.pm:295: our $commit_modified = $SVN::Wc::notify_commit_modified;
>> /usr/lib/perl5/SVN/Wc.pm:296: our $commit_added = $SVN::Wc::notify_commit_added;
>> /usr/lib/perl5/SVN/Wc.pm:297: our $commit_deleted = $SVN::Wc::notify_commit_deleted;
>> /usr/lib/perl5/SVN/Wc.pm:298: our $commit_replaced = $SVN::Wc::notify_commit_replaced;
>> /usr/lib/perl5/SVN/Wc.pm:299: our $commit_postfix_txdelta = $SVN::Wc::notify_commit_postfix_txdelta;
>> /usr/lib/perl5/SVN/Wc.pm:300: our $blame_revision = $SVN::Wc::notify_blame_revision;
>> /usr/lib/perl5/SVN/Wc.pm:435: 1;
>> /usr/lib/perl5/SVN/Client.pm:5: use SVN::Wc;
>> /usr/lib/perl5/SVN/Client.pm:5: use SVN::Wc;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl5/SVN/Client.pm:13:                  revprop_list)); 
>> /usr/lib/perl5/SVN/Client.pm:13:                  revprop_list)); 
>> /usr/lib/perl5/SVN/Client.pm:8: use SVN::Base(qw(Client svn_client_ checkout update switch add mkdir delete
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:59: 	eval qq'
>> (eval 11)[/usr/lib/perl5/SVN/Base.pm:59]:3: require DynaLoader;
>> (eval 11)[/usr/lib/perl5/SVN/Base.pm:59]:4: bootstrap SVN::_Client;
>> /usr/lib/perl/5.8/DynaLoader.pm:128:     local(@args) = @_;
>> /usr/lib/perl/5.8/DynaLoader.pm:129:     local($module) = $args[0];
>> /usr/lib/perl/5.8/DynaLoader.pm:130:     local(@dirs, $file);
>> /usr/lib/perl/5.8/DynaLoader.pm:132:     unless ($module) {
>> /usr/lib/perl/5.8/DynaLoader.pm:139:     croak("Can't load module $module, dynamic loading not available in this perl.\n".
>> /usr/lib/perl/5.8/DynaLoader.pm:144:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/DynaLoader.pm:145:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/DynaLoader.pm:150:     $modfname = &mod2fname(\@modparts) if defined &mod2fname;
>> /usr/lib/perl/5.8/DynaLoader.pm:153: 	if (($^O eq 'NetWare') && (length($modfname) > 8)) {
>> /usr/lib/perl/5.8/DynaLoader.pm:157:     my $modpname = join(($Is_MacOS ? ':' : '/'),@modparts);
>> /usr/lib/perl/5.8/DynaLoader.pm:159:     print STDERR "DynaLoader::bootstrap for $module ",
>> /usr/lib/perl/5.8/DynaLoader.pm:165:     foreach (@INC) {
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:182: 	my $try = $Is_MacOS ? "$dir:$modfname.$dl_dlext" : "$dir/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/DynaLoader.pm:183: 	last if $file = ($do_expand) ? dl_expandspec($try) : ((-f $try) && $try);
>> /usr/lib/perl/5.8/DynaLoader.pm:189:     $file = dl_findfile(map("-L$_",@dirs,@INC), $modfname) unless $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:191:     croak("Can't locate loadable object for module $module in \@INC (\@INC contains: @INC)")
>> /usr/lib/perl/5.8/DynaLoader.pm:194:     $file = uc($file) if $Is_VMS && $Config::Config{d_vms_case_sensitive_symbols};
>> /usr/lib/perl/5.8/DynaLoader.pm:195:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/DynaLoader.pm:196:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/DynaLoader.pm:197:     @dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/DynaLoader.pm:202:     my $bs = $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:203:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/DynaLoader.pm:204:     if (-s $bs) { # only read file if it's not empty
>> /usr/lib/perl/5.8/DynaLoader.pm:210:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/DynaLoader.pm:212:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/DynaLoader.pm:225:     my $libref = dl_load_file($file, $module->dl_load_flags) or
>> /usr/lib/perl/5.8/DynaLoader.pm:47: sub dl_load_flags { 0x00 }
>> /usr/lib/perl/5.8/DynaLoader.pm:228:     push(@dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/DynaLoader.pm:230:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/DynaLoader.pm:231:     if (@unresolved) {
>> /usr/lib/perl/5.8/DynaLoader.pm:236:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or
>> /usr/lib/perl/5.8/DynaLoader.pm:239:     push(@dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/DynaLoader.pm:241:   boot:
>> /usr/lib/perl/5.8/DynaLoader.pm:245:     &$xs(@args);
>> (eval 11)[/usr/lib/perl5/SVN/Base.pm:59]:5: 1;
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Client.pm:798:     no strict 'refs';
>> /usr/lib/perl5/SVN/Client.pm:798:     no strict 'refs';
>> /usr/lib/perl5/SVN/Client.pm:798:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl5/SVN/Client.pm:1197: use SVN::Base qw(Client svn_client_commit_info_t_);
>> /usr/lib/perl5/SVN/Client.pm:1197: use SVN::Base qw(Client svn_client_commit_info_t_);
>> /usr/lib/perl5/SVN/Client.pm:1197: use SVN::Base qw(Client svn_client_commit_info_t_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Client.pm:1247: use SVN::Base qw(Client svn_client_commit_item_t_);
>> /usr/lib/perl5/SVN/Client.pm:1247: use SVN::Base qw(Client svn_client_commit_item_t_);
>> /usr/lib/perl5/SVN/Client.pm:1247: use SVN::Base qw(Client svn_client_commit_item_t_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Client.pm:1270: use SVN::Base qw(Client svn_client_ctx_t_);
>> /usr/lib/perl5/SVN/Client.pm:1270: use SVN::Base qw(Client svn_client_ctx_t_);
>> /usr/lib/perl5/SVN/Client.pm:1270: use SVN::Base qw(Client svn_client_ctx_t_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Client.pm:1273: use SVN::Base qw(Client svn_client_proplist_item_t_);
>> /usr/lib/perl5/SVN/Client.pm:1273: use SVN::Base qw(Client svn_client_proplist_item_t_);
>> /usr/lib/perl5/SVN/Client.pm:1273: use SVN::Base qw(Client svn_client_proplist_item_t_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Client.pm:791: foreach my $function (qw(checkout update switch add mkdir delete commit
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:799:     my $real_function = \&{"SVN::_Client::svn_client_$function"};
>> /usr/lib/perl5/SVN/Client.pm:864: }
>> /usr/lib/perl5/SVN/Client.pm:800:     *{"SVN::Client::$function"} = sub
>> /usr/lib/perl5/SVN/Client.pm:1319: 1;
>> /usr/lib/perl5/SVN/Ra.pm:67: my $ralib = SVN::_Ra::svn_ra_init_ra_libs($SVN::Core::gpool);
>> /usr/lib/perl5/SVN/Ra.pm:70: my %reporter = map { $_ => 1 } qw(do_diff do_switch do_status do_update);
>> /usr/lib/perl5/SVN/Ra.pm:70: my %reporter = map { $_ => 1 } qw(do_diff do_switch do_status do_update);
>> /usr/lib/perl5/SVN/Ra.pm:70: my %reporter = map { $_ => 1 } qw(do_diff do_switch do_status do_update);
>> /usr/lib/perl5/SVN/Ra.pm:70: my %reporter = map { $_ => 1 } qw(do_diff do_switch do_status do_update);
>> /usr/lib/perl5/SVN/Ra.pm:70: my %reporter = map { $_ => 1 } qw(do_diff do_switch do_status do_update);
>> /usr/lib/perl5/SVN/Ra.pm:71: our $AUTOLOAD;
>> /usr/lib/perl5/SVN/Ra.pm:144: our $AUTOLOAD;
>> /usr/lib/perl5/SVN/Ra.pm:170: require SVN::Core;
>> /usr/lib/perl5/SVN/Ra.pm:214: 1;
>> /usr/share/perl5/SVK/Util.pm:29: use SVN::Ra;
>> /usr/share/perl5/SVK/Util.pm:29: use SVN::Ra;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Util.pm:30: use autouse 'Encode'            => qw(resolve_alias($) decode encode);
>> /usr/share/perl5/SVK/Util.pm:30: use autouse 'Encode'            => qw(resolve_alias($) decode encode);
>> /usr/share/perl5/SVK/Util.pm:30: use autouse 'Encode'            => qw(resolve_alias($) decode encode);
>> /usr/share/perl/5.8/autouse.pm:18:     my $class = @_ ? shift : 'autouse';
>> /usr/share/perl/5.8/autouse.pm:19:     croak "usage: use $class MODULE [,SUBS...]" unless @_;
>> /usr/share/perl/5.8/autouse.pm:20:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:22:     (my $pm = $module) =~ s{::}{/}g;
>> /usr/share/perl/5.8/autouse.pm:23:     $pm .= '.pm';
>> /usr/share/perl/5.8/autouse.pm:24:     if (exists $INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:32:     my $callpkg = caller(0);
>> /usr/share/perl/5.8/autouse.pm:33:     print "autouse called from $callpkg\n" if $autouse::DEBUG;
>> /usr/share/perl/5.8/autouse.pm:35:     my $index;
>> /usr/share/perl/5.8/autouse.pm:36:     for my $f (@_) {
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:65: 	    *$closure_import_func = eval "sub ($proto) { goto &\$load_sub }"
>> (eval 12)[/usr/share/perl/5.8/autouse.pm:65]:2: ;>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl5/SVK/Util.pm:31: use File::Glob qw(bsd_glob);
>> /usr/lib/perl/5.8/File/Glob.pm:3: use strict;
>> /usr/lib/perl/5.8/File/Glob.pm:3: use strict;
>> /usr/lib/perl/5.8/File/Glob.pm:3: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl/5.8/File/Glob.pm:7: use XSLoader ();
>> /usr/lib/perl/5.8/File/Glob.pm:7: use XSLoader ();
>> /usr/lib/perl/5.8/File/Glob.pm:7: use XSLoader ();
>> /usr/lib/perl/5.8/File/Glob.pm:4: our($VERSION, @ISA, @EXPORT_OK, @EXPORT_FAIL, %EXPORT_TAGS,
>> /usr/lib/perl/5.8/File/Glob.pm:9: @ISA = qw(Exporter);
>> /usr/lib/perl/5.8/File/Glob.pm:14: @EXPORT_OK   = qw(
>> /usr/lib/perl/5.8/File/Glob.pm:36: %EXPORT_TAGS = (
>> /usr/lib/perl/5.8/File/Glob.pm:59: $VERSION = '1.05';
>> /usr/lib/perl/5.8/File/Glob.pm:96: XSLoader::load 'File::Glob', $VERSION;
>> /usr/lib/perl/5.8/XSLoader.pm:25:     die q{XSLoader::load('Your::Module', $Your::Module::VERSION)} unless @_;
>> /usr/lib/perl/5.8/XSLoader.pm:27:     my($module) = $_[0];
>> /usr/lib/perl/5.8/XSLoader.pm:30:     my $b = "$module\::bootstrap";
>> /usr/lib/perl/5.8/XSLoader.pm:31:     goto &$b if defined &$b;
>> /usr/lib/perl/5.8/XSLoader.pm:33:     goto retry unless $module and defined &dl_load_file;
>> /usr/lib/perl/5.8/XSLoader.pm:35:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/XSLoader.pm:36:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/XSLoader.pm:38:     my $modpname = join('/',@modparts);
>> /usr/lib/perl/5.8/XSLoader.pm:39:     my $modlibname = (caller())[1];
>> /usr/lib/perl/5.8/XSLoader.pm:40:     my $c = @modparts;
>> /usr/lib/perl/5.8/XSLoader.pm:41:     $modlibname =~ s,[\\/][^\\/]+$,, while $c--;	# Q&D basename
>> /usr/lib/perl/5.8/XSLoader.pm:42:     my $file = "$modlibname/auto/$modpname/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/XSLoader.pm:46:     my $bs = $file;
>> /usr/lib/perl/5.8/XSLoader.pm:47:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/XSLoader.pm:49:     goto retry if not -f $file or -s $bs;
>> /usr/lib/perl/5.8/XSLoader.pm:51:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/XSLoader.pm:52:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/XSLoader.pm:53:     @DynaLoader::dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/XSLoader.pm:55:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/XSLoader.pm:57:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/XSLoader.pm:70:     my $libref = dl_load_file($file, 0) or do { 
>> /usr/lib/perl/5.8/XSLoader.pm:74:     push(@DynaLoader::dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/XSLoader.pm:76:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/XSLoader.pm:77:     if (@unresolved) {
>> /usr/lib/perl/5.8/XSLoader.pm:82:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or do {
>> /usr/lib/perl/5.8/XSLoader.pm:87:     push(@DynaLoader::dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/XSLoader.pm:89:   boot:
>> /usr/lib/perl/5.8/XSLoader.pm:93:     return &$xs(@_);
>> /usr/lib/perl/5.8/File/Glob.pm:112: $DEFAULT_FLAGS = GLOB_CSH();
>> /usr/lib/perl/5.8/File/Glob.pm:105:     GLOB_BRACE()
>> /usr/lib/perl/5.8/File/Glob.pm:85:     my $constname;
>> /usr/lib/perl/5.8/File/Glob.pm:86:     ($constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/File/Glob.pm:87:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/File/Glob.pm:88:     if ($error) {
>> /usr/lib/perl/5.8/File/Glob.pm:92:     eval "sub $AUTOLOAD { $val }";
>> /usr/lib/perl/5.8/File/Glob.pm:93:     goto &$AUTOLOAD;
>> (eval 13)[/usr/lib/perl/5.8/File/Glob.pm:92]:1: sub File::Glob::GLOB_BRACE { 128 }
>> /usr/lib/perl/5.8/File/Glob.pm:85:     my $constname;
>> /usr/lib/perl/5.8/File/Glob.pm:86:     ($constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/File/Glob.pm:87:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/File/Glob.pm:88:     if ($error) {
>> /usr/lib/perl/5.8/File/Glob.pm:92:     eval "sub $AUTOLOAD { $val }";
>> /usr/lib/perl/5.8/File/Glob.pm:93:     goto &$AUTOLOAD;
>> (eval 14)[/usr/lib/perl/5.8/File/Glob.pm:92]:1: sub File::Glob::GLOB_NOMAGIC { 512 }
>> /usr/lib/perl/5.8/File/Glob.pm:85:     my $constname;
>> /usr/lib/perl/5.8/File/Glob.pm:86:     ($constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/File/Glob.pm:87:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/File/Glob.pm:88:     if ($error) {
>> /usr/lib/perl/5.8/File/Glob.pm:92:     eval "sub $AUTOLOAD { $val }";
>> /usr/lib/perl/5.8/File/Glob.pm:93:     goto &$AUTOLOAD;
>> (eval 15)[/usr/lib/perl/5.8/File/Glob.pm:92]:1: sub File::Glob::GLOB_QUOTE { 1024 }
>> /usr/lib/perl/5.8/File/Glob.pm:85:     my $constname;
>> /usr/lib/perl/5.8/File/Glob.pm:86:     ($constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/File/Glob.pm:87:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/File/Glob.pm:88:     if ($error) {
>> /usr/lib/perl/5.8/File/Glob.pm:92:     eval "sub $AUTOLOAD { $val }";
>> /usr/lib/perl/5.8/File/Glob.pm:93:     goto &$AUTOLOAD;
>> (eval 16)[/usr/lib/perl/5.8/File/Glob.pm:92]:1: sub File::Glob::GLOB_TILDE { 2048 }
>> /usr/lib/perl/5.8/File/Glob.pm:85:     my $constname;
>> /usr/lib/perl/5.8/File/Glob.pm:86:     ($constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/File/Glob.pm:87:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/File/Glob.pm:88:     if ($error) {
>> /usr/lib/perl/5.8/File/Glob.pm:92:     eval "sub $AUTOLOAD { $val }";
>> /usr/lib/perl/5.8/File/Glob.pm:93:     goto &$AUTOLOAD;
>> (eval 17)[/usr/lib/perl/5.8/File/Glob.pm:92]:1: sub File::Glob::GLOB_ALPHASORT { 8192 }
>> /usr/lib/perl/5.8/File/Glob.pm:113: if ($^O =~ /^(?:MSWin32|VMS|os2|dos|riscos|MacOS)$/) {
>> /usr/lib/perl/5.8/File/Glob.pm:133: my %iter;
>> /usr/lib/perl/5.8/File/Glob.pm:134: my %entries;
>> /usr/lib/perl/5.8/File/Glob.pm:188: 1;
>> /usr/share/perl5/SVK/Util.pm:31: use File::Glob qw(bsd_glob);
>> /usr/share/perl5/SVK/Util.pm:31: use File::Glob qw(bsd_glob);
>> /usr/lib/perl/5.8/File/Glob.pm:62:     require Exporter;
>> /usr/lib/perl/5.8/File/Glob.pm:63:     my $i = 1;
>> /usr/lib/perl/5.8/File/Glob.pm:64:     while ($i < @_) {
>> /usr/lib/perl/5.8/File/Glob.pm:65: 	if ($_[$i] =~ /^:(case|nocase|globally)$/) {
>> /usr/lib/perl/5.8/File/Glob.pm:75: 	++$i;
>> /usr/lib/perl/5.8/File/Glob.pm:77:     goto &Exporter::import;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Util.pm:32: use autouse 'File::Basename' 	=> qw(dirname);
>> /usr/share/perl5/SVK/Util.pm:32: use autouse 'File::Basename' 	=> qw(dirname);
>> /usr/share/perl5/SVK/Util.pm:32: use autouse 'File::Basename' 	=> qw(dirname);
>> /usr/share/perl/5.8/autouse.pm:18:     my $class = @_ ? shift : 'autouse';
>> /usr/share/perl/5.8/autouse.pm:19:     croak "usage: use $class MODULE [,SUBS...]" unless @_;
>> /usr/share/perl/5.8/autouse.pm:20:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:22:     (my $pm = $module) =~ s{::}{/}g;
>> /usr/share/perl/5.8/autouse.pm:23:     $pm .= '.pm';
>> /usr/share/perl/5.8/autouse.pm:24:     if (exists $INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:25: 	vet_import $module;
>> /usr/share/perl/5.8/autouse.pm:74:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:75:     if (my $import = $module->can('import')) {
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl/5.8/autouse.pm:76: 	croak "autoused module has unique import() method"
>> /usr/share/perl/5.8/autouse.pm:26: 	local $Exporter::ExportLevel = $Exporter::ExportLevel + 1;
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Util.pm:34:                                qw(catdir catpath splitpath splitdir tmpdir);
>> /usr/share/perl5/SVK/Util.pm:34:                                qw(catdir catpath splitpath splitdir tmpdir);
>> /usr/share/perl5/SVK/Util.pm:33: use autouse 'File::Spec::Functions' => 
>> /usr/share/perl/5.8/autouse.pm:18:     my $class = @_ ? shift : 'autouse';
>> /usr/share/perl/5.8/autouse.pm:19:     croak "usage: use $class MODULE [,SUBS...]" unless @_;
>> /usr/share/perl/5.8/autouse.pm:20:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:22:     (my $pm = $module) =~ s{::}{/}g;
>> /usr/share/perl/5.8/autouse.pm:23:     $pm .= '.pm';
>> /usr/share/perl/5.8/autouse.pm:24:     if (exists $INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:32:     my $callpkg = caller(0);
>> /usr/share/perl/5.8/autouse.pm:33:     print "autouse called from $callpkg\n" if $autouse::DEBUG;
>> /usr/share/perl/5.8/autouse.pm:35:     my $index;
>> /usr/share/perl/5.8/autouse.pm:36:     for my $f (@_) {
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl5/SVK/Util.pm:36: use Class::Autouse qw( File::Type );
>> /usr/share/perl5/SVK/Util.pm:36: use Class::Autouse qw( File::Type );
>> /usr/share/perl5/SVK/Util.pm:36: use Class::Autouse qw( File::Type );
>> /usr/share/perl5/Class/Autouse.pm:170: sub import { shift->autouse(@_) }
>> /usr/share/perl5/Class/Autouse.pm:117: 	shift if $_[0] eq 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:120: 	return 1 unless @_;
>> /usr/share/perl5/Class/Autouse.pm:122: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:126: 		if ( substr($class, 0, 1) eq ':' ) {
>> /usr/share/perl5/Class/Autouse.pm:141: 		if ( $DEVEL || $BAD{$class} ) {
>> /usr/share/perl5/Class/Autouse.pm:147: 		my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:148: 		next if exists $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:149: 		unless ( $NOSTAT or _file_exists($file) ) {
>> /usr/share/perl5/Class/Autouse.pm:456: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:459: 	my $file = shift or return undef;
>> /usr/share/perl5/Class/Autouse.pm:460: 	return undef if $file =~ m/(?:\012|\015)/o;
>> /usr/share/perl5/Class/Autouse.pm:463: 	$file = _class_file($file) if $file =~ /::/o;
>> /usr/share/perl5/Class/Autouse.pm:466: 	foreach ( @INC ) {
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:156: 		next if $SUPERLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:160: 		$INC{$file} = 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:163: 		_UPDATE_CAN() unless $HOOKS++;
>> /usr/share/perl5/Class/Autouse.pm:166: 	1;
>> /usr/share/perl5/SVK/Util.pm:93: use constant IS_WIN32 => ($^O eq 'MSWin32');
>> /usr/share/perl5/SVK/Util.pm:93: use constant IS_WIN32 => ($^O eq 'MSWin32');
>> /usr/share/perl5/SVK/Util.pm:93: use constant IS_WIN32 => ($^O eq 'MSWin32');
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl5/SVK/Util.pm:94: use constant TEXT_MODE => IS_WIN32 ? ':crlf' : '';
>> /usr/share/perl5/SVK/Util.pm:94: use constant TEXT_MODE => IS_WIN32 ? ':crlf' : '';
>> /usr/share/perl5/SVK/Util.pm:94: use constant TEXT_MODE => IS_WIN32 ? ':crlf' : '';
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl5/SVK/Util.pm:95: use constant DEFAULT_EDITOR => IS_WIN32 ? 'notepad.exe' : 'editor';
>> /usr/share/perl5/SVK/Util.pm:95: use constant DEFAULT_EDITOR => IS_WIN32 ? 'notepad.exe' : 'editor';
>> /usr/share/perl5/SVK/Util.pm:95: use constant DEFAULT_EDITOR => IS_WIN32 ? 'notepad.exe' : 'editor';
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl5/SVK/Util.pm:96: use constant HAS_SYMLINK => $Config::Config{d_symlink};
>> /usr/share/perl5/SVK/Util.pm:96: use constant HAS_SYMLINK => $Config::Config{d_symlink};
>> /usr/share/perl5/SVK/Util.pm:96: use constant HAS_SYMLINK => $Config::Config{d_symlink};
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/lib/perl/5.8/Config.pm:51:     my($self, $key) = @_;
>> /usr/lib/perl/5.8/Config.pm:54:     return $self->{$key} if exists $self->{$key};
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl5/SVK/Util.pm:99:     no warnings 'redefine';
>> /usr/share/perl5/SVK/Util.pm:99:     no warnings 'redefine';
>> /usr/share/perl5/SVK/Util.pm:99:     no warnings 'redefine';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/share/perl5/SVK/Util.pm:456:     no warnings 'once';
>> /usr/share/perl5/SVK/Util.pm:456:     no warnings 'once';
>> /usr/share/perl5/SVK/Util.pm:456:     no warnings 'once';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/share/perl5/SVK/Util.pm:3: require Exporter;
>> /usr/share/perl5/SVK/Util.pm:4: our @ISA       = qw(Exporter);
>> /usr/share/perl5/SVK/Util.pm:5: our @EXPORT_OK = qw(
>> /usr/share/perl5/SVK/Util.pm:23: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Util.pm:106: our $SEP = catdir('');
>> /usr/share/perl/5.8/autouse.pm:52: 	    unless ($INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:53: 		require $pm;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:3: use File::Spec;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:3: use File::Spec;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:3: use File::Spec;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:4: use strict;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:4: use strict;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:4: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:6: use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:6: use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:6: use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
>> /usr/share/perl/5.8/vars.pm:11:     my $callpack = caller;
>> /usr/share/perl/5.8/vars.pm:12:     my ($pack, @imports) = @_;
>> /usr/share/perl/5.8/vars.pm:13:     my ($sym, $ch);
>> /usr/share/perl/5.8/vars.pm:14:     foreach (@imports) {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:41:     no strict 'refs';
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:41:     no strict 'refs';
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:41:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:8: $VERSION = '1.3';
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:10: require Exporter;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:12: @ISA = qw(Exporter);
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:14: @EXPORT = qw(
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:26: @EXPORT_OK = qw(
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:37: %EXPORT_TAGS = ( ALL => [ @EXPORT_OK, @EXPORT ] );
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:39: foreach my $meth (@EXPORT, @EXPORT_OK) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:40:     my $sub = File::Spec->can($meth);
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:46: 1;
>> /usr/share/perl/5.8/autouse.pm:54: 		vet_import $module;
>> /usr/share/perl/5.8/autouse.pm:74:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:75:     if (my $import = $module->can('import')) {
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl/5.8/autouse.pm:76: 	croak "autoused module has unique import() method"
>> /usr/share/perl/5.8/autouse.pm:57: 	    *$closure_import_func = \&{"${module}::$closure_func"};
>> /usr/share/perl/5.8/autouse.pm:57: 	    *$closure_import_func = \&{"${module}::$closure_func"};
>> /usr/share/perl/5.8/autouse.pm:58: 	    print "autousing $module; "
>> /usr/share/perl/5.8/autouse.pm:61: 	    goto &$closure_import_func;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/share/perl5/SVK/Util.pm:107: our $EOL = IS_WIN32 ? "\015\012" : "\012";
>> /usr/share/perl5/SVK/Util.pm:456:     no warnings 'once';
>> /usr/share/perl5/SVK/Util.pm:457:     push @EXPORT_OK, qw( md5 ); # deprecated compatibility API
>> /usr/share/perl5/SVK/Util.pm:458:     *md5 = *md5_fh;
>> /usr/share/perl5/SVK/Util.pm:643: my $devnull;
>> /usr/share/perl5/SVK/Util.pm:901: my %mirror_cached;
>> /usr/share/perl5/SVK/Util.pm:941: 1;
>> /usr/share/perl/5.8/autouse.pm:54: 		vet_import $module;
>> /usr/share/perl/5.8/autouse.pm:74:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:75:     if (my $import = $module->can('import')) {
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl/5.8/autouse.pm:76: 	croak "autoused module has unique import() method"
>> /usr/share/perl/5.8/autouse.pm:57: 	    *$closure_import_func = \&{"${module}::$closure_func"};
>> /usr/share/perl/5.8/autouse.pm:57: 	    *$closure_import_func = \&{"${module}::$closure_func"};
>> /usr/share/perl/5.8/autouse.pm:58: 	    print "autousing $module; "
>> /usr/share/perl/5.8/autouse.pm:61: 	    goto &$closure_import_func;
>> /usr/share/perl5/SVK/Util.pm:627:     my $pathname = pop;
>> /usr/share/perl5/SVK/Util.pm:629: 	(grep {defined and length} @_), splitdir($pathname)
>> /usr/share/perl5/SVK/Util.pm:628:     return File::Spec::Functions::catfile (
>> /usr/share/perl/5.8/autouse.pm:52: 	    unless ($INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:57: 	    *$closure_import_func = \&{"${module}::$closure_func"};
>> /usr/share/perl/5.8/autouse.pm:57: 	    *$closure_import_func = \&{"${module}::$closure_func"};
>> /usr/share/perl/5.8/autouse.pm:58: 	    print "autousing $module; "
>> /usr/share/perl/5.8/autouse.pm:61: 	    goto &$closure_import_func;
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:297:     return split m|/|, $_[1], -1;  # Preserve trailing fields
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/bin/svk:74: my $ret;
>> /usr/bin/svk:76:     my $xd = SVK::XD->new ( giantlock => catfile($svkpath, 'lock'),
>> /usr/bin/svk:76:     my $xd = SVK::XD->new ( giantlock => catfile($svkpath, 'lock'),
>> /usr/share/perl5/SVK/Util.pm:627:     my $pathname = pop;
>> /usr/share/perl5/SVK/Util.pm:629: 	(grep {defined and length} @_), splitdir($pathname)
>> /usr/share/perl5/SVK/Util.pm:628:     return File::Spec::Functions::catfile (
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:297:     return split m|/|, $_[1], -1;  # Preserve trailing fields
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/SVK/Util.pm:627:     my $pathname = pop;
>> /usr/share/perl5/SVK/Util.pm:629: 	(grep {defined and length} @_), splitdir($pathname)
>> /usr/share/perl5/SVK/Util.pm:628:     return File::Spec::Functions::catfile (
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:297:     return split m|/|, $_[1], -1;  # Preserve trailing fields
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:265: 	_debug(\@_, 0, ", AUTOLOAD = '$Class::Autouse::AUTOLOAD'") if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:268: 	my $method = $Class::Autouse::AUTOLOAD or _cry('Missing method name');
>> /usr/share/perl5/Class/Autouse.pm:269: 	_cry("Undefined subroutine &$method called") if ++$chased{ $method } > 10;
>> /usr/share/perl5/Class/Autouse.pm:272: 	my ($class, $function) = $method =~ m/^(.*)::(.*)$/s;
>> /usr/share/perl5/Class/Autouse.pm:273: 	_cry("Undefined subroutine &$method called") if $SPECIAL{$class};
>> /usr/share/perl5/Class/Autouse.pm:276: 	my @search = Class::Autouse->load($class);
>> /usr/share/perl5/Class/Autouse.pm:181: 	_debug(\@_, 1) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:183: 	my $class = $_[1] or _cry('No class name specified to load');
>> /usr/share/perl5/Class/Autouse.pm:184: 	return 1 if $LOADED{$class};
>> /usr/share/perl5/Class/Autouse.pm:187: 	my @stack  = ( $class );
>> /usr/share/perl5/Class/Autouse.pm:188: 	my %seen   = ( UNIVERSAL => 1 );
>> /usr/share/perl5/Class/Autouse.pm:189: 	my @search = ();
>> /usr/share/perl5/Class/Autouse.pm:190: 	while ( my $c = shift @stack ) {
>> /usr/share/perl5/Class/Autouse.pm:191: 		next if $seen{$c}++;
>> /usr/share/perl5/Class/Autouse.pm:194: 		_load($c) unless $LOADED{$c};
>> /usr/share/perl5/Class/Autouse.pm:351: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:354: 	my $class = shift or _cry('Did not specify a class to load');
>> /usr/share/perl5/Class/Autouse.pm:355: 	return 1 if $SPECIAL{$class};
>> /usr/share/perl5/Class/Autouse.pm:358: 	my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:359: 	if ( defined $INC{$file} ) {
>> /usr/share/perl5/Class/Autouse.pm:362: 		return $LOADED{$class} = 1 if $INC{$file} ne 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:367: 		delete ${"${class}::"}{'AUTOLOAD'};
>> /usr/share/perl5/Class/Autouse.pm:367: 		delete ${"${class}::"}{'AUTOLOAD'};
>> /usr/share/perl5/Class/Autouse.pm:368: 		delete $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:379: 	print _call_depth(1) . "  Class::Autouse::load -> Loading in $file\n" if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:380: 	eval {
>> /usr/share/perl5/Class/Autouse.pm:381: 		CORE::require($file);
>> /usr/share/perl5/SVK/XD.pm:2: use strict;
>> /usr/share/perl5/SVK/XD.pm:2: use strict;
>> /usr/share/perl5/SVK/XD.pm:2: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl5/SVK/XD.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/XD.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/XD.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/XD.pm:7: use SVK::I18N;
>> /usr/share/perl5/SVK/XD.pm:7: use SVK::I18N;
>> /usr/share/perl5/SVK/XD.pm:7: use SVK::I18N;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/XD.pm:11: 		  from_native to_native get_encoder get_depot_anchor );
>> /usr/share/perl5/SVK/XD.pm:11: 		  from_native to_native get_encoder get_depot_anchor );
>> /usr/share/perl5/SVK/XD.pm:8: use SVK::Util qw( get_anchor abs_path abs_path_noexist abs2rel splitdir catdir splitpath $SEP
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:26:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:26:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:17:   require Exporter::Heavy;
>> /usr/share/perl/5.8/Exporter.pm:20:   my $c = (caller(1))[3];
>> /usr/share/perl/5.8/Exporter.pm:21:   $c =~ s/.*:://;
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter/Heavy.pm:39:     };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:45:     };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:47:     my($pkg, $callpkg, @imports) = @_;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:48:     my($type, $sym, $cache_is_current, $oops);
>> /usr/share/perl/5.8/Exporter/Heavy.pm:49:     my($exports, $export_cache) = (\@{"${pkg}::EXPORT"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:49:     my($exports, $export_cache) = (\@{"${pkg}::EXPORT"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:52:     if (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:53: 	if (!%$export_cache) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:58: 	if (grep m{^[/!:]}, @imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:103:         my @carp;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:104: 	foreach $sym (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:139: 	if ($oops) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:148:     my($fail, $fail_cache) = (\@{"${pkg}::EXPORT_FAIL"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:148:     my($fail, $fail_cache) = (\@{"${pkg}::EXPORT_FAIL"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:151:     if (@$fail) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:176:     warn "Importing into $callpkg from $pkg: ",
>> /usr/share/perl/5.8/Exporter/Heavy.pm:179:     foreach $sym (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:183: 	$type = $1;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:190: 	    do { require Carp; Carp::croak("Can't export symbol: $type$sym") };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:185: 	    $type eq '&' ? \&{"${pkg}::$sym"} :
>> /usr/share/perl/5.8/Exporter/Heavy.pm:184: 	*{"${callpkg}::$sym"} =
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl5/SVK/XD.pm:12: use Data::Hierarchy;
>> /usr/share/perl5/Data/Hierarchy.pm:3: use strict;
>> /usr/share/perl5/Data/Hierarchy.pm:3: use strict;
>> /usr/share/perl5/Data/Hierarchy.pm:3: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl5/Data/Hierarchy.pm:4: use Clone qw(clone);
>> /usr/local/lib/perl/5.8.8/Clone.pm:4: use strict;
>> /usr/local/lib/perl/5.8.8/Clone.pm:4: use strict;
>> /usr/local/lib/perl/5.8.8/Clone.pm:4: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/lib/perl/5.8.8/Clone.pm:5: use Carp;
>> /usr/local/lib/perl/5.8.8/Clone.pm:5: use Carp;
>> /usr/local/lib/perl/5.8.8/Clone.pm:5: use Carp;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/lib/perl/5.8.8/Clone.pm:6: use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
>> /usr/local/lib/perl/5.8.8/Clone.pm:6: use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
>> /usr/local/lib/perl/5.8.8/Clone.pm:6: use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
>> /usr/share/perl/5.8/vars.pm:11:     my $callpack = caller;
>> /usr/share/perl/5.8/vars.pm:12:     my ($pack, @imports) = @_;
>> /usr/share/perl/5.8/vars.pm:13:     my ($sym, $ch);
>> /usr/share/perl/5.8/vars.pm:14:     foreach (@imports) {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/local/lib/perl/5.8.8/Clone.pm:8: require Exporter;
>> /usr/local/lib/perl/5.8.8/Clone.pm:9: require DynaLoader;
>> /usr/local/lib/perl/5.8.8/Clone.pm:10: require AutoLoader;
>> /usr/local/lib/perl/5.8.8/Clone.pm:12: @ISA = qw(Exporter DynaLoader);
>> /usr/local/lib/perl/5.8.8/Clone.pm:16: @EXPORT = qw();
>> /usr/local/lib/perl/5.8.8/Clone.pm:17: @EXPORT_OK = qw( clone );
>> /usr/local/lib/perl/5.8.8/Clone.pm:19: $VERSION = '0.20';
>> /usr/local/lib/perl/5.8.8/Clone.pm:21: bootstrap Clone $VERSION;
>> /usr/lib/perl/5.8/DynaLoader.pm:128:     local(@args) = @_;
>> /usr/lib/perl/5.8/DynaLoader.pm:129:     local($module) = $args[0];
>> /usr/lib/perl/5.8/DynaLoader.pm:130:     local(@dirs, $file);
>> /usr/lib/perl/5.8/DynaLoader.pm:132:     unless ($module) {
>> /usr/lib/perl/5.8/DynaLoader.pm:139:     croak("Can't load module $module, dynamic loading not available in this perl.\n".
>> /usr/lib/perl/5.8/DynaLoader.pm:144:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/DynaLoader.pm:145:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/DynaLoader.pm:150:     $modfname = &mod2fname(\@modparts) if defined &mod2fname;
>> /usr/lib/perl/5.8/DynaLoader.pm:153: 	if (($^O eq 'NetWare') && (length($modfname) > 8)) {
>> /usr/lib/perl/5.8/DynaLoader.pm:157:     my $modpname = join(($Is_MacOS ? ':' : '/'),@modparts);
>> /usr/lib/perl/5.8/DynaLoader.pm:159:     print STDERR "DynaLoader::bootstrap for $module ",
>> /usr/lib/perl/5.8/DynaLoader.pm:165:     foreach (@INC) {
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:182: 	my $try = $Is_MacOS ? "$dir:$modfname.$dl_dlext" : "$dir/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/DynaLoader.pm:183: 	last if $file = ($do_expand) ? dl_expandspec($try) : ((-f $try) && $try);
>> /usr/lib/perl/5.8/DynaLoader.pm:189:     $file = dl_findfile(map("-L$_",@dirs,@INC), $modfname) unless $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:191:     croak("Can't locate loadable object for module $module in \@INC (\@INC contains: @INC)")
>> /usr/lib/perl/5.8/DynaLoader.pm:194:     $file = uc($file) if $Is_VMS && $Config::Config{d_vms_case_sensitive_symbols};
>> /usr/lib/perl/5.8/DynaLoader.pm:195:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/DynaLoader.pm:196:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/DynaLoader.pm:197:     @dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/DynaLoader.pm:202:     my $bs = $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:203:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/DynaLoader.pm:204:     if (-s $bs) { # only read file if it's not empty
>> /usr/lib/perl/5.8/DynaLoader.pm:210:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/DynaLoader.pm:212:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/DynaLoader.pm:225:     my $libref = dl_load_file($file, $module->dl_load_flags) or
>> /usr/lib/perl/5.8/DynaLoader.pm:47: sub dl_load_flags { 0x00 }
>> /usr/lib/perl/5.8/DynaLoader.pm:228:     push(@dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/DynaLoader.pm:230:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/DynaLoader.pm:231:     if (@unresolved) {
>> /usr/lib/perl/5.8/DynaLoader.pm:236:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or
>> /usr/lib/perl/5.8/DynaLoader.pm:239:     push(@dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/DynaLoader.pm:241:   boot:
>> /usr/lib/perl/5.8/DynaLoader.pm:245:     &$xs(@args);
>> /usr/local/lib/perl/5.8.8/Clone.pm:27: 1;
>> /usr/share/perl5/Data/Hierarchy.pm:4: use Clone qw(clone);
>> /usr/share/perl5/Data/Hierarchy.pm:4: use Clone qw(clone);
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/Data/Hierarchy.pm:2: $VERSION = '0.21';
>> /usr/share/perl5/Data/Hierarchy.pm:242: 1;
>> /usr/share/perl5/SVK/XD.pm:12: use Data::Hierarchy;
>> /usr/share/perl5/SVK/XD.pm:12: use Data::Hierarchy;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/XD.pm:13: use autouse 'File::Find' => qw(find);
>> /usr/share/perl5/SVK/XD.pm:13: use autouse 'File::Find' => qw(find);
>> /usr/share/perl5/SVK/XD.pm:13: use autouse 'File::Find' => qw(find);
>> /usr/share/perl/5.8/autouse.pm:18:     my $class = @_ ? shift : 'autouse';
>> /usr/share/perl/5.8/autouse.pm:19:     croak "usage: use $class MODULE [,SUBS...]" unless @_;
>> /usr/share/perl/5.8/autouse.pm:20:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:22:     (my $pm = $module) =~ s{::}{/}g;
>> /usr/share/perl/5.8/autouse.pm:23:     $pm .= '.pm';
>> /usr/share/perl/5.8/autouse.pm:24:     if (exists $INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:32:     my $callpkg = caller(0);
>> /usr/share/perl/5.8/autouse.pm:33:     print "autouse called from $callpkg\n" if $autouse::DEBUG;
>> /usr/share/perl/5.8/autouse.pm:35:     my $index;
>> /usr/share/perl/5.8/autouse.pm:36:     for my $f (@_) {
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl5/SVK/XD.pm:14: use autouse 'File::Path' => qw(rmtree);
>> /usr/share/perl5/SVK/XD.pm:14: use autouse 'File::Path' => qw(rmtree);
>> /usr/share/perl5/SVK/XD.pm:14: use autouse 'File::Path' => qw(rmtree);
>> /usr/share/perl/5.8/autouse.pm:18:     my $class = @_ ? shift : 'autouse';
>> /usr/share/perl/5.8/autouse.pm:19:     croak "usage: use $class MODULE [,SUBS...]" unless @_;
>> /usr/share/perl/5.8/autouse.pm:20:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:22:     (my $pm = $module) =~ s{::}{/}g;
>> /usr/share/perl/5.8/autouse.pm:23:     $pm .= '.pm';
>> /usr/share/perl/5.8/autouse.pm:24:     if (exists $INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:25: 	vet_import $module;
>> /usr/share/perl/5.8/autouse.pm:74:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:75:     if (my $import = $module->can('import')) {
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl/5.8/autouse.pm:76: 	croak "autoused module has unique import() method"
>> /usr/share/perl/5.8/autouse.pm:26: 	local $Exporter::ExportLevel = $Exporter::ExportLevel + 1;
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/XD.pm:15: use autouse 'YAML'	 => qw(LoadFile DumpFile);
>> /usr/share/perl5/SVK/XD.pm:15: use autouse 'YAML'	 => qw(LoadFile DumpFile);
>> /usr/share/perl5/SVK/XD.pm:15: use autouse 'YAML'	 => qw(LoadFile DumpFile);
>> /usr/share/perl/5.8/autouse.pm:18:     my $class = @_ ? shift : 'autouse';
>> /usr/share/perl/5.8/autouse.pm:19:     croak "usage: use $class MODULE [,SUBS...]" unless @_;
>> /usr/share/perl/5.8/autouse.pm:20:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:22:     (my $pm = $module) =~ s{::}{/}g;
>> /usr/share/perl/5.8/autouse.pm:23:     $pm .= '.pm';
>> /usr/share/perl/5.8/autouse.pm:24:     if (exists $INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:32:     my $callpkg = caller(0);
>> /usr/share/perl/5.8/autouse.pm:33:     print "autouse called from $callpkg\n" if $autouse::DEBUG;
>> /usr/share/perl/5.8/autouse.pm:35:     my $index;
>> /usr/share/perl/5.8/autouse.pm:36:     for my $f (@_) {
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl5/SVK/XD.pm:16: use autouse 'Regexp::Shellish' => qw( compile_shellish ) ;
>> /usr/share/perl5/SVK/XD.pm:16: use autouse 'Regexp::Shellish' => qw( compile_shellish ) ;
>> /usr/share/perl5/SVK/XD.pm:16: use autouse 'Regexp::Shellish' => qw( compile_shellish ) ;
>> /usr/share/perl/5.8/autouse.pm:18:     my $class = @_ ? shift : 'autouse';
>> /usr/share/perl/5.8/autouse.pm:19:     croak "usage: use $class MODULE [,SUBS...]" unless @_;
>> /usr/share/perl/5.8/autouse.pm:20:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:22:     (my $pm = $module) =~ s{::}{/}g;
>> /usr/share/perl/5.8/autouse.pm:23:     $pm .= '.pm';
>> /usr/share/perl/5.8/autouse.pm:24:     if (exists $INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:32:     my $callpkg = caller(0);
>> /usr/share/perl/5.8/autouse.pm:33:     print "autouse called from $callpkg\n" if $autouse::DEBUG;
>> /usr/share/perl/5.8/autouse.pm:35:     my $index;
>> /usr/share/perl/5.8/autouse.pm:36:     for my $f (@_) {
>> /usr/share/perl/5.8/autouse.pm:37: 	my $proto;
>> /usr/share/perl/5.8/autouse.pm:38: 	$proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
>> /usr/share/perl/5.8/autouse.pm:40: 	my $closure_import_func = $func;	# Full name
>> /usr/share/perl/5.8/autouse.pm:41: 	my $closure_func = $func;		# Name inside package
>> /usr/share/perl/5.8/autouse.pm:42: 	my $index = rindex($func, '::');
>> /usr/share/perl/5.8/autouse.pm:43: 	if ($index == -1) {
>> /usr/share/perl/5.8/autouse.pm:44: 	    $closure_import_func = "${callpkg}::$func";
>> /usr/share/perl/5.8/autouse.pm:62: 	};
>> /usr/share/perl/5.8/autouse.pm:64: 	if (defined $proto) {
>> /usr/share/perl/5.8/autouse.pm:68: 	    *$closure_import_func = $load_sub;
>> /usr/share/perl5/SVK/XD.pm:17: use PerlIO::eol 0.10 qw( NATIVE LF );
>> /usr/lib/perl5/PerlIO/eol.pm:3: use 5.007003;
>> /usr/lib/perl5/PerlIO/eol.pm:3: use 5.007003;
>> /usr/lib/perl5/PerlIO/eol.pm:3: use 5.007003;
>> /usr/lib/perl5/PerlIO/eol.pm:4: use XSLoader;
>> /usr/lib/perl5/PerlIO/eol.pm:4: use XSLoader;
>> /usr/lib/perl5/PerlIO/eol.pm:4: use XSLoader;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl5/PerlIO/eol.pm:5: use Exporter;
>> /usr/lib/perl5/PerlIO/eol.pm:5: use Exporter;
>> /usr/lib/perl5/PerlIO/eol.pm:5: use Exporter;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl5/PerlIO/eol.pm:7: our $VERSION = '0.13';
>> /usr/lib/perl5/PerlIO/eol.pm:8: our @ISA = qw(Exporter);
>> /usr/lib/perl5/PerlIO/eol.pm:11: our @EXPORT_OK = qw(eol_is_mixed CR LF CRLF NATIVE);
>> /usr/lib/perl5/PerlIO/eol.pm:13: XSLoader::load __PACKAGE__, $VERSION;
>> /usr/lib/perl/5.8/XSLoader.pm:25:     die q{XSLoader::load('Your::Module', $Your::Module::VERSION)} unless @_;
>> /usr/lib/perl/5.8/XSLoader.pm:27:     my($module) = $_[0];
>> /usr/lib/perl/5.8/XSLoader.pm:30:     my $b = "$module\::bootstrap";
>> /usr/lib/perl/5.8/XSLoader.pm:31:     goto &$b if defined &$b;
>> /usr/lib/perl/5.8/XSLoader.pm:33:     goto retry unless $module and defined &dl_load_file;
>> /usr/lib/perl/5.8/XSLoader.pm:35:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/XSLoader.pm:36:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/XSLoader.pm:38:     my $modpname = join('/',@modparts);
>> /usr/lib/perl/5.8/XSLoader.pm:39:     my $modlibname = (caller())[1];
>> /usr/lib/perl/5.8/XSLoader.pm:40:     my $c = @modparts;
>> /usr/lib/perl/5.8/XSLoader.pm:41:     $modlibname =~ s,[\\/][^\\/]+$,, while $c--;	# Q&D basename
>> /usr/lib/perl/5.8/XSLoader.pm:42:     my $file = "$modlibname/auto/$modpname/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/XSLoader.pm:46:     my $bs = $file;
>> /usr/lib/perl/5.8/XSLoader.pm:47:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/XSLoader.pm:49:     goto retry if not -f $file or -s $bs;
>> /usr/lib/perl/5.8/XSLoader.pm:51:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/XSLoader.pm:52:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/XSLoader.pm:53:     @DynaLoader::dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/XSLoader.pm:55:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/XSLoader.pm:57:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/XSLoader.pm:70:     my $libref = dl_load_file($file, 0) or do { 
>> /usr/lib/perl/5.8/XSLoader.pm:74:     push(@DynaLoader::dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/XSLoader.pm:76:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/XSLoader.pm:77:     if (@unresolved) {
>> /usr/lib/perl/5.8/XSLoader.pm:82:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or do {
>> /usr/lib/perl/5.8/XSLoader.pm:87:     push(@DynaLoader::dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/XSLoader.pm:89:   boot:
>> /usr/lib/perl/5.8/XSLoader.pm:93:     return &$xs(@_);
>> /usr/lib/perl5/PerlIO/eol.pm:15: 1;
>> /usr/share/perl5/SVK/XD.pm:17: use PerlIO::eol 0.10 qw( NATIVE LF );
>> /usr/share/perl5/SVK/XD.pm:17: use PerlIO::eol 0.10 qw( NATIVE LF );
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/XD.pm:18: use PerlIO::via::dynamic;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:2: use strict;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:2: use strict;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:2: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:60: use Symbol qw(delete_package gensym);
>> /usr/share/perl5/PerlIO/via/dynamic.pm:60: use Symbol qw(delete_package gensym);
>> /usr/share/perl5/PerlIO/via/dynamic.pm:60: use Symbol qw(delete_package gensym);
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:61: use Scalar::Util qw(weaken);
>> /usr/share/perl5/PerlIO/via/dynamic.pm:61: use Scalar::Util qw(weaken);
>> /usr/share/perl5/PerlIO/via/dynamic.pm:61: use Scalar::Util qw(weaken);
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:62: use IO::Handle;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:62: use IO::Handle;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:62: use IO::Handle;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:69:     no strict 'refs';
>> /usr/share/perl5/PerlIO/via/dynamic.pm:69:     no strict 'refs';
>> /usr/share/perl5/PerlIO/via/dynamic.pm:69:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:118:     no strict 'refs';
>> /usr/share/perl5/PerlIO/via/dynamic.pm:118:     no strict 'refs';
>> /usr/share/perl5/PerlIO/via/dynamic.pm:118:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:161:     no strict 'refs';
>> /usr/share/perl5/PerlIO/via/dynamic.pm:161:     no strict 'refs';
>> /usr/share/perl5/PerlIO/via/dynamic.pm:161:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/share/perl5/PerlIO/via/dynamic.pm:3: our $VERSION = '0.11';
>> /usr/share/perl5/PerlIO/via/dynamic.pm:189: 1;
>> /usr/share/perl5/SVK/XD.pm:18: use PerlIO::via::dynamic;
>> /usr/share/perl5/SVK/XD.pm:18: use PerlIO::via::dynamic;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/XD.pm:19: use PerlIO::via::symlink;
>> /usr/share/perl5/PerlIO/via/symlink.pm:2: use 5.008;
>> /usr/share/perl5/PerlIO/via/symlink.pm:2: use 5.008;
>> /usr/share/perl5/PerlIO/via/symlink.pm:2: use 5.008;
>> /usr/share/perl5/PerlIO/via/symlink.pm:3: use warnings;
>> /usr/share/perl5/PerlIO/via/symlink.pm:3: use warnings;
>> /usr/share/perl5/PerlIO/via/symlink.pm:3: use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/share/perl5/PerlIO/via/symlink.pm:4: use strict;
>> /usr/share/perl5/PerlIO/via/symlink.pm:4: use strict;
>> /usr/share/perl5/PerlIO/via/symlink.pm:4: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl5/PerlIO/via/symlink.pm:27: use Errno qw(EINVAL ENOENT);
>> /usr/share/perl5/PerlIO/via/symlink.pm:27: use Errno qw(EINVAL ENOENT);
>> /usr/share/perl5/PerlIO/via/symlink.pm:27: use Errno qw(EINVAL ENOENT);
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/PerlIO/via/symlink.pm:28: use Symbol qw(gensym);
>> /usr/share/perl5/PerlIO/via/symlink.pm:28: use Symbol qw(gensym);
>> /usr/share/perl5/PerlIO/via/symlink.pm:28: use Symbol qw(gensym);
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/PerlIO/via/symlink.pm:5: our $VERSION = '0.05';
>> /usr/share/perl5/PerlIO/via/symlink.pm:98: 1;
>> /usr/share/perl5/SVK/XD.pm:19: use PerlIO::via::symlink;
>> /usr/share/perl5/SVK/XD.pm:19: use PerlIO::via::symlink;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/XD.pm:21: use Class::Autouse qw( SVK::Editor::XD SVK::Editor::Delay );
>> /usr/share/perl5/SVK/XD.pm:21: use Class::Autouse qw( SVK::Editor::XD SVK::Editor::Delay );
>> /usr/share/perl5/SVK/XD.pm:21: use Class::Autouse qw( SVK::Editor::XD SVK::Editor::Delay );
>> /usr/share/perl5/Class/Autouse.pm:170: sub import { shift->autouse(@_) }
>> /usr/share/perl5/Class/Autouse.pm:117: 	shift if $_[0] eq 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:120: 	return 1 unless @_;
>> /usr/share/perl5/Class/Autouse.pm:122: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:126: 		if ( substr($class, 0, 1) eq ':' ) {
>> /usr/share/perl5/Class/Autouse.pm:141: 		if ( $DEVEL || $BAD{$class} ) {
>> /usr/share/perl5/Class/Autouse.pm:147: 		my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:148: 		next if exists $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:149: 		unless ( $NOSTAT or _file_exists($file) ) {
>> /usr/share/perl5/Class/Autouse.pm:456: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:459: 	my $file = shift or return undef;
>> /usr/share/perl5/Class/Autouse.pm:460: 	return undef if $file =~ m/(?:\012|\015)/o;
>> /usr/share/perl5/Class/Autouse.pm:463: 	$file = _class_file($file) if $file =~ /::/o;
>> /usr/share/perl5/Class/Autouse.pm:466: 	foreach ( @INC ) {
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:156: 		next if $SUPERLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:160: 		$INC{$file} = 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:163: 		_UPDATE_CAN() unless $HOOKS++;
>> /usr/share/perl5/Class/Autouse.pm:126: 		if ( substr($class, 0, 1) eq ':' ) {
>> /usr/share/perl5/Class/Autouse.pm:141: 		if ( $DEVEL || $BAD{$class} ) {
>> /usr/share/perl5/Class/Autouse.pm:147: 		my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:148: 		next if exists $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:149: 		unless ( $NOSTAT or _file_exists($file) ) {
>> /usr/share/perl5/Class/Autouse.pm:456: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:459: 	my $file = shift or return undef;
>> /usr/share/perl5/Class/Autouse.pm:460: 	return undef if $file =~ m/(?:\012|\015)/o;
>> /usr/share/perl5/Class/Autouse.pm:463: 	$file = _class_file($file) if $file =~ /::/o;
>> /usr/share/perl5/Class/Autouse.pm:466: 	foreach ( @INC ) {
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:156: 		next if $SUPERLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:160: 		$INC{$file} = 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:163: 		_UPDATE_CAN() unless $HOOKS++;
>> /usr/share/perl5/Class/Autouse.pm:166: 	1;
>> /usr/share/perl5/SVK/XD.pm:744: 	     no warnings 'uninitialized';
>> /usr/share/perl5/SVK/XD.pm:744: 	     no warnings 'uninitialized';
>> /usr/share/perl5/SVK/XD.pm:744: 	     no warnings 'uninitialized';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/share/perl5/SVK/XD.pm:897:     no warnings;
>> /usr/share/perl5/SVK/XD.pm:897:     no warnings;
>> /usr/share/perl5/SVK/XD.pm:897:     no warnings;
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/share/perl5/SVK/XD.pm:1079: use Fcntl ':mode';
>> /usr/share/perl5/SVK/XD.pm:1079: use Fcntl ':mode';
>> /usr/share/perl5/SVK/XD.pm:1079: use Fcntl ':mode';
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:26:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:26:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:17:   require Exporter::Heavy;
>> /usr/share/perl/5.8/Exporter.pm:20:   my $c = (caller(1))[3];
>> /usr/share/perl/5.8/Exporter.pm:21:   $c =~ s/.*:://;
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter/Heavy.pm:39:     };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:45:     };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:47:     my($pkg, $callpkg, @imports) = @_;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:48:     my($type, $sym, $cache_is_current, $oops);
>> /usr/share/perl/5.8/Exporter/Heavy.pm:49:     my($exports, $export_cache) = (\@{"${pkg}::EXPORT"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:49:     my($exports, $export_cache) = (\@{"${pkg}::EXPORT"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:52:     if (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:53: 	if (!%$export_cache) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:58: 	if (grep m{^[/!:]}, @imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:59: 	    my $tagsref = \%{"${pkg}::EXPORT_TAGS"};
>> /usr/share/perl/5.8/Exporter/Heavy.pm:59: 	    my $tagsref = \%{"${pkg}::EXPORT_TAGS"};
>> /usr/share/perl/5.8/Exporter/Heavy.pm:60: 	    my $tagdata;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:61: 	    my %imports;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:62: 	    my($remove, $spec, @names, @allexports);
>> /usr/share/perl/5.8/Exporter/Heavy.pm:64: 	    unshift @imports, ':DEFAULT' if $imports[0] =~ m/^!/;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:65: 	    foreach $spec (@imports){
>> /usr/share/perl/5.8/Exporter/Heavy.pm:66: 		$remove = $spec =~ s/^!//;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:68: 		if ($spec =~ s/^://){
>> /usr/share/perl/5.8/Exporter/Heavy.pm:69: 		    if ($spec eq 'DEFAULT'){
>> /usr/share/perl/5.8/Exporter/Heavy.pm:73: 			@names = @$tagdata;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:90: 		warn "Import ".($remove ? "del":"add").": @names "
>> /usr/share/perl/5.8/Exporter/Heavy.pm:93: 		if ($remove) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:97: 		    @imports{@names} = (1) x @names;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:100: 	    @imports = keys %imports;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:103:         my @carp;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:104: 	foreach $sym (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:139: 	if ($oops) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:148:     my($fail, $fail_cache) = (\@{"${pkg}::EXPORT_FAIL"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:148:     my($fail, $fail_cache) = (\@{"${pkg}::EXPORT_FAIL"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:151:     if (@$fail) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:176:     warn "Importing into $callpkg from $pkg: ",
>> /usr/share/perl/5.8/Exporter/Heavy.pm:179:     foreach $sym (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl5/SVK/XD.pm:1660: use SVK::Util qw( $SEP );
>> /usr/share/perl5/SVK/XD.pm:1660: use SVK::Util qw( $SEP );
>> /usr/share/perl5/SVK/XD.pm:1660: use SVK::Util qw( $SEP );
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:26:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:26:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:17:   require Exporter::Heavy;
>> /usr/share/perl/5.8/Exporter.pm:20:   my $c = (caller(1))[3];
>> /usr/share/perl/5.8/Exporter.pm:21:   $c =~ s/.*:://;
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter/Heavy.pm:39:     };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:45:     };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:47:     my($pkg, $callpkg, @imports) = @_;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:48:     my($type, $sym, $cache_is_current, $oops);
>> /usr/share/perl/5.8/Exporter/Heavy.pm:49:     my($exports, $export_cache) = (\@{"${pkg}::EXPORT"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:49:     my($exports, $export_cache) = (\@{"${pkg}::EXPORT"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:52:     if (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:53: 	if (!%$export_cache) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:58: 	if (grep m{^[/!:]}, @imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:103:         my @carp;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:104: 	foreach $sym (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:139: 	if ($oops) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:148:     my($fail, $fail_cache) = (\@{"${pkg}::EXPORT_FAIL"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:148:     my($fail, $fail_cache) = (\@{"${pkg}::EXPORT_FAIL"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:151:     if (@$fail) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:176:     warn "Importing into $callpkg from $pkg: ",
>> /usr/share/perl/5.8/Exporter/Heavy.pm:179:     foreach $sym (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:183: 	$type = $1;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:190: 	    do { require Carp; Carp::croak("Can't export symbol: $type$sym") };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:185: 	    $type eq '&' ? \&{"${pkg}::$sym"} :
>> /usr/share/perl/5.8/Exporter/Heavy.pm:184: 	*{"${callpkg}::$sym"} =
>> /usr/share/perl5/SVK/XD.pm:1768: use SVK::I18N;
>> /usr/share/perl5/SVK/XD.pm:1768: use SVK::I18N;
>> /usr/share/perl5/SVK/XD.pm:1768: use SVK::I18N;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/XD.pm:1775:     no strict 'refs';
>> /usr/share/perl5/SVK/XD.pm:1775:     no strict 'refs';
>> /usr/share/perl5/SVK/XD.pm:1775:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/share/perl5/SVK/XD.pm:1776:     no warnings 'redefine';
>> /usr/share/perl5/SVK/XD.pm:1776:     no warnings 'redefine';
>> /usr/share/perl5/SVK/XD.pm:1776:     no warnings 'redefine';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/share/perl5/SVK/XD.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/XD.pm:4: require SVN::Core;
>> /usr/share/perl5/SVK/XD.pm:5: require SVN::Repos;
>> /usr/lib/perl5/SVN/Repos.pm:1: use strict;
>> /usr/lib/perl5/SVN/Repos.pm:1: use strict;
>> /usr/lib/perl5/SVN/Repos.pm:1: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl5/SVN/Repos.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Repos.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Repos.pm:2: use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl5/SVN/Repos.pm:5: use SVN::Base qw(Repos svn_repos_);
>> /usr/lib/perl5/SVN/Repos.pm:5: use SVN::Base qw(Repos svn_repos_);
>> /usr/lib/perl5/SVN/Repos.pm:5: use SVN::Base qw(Repos svn_repos_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:59: 	eval qq'
>> (eval 18)[/usr/lib/perl5/SVN/Base.pm:59]:3: require DynaLoader;
>> (eval 18)[/usr/lib/perl5/SVN/Base.pm:59]:4: bootstrap SVN::_Repos;
>> /usr/lib/perl/5.8/DynaLoader.pm:128:     local(@args) = @_;
>> /usr/lib/perl/5.8/DynaLoader.pm:129:     local($module) = $args[0];
>> /usr/lib/perl/5.8/DynaLoader.pm:130:     local(@dirs, $file);
>> /usr/lib/perl/5.8/DynaLoader.pm:132:     unless ($module) {
>> /usr/lib/perl/5.8/DynaLoader.pm:139:     croak("Can't load module $module, dynamic loading not available in this perl.\n".
>> /usr/lib/perl/5.8/DynaLoader.pm:144:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/DynaLoader.pm:145:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/DynaLoader.pm:150:     $modfname = &mod2fname(\@modparts) if defined &mod2fname;
>> /usr/lib/perl/5.8/DynaLoader.pm:153: 	if (($^O eq 'NetWare') && (length($modfname) > 8)) {
>> /usr/lib/perl/5.8/DynaLoader.pm:157:     my $modpname = join(($Is_MacOS ? ':' : '/'),@modparts);
>> /usr/lib/perl/5.8/DynaLoader.pm:159:     print STDERR "DynaLoader::bootstrap for $module ",
>> /usr/lib/perl/5.8/DynaLoader.pm:165:     foreach (@INC) {
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:182: 	my $try = $Is_MacOS ? "$dir:$modfname.$dl_dlext" : "$dir/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/DynaLoader.pm:183: 	last if $file = ($do_expand) ? dl_expandspec($try) : ((-f $try) && $try);
>> /usr/lib/perl/5.8/DynaLoader.pm:189:     $file = dl_findfile(map("-L$_",@dirs,@INC), $modfname) unless $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:191:     croak("Can't locate loadable object for module $module in \@INC (\@INC contains: @INC)")
>> /usr/lib/perl/5.8/DynaLoader.pm:194:     $file = uc($file) if $Is_VMS && $Config::Config{d_vms_case_sensitive_symbols};
>> /usr/lib/perl/5.8/DynaLoader.pm:195:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/DynaLoader.pm:196:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/DynaLoader.pm:197:     @dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/DynaLoader.pm:202:     my $bs = $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:203:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/DynaLoader.pm:204:     if (-s $bs) { # only read file if it's not empty
>> /usr/lib/perl/5.8/DynaLoader.pm:210:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/DynaLoader.pm:212:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/DynaLoader.pm:225:     my $libref = dl_load_file($file, $module->dl_load_flags) or
>> /usr/lib/perl/5.8/DynaLoader.pm:47: sub dl_load_flags { 0x00 }
>> /usr/lib/perl/5.8/DynaLoader.pm:228:     push(@dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/DynaLoader.pm:230:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/DynaLoader.pm:231:     if (@unresolved) {
>> /usr/lib/perl/5.8/DynaLoader.pm:236:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or
>> /usr/lib/perl/5.8/DynaLoader.pm:239:     push(@dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/DynaLoader.pm:241:   boot:
>> /usr/lib/perl/5.8/DynaLoader.pm:245:     &$xs(@args);
>> (eval 18)[/usr/lib/perl5/SVN/Base.pm:59]:5: 1;
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Repos.pm:55:     no strict 'refs';
>> /usr/lib/perl5/SVN/Repos.pm:55:     no strict 'refs';
>> /usr/lib/perl5/SVN/Repos.pm:55:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl5/SVN/Repos.pm:45: my @methods = qw/fs get_logs get_commit_editor get_commit_editor2
>> /usr/lib/perl5/SVN/Repos.pm:54: for (@methods) {
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:56:     *{$_} = *{"SVN::Repos::$_"};
>> /usr/lib/perl5/SVN/Repos.pm:79: 1;
>> /usr/share/perl5/SVK/XD.pm:6: require SVN::Fs;
>> /usr/lib/perl5/SVN/Fs.pm:1: use strict;
>> /usr/lib/perl5/SVN/Fs.pm:1: use strict;
>> /usr/lib/perl5/SVN/Fs.pm:1: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl5/SVN/Fs.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Fs.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Fs.pm:2: use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl5/SVN/Fs.pm:5: use SVN::Base qw(Fs svn_fs_);
>> /usr/lib/perl5/SVN/Fs.pm:5: use SVN::Base qw(Fs svn_fs_);
>> /usr/lib/perl5/SVN/Fs.pm:5: use SVN::Base qw(Fs svn_fs_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:59: 	eval qq'
>> (eval 19)[/usr/lib/perl5/SVN/Base.pm:59]:3: require DynaLoader;
>> (eval 19)[/usr/lib/perl5/SVN/Base.pm:59]:4: bootstrap SVN::_Fs;
>> /usr/lib/perl/5.8/DynaLoader.pm:128:     local(@args) = @_;
>> /usr/lib/perl/5.8/DynaLoader.pm:129:     local($module) = $args[0];
>> /usr/lib/perl/5.8/DynaLoader.pm:130:     local(@dirs, $file);
>> /usr/lib/perl/5.8/DynaLoader.pm:132:     unless ($module) {
>> /usr/lib/perl/5.8/DynaLoader.pm:139:     croak("Can't load module $module, dynamic loading not available in this perl.\n".
>> /usr/lib/perl/5.8/DynaLoader.pm:144:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/DynaLoader.pm:145:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/DynaLoader.pm:150:     $modfname = &mod2fname(\@modparts) if defined &mod2fname;
>> /usr/lib/perl/5.8/DynaLoader.pm:153: 	if (($^O eq 'NetWare') && (length($modfname) > 8)) {
>> /usr/lib/perl/5.8/DynaLoader.pm:157:     my $modpname = join(($Is_MacOS ? ':' : '/'),@modparts);
>> /usr/lib/perl/5.8/DynaLoader.pm:159:     print STDERR "DynaLoader::bootstrap for $module ",
>> /usr/lib/perl/5.8/DynaLoader.pm:165:     foreach (@INC) {
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:182: 	my $try = $Is_MacOS ? "$dir:$modfname.$dl_dlext" : "$dir/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/DynaLoader.pm:183: 	last if $file = ($do_expand) ? dl_expandspec($try) : ((-f $try) && $try);
>> /usr/lib/perl/5.8/DynaLoader.pm:189:     $file = dl_findfile(map("-L$_",@dirs,@INC), $modfname) unless $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:191:     croak("Can't locate loadable object for module $module in \@INC (\@INC contains: @INC)")
>> /usr/lib/perl/5.8/DynaLoader.pm:194:     $file = uc($file) if $Is_VMS && $Config::Config{d_vms_case_sensitive_symbols};
>> /usr/lib/perl/5.8/DynaLoader.pm:195:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/DynaLoader.pm:196:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/DynaLoader.pm:197:     @dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/DynaLoader.pm:202:     my $bs = $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:203:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/DynaLoader.pm:204:     if (-s $bs) { # only read file if it's not empty
>> /usr/lib/perl/5.8/DynaLoader.pm:210:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/DynaLoader.pm:212:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/DynaLoader.pm:225:     my $libref = dl_load_file($file, $module->dl_load_flags) or
>> /usr/lib/perl/5.8/DynaLoader.pm:47: sub dl_load_flags { 0x00 }
>> /usr/lib/perl/5.8/DynaLoader.pm:228:     push(@dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/DynaLoader.pm:230:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/DynaLoader.pm:231:     if (@unresolved) {
>> /usr/lib/perl/5.8/DynaLoader.pm:236:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or
>> /usr/lib/perl/5.8/DynaLoader.pm:239:     push(@dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/DynaLoader.pm:241:   boot:
>> /usr/lib/perl/5.8/DynaLoader.pm:245:     &$xs(@args);
>> (eval 19)[/usr/lib/perl5/SVN/Base.pm:59]:5: 1;
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Fs.pm:29:     no strict 'refs';
>> /usr/lib/perl5/SVN/Fs.pm:29:     no strict 'refs';
>> /usr/lib/perl5/SVN/Fs.pm:29:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl5/SVN/Fs.pm:47:     no strict 'refs';
>> /usr/lib/perl5/SVN/Fs.pm:47:     no strict 'refs';
>> /usr/lib/perl5/SVN/Fs.pm:47:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl5/SVN/Fs.pm:52: use SVN::Base qw/Fs svn_fs_history_/;
>> /usr/lib/perl5/SVN/Fs.pm:52: use SVN::Base qw/Fs svn_fs_history_/;
>> /usr/lib/perl5/SVN/Fs.pm:52: use SVN::Base qw/Fs svn_fs_history_/;
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Fs.pm:55: use SVN::Base qw/Fs svn_fs_txn_/;
>> /usr/lib/perl5/SVN/Fs.pm:55: use SVN::Base qw/Fs svn_fs_txn_/;
>> /usr/lib/perl5/SVN/Fs.pm:55: use SVN::Base qw/Fs svn_fs_txn_/;
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Fs.pm:62: use SVN::Base qw(Fs svn_fs_access_);
>> /usr/lib/perl5/SVN/Fs.pm:62: use SVN::Base qw(Fs svn_fs_access_);
>> /usr/lib/perl5/SVN/Fs.pm:62: use SVN::Base qw(Fs svn_fs_access_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Fs.pm:65: use SVN::Base qw(Fs svn_fs_dirent_t_);
>> /usr/lib/perl5/SVN/Fs.pm:65: use SVN::Base qw(Fs svn_fs_dirent_t_);
>> /usr/lib/perl5/SVN/Fs.pm:65: use SVN::Base qw(Fs svn_fs_dirent_t_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Fs.pm:68: use SVN::Base qw(Fs svn_fs_path_change_t_);
>> /usr/lib/perl5/SVN/Fs.pm:68: use SVN::Base qw(Fs svn_fs_path_change_t_);
>> /usr/lib/perl5/SVN/Fs.pm:68: use SVN::Base qw(Fs svn_fs_path_change_t_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Fs.pm:71: use SVN::Base qw(Fs svn_fs_path_change_);
>> /usr/lib/perl5/SVN/Fs.pm:71: use SVN::Base qw(Fs svn_fs_path_change_);
>> /usr/lib/perl5/SVN/Fs.pm:71: use SVN::Base qw(Fs svn_fs_path_change_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Fs.pm:23: our @methods = qw/youngest_rev revision_root revision_prop revision_proplist
>> /usr/lib/perl5/SVN/Fs.pm:28: for (@methods) {
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:30:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:35: our @methods = qw/apply_textdelta apply_text change_node_prop
>> /usr/lib/perl5/SVN/Fs.pm:44: *fs = *SVN::Fs::root_fs;
>> /usr/lib/perl5/SVN/Fs.pm:46: for (@methods) {
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:48:     *{$_} = *{"SVN::Fs::$_"};
>> /usr/lib/perl5/SVN/Fs.pm:57: *commit = *SVN::Fs::commit_txn;
>> /usr/lib/perl5/SVN/Fs.pm:58: *abort = *SVN::Fs::abort_txn;
>> /usr/lib/perl5/SVN/Fs.pm:59: *change_prop = *SVN::Fs::change_txn_prop;
>> /usr/lib/perl5/SVN/Fs.pm:73: 1;
>> /usr/share/perl5/SVK/XD.pm:314: my %REPOS;
>> /usr/share/perl5/SVK/XD.pm:315: my $REPOSPOOL = SVN::Pool->new;
>> /usr/lib/perl5/SVN/Core.pm:356:     my ($class, $parent) = @_;
>> /usr/lib/perl5/SVN/Core.pm:357:     $parent = $$parent if ref ($parent) eq 'SVN::Pool';
>> /usr/lib/perl5/SVN/Core.pm:358:     my $self = bless \create ($parent), $class;
>> /usr/lib/perl5/SVN/Core.pm:359:     return $self;
>> /usr/share/perl5/SVK/XD.pm:893: my %ignore_cache;
>> /usr/share/perl5/SVK/XD.pm:1817: 1;
>> /usr/share/perl5/Class/Autouse.pm:383: 	_cry($@) if $@;
>> /usr/share/perl5/Class/Autouse.pm:386: 	--$HOOKS or _UPDATE_CAN();
>> /usr/share/perl5/Class/Autouse.pm:388: 	$LOADED{$class} = 1;
>> /usr/share/perl5/Class/Autouse.pm:198: 		push @search, $c;
>> /usr/share/perl5/Class/Autouse.pm:199:         	unshift @stack, @{"${c}::ISA"};
>> /usr/share/perl5/Class/Autouse.pm:199:         	unshift @stack, @{"${c}::ISA"};
>> /usr/share/perl5/Class/Autouse.pm:204: 	wantarray ? @search : 1;
>> /usr/share/perl5/Class/Autouse.pm:279: 	my $found = List::Util::first { defined *{"${_}::$function"}{CODE} } @search;
>> /usr/share/perl5/Class/Autouse.pm:279: 	my $found = List::Util::first { defined *{"${_}::$function"}{CODE} } @search;
>> /usr/share/perl5/Class/Autouse.pm:279: 	my $found = List::Util::first { defined *{"${_}::$function"}{CODE} } @search;
>> /usr/share/perl5/Class/Autouse.pm:280: 	goto &{"${found}::$function"} if $found;
>> /usr/share/perl5/Class/Autouse.pm:280: 	goto &{"${found}::$function"} if $found;
>> /usr/share/perl5/SVK/XD.pm:85:     my $class = shift;
>> /usr/share/perl5/SVK/XD.pm:86:     my $self = bless {}, $class;
>> /usr/share/perl5/SVK/XD.pm:87:     %$self = @_;
>> /usr/share/perl5/SVK/XD.pm:89:     if ($self->{svkpath}) {
>> /usr/share/perl5/SVK/XD.pm:90:         mkdir($self->{svkpath})
>> /usr/share/perl5/SVK/XD.pm:94:         $self->{signature} ||= SVK::XD::Signature->new (root => $self->cache_directory)
>> /usr/share/perl5/SVK/XD.pm:1634:     my ($self) = @_;
>> /usr/share/perl5/SVK/XD.pm:1635:     my $rv = catdir ( $self->{svkpath}, 'cache' );
>> /usr/local/lib/perl/5.8.8/File/Spec/Functions.pm:42:     *{$meth} = sub {&$sub('File::Spec', @_)};
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/share/perl5/SVK/XD.pm:1636:     mkdir $rv or die $! unless -e $rv;
>> /usr/share/perl5/SVK/XD.pm:1637:     return $rv;
>> /usr/share/perl5/SVK/XD.pm:1663:     my ($class, @arg) = @_;
>> /usr/share/perl5/SVK/XD.pm:1664:     my $self = bless {}, __PACKAGE__;
>> /usr/share/perl5/SVK/XD.pm:1665:     %$self = @arg;
>> /usr/share/perl5/SVK/XD.pm:1666:     mkdir ($self->{root}) or die $! unless -e $self->{root};
>> /usr/share/perl5/SVK/XD.pm:1667:     return $self;
>> /usr/share/perl5/SVK/XD.pm:97:     $self->{checkout} ||= Data::Hierarchy->new( sep => $SEP );
>> /usr/share/perl5/Data/Hierarchy.pm:38:     my $class = shift;
>> /usr/share/perl5/Data/Hierarchy.pm:40:     unshift @_, 'hash' if @_ % 2;
>> /usr/share/perl5/Data/Hierarchy.pm:42:     my $self = bless {@_}, $class;
>> /usr/share/perl5/Data/Hierarchy.pm:43:     $self->{sep} ||= '/';
>> /usr/share/perl5/Data/Hierarchy.pm:44:     $self->{hash} ||= {};
>> /usr/share/perl5/Data/Hierarchy.pm:45:     $self->{sticky} ||= {};
>> /usr/share/perl5/Data/Hierarchy.pm:46:     return $self;
>> /usr/share/perl5/SVK/XD.pm:98:     return $self;
>> /usr/bin/svk:80:     $xd->load();
>> /usr/share/perl5/SVK/XD.pm:116:     my ($self) = @_;
>> /usr/share/perl5/SVK/XD.pm:117:     my $info;
>> /usr/share/perl5/SVK/XD.pm:119:     $self->giant_lock ();
>> /usr/share/perl5/SVK/XD.pm:273:     my ($self) = @_;
>> /usr/share/perl5/SVK/XD.pm:274:     return unless $self->{giantlock};
>> /usr/share/perl5/SVK/XD.pm:277:         for (1..5) {
>> /usr/share/perl5/SVK/XD.pm:277:         for (1..5) {
>> /usr/share/perl5/SVK/XD.pm:278:             -e $self->{giantlock} or last LOCKED;
>> /usr/share/perl5/SVK/XD.pm:286:     open my ($lock), '>', $self->{giantlock}
>> /usr/share/perl5/SVK/XD.pm:288:     print $lock $$;
>> /usr/share/perl5/SVK/XD.pm:289:     close $lock;
>> /usr/share/perl5/SVK/XD.pm:290:     $self->{giantlocked} = 1;
>> /usr/lib/perl/5.8/IO/Handle.pm:75: sub DESTROY {}
>> /usr/share/perl5/SVK/XD.pm:121:     if (-e $self->{statefile}) {
>> /usr/share/perl5/SVK/XD.pm:122: 	local $@;
>> /usr/share/perl5/SVK/XD.pm:123: 	$info = eval {LoadFile ($self->{statefile})};
>> /usr/share/perl5/SVK/XD.pm:123: 	$info = eval {LoadFile ($self->{statefile})};
>> /usr/share/perl/5.8/autouse.pm:52: 	    unless ($INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:53: 		require $pm;
>> /usr/local/share/perl/5.8.8/YAML.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/YAML.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/local/share/perl/5.8.8/YAML.pm:3: use YAML::Base;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:3: use base 'Exporter';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:3: use base 'Exporter';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:3: use base 'Exporter';
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:75:         if (has_version($base)) {
>> /usr/share/perl/5.8/base.pm:24:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:26:     return( ($vglob && *$vglob{SCALAR}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:77: 	      unless defined ${$base.'::VERSION'};
>> /usr/share/perl/5.8/base.pm:76: 	    ${$base.'::VERSION'} = '-1, set by base.pm' 
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:98:         if ( has_fields($base) || has_attr($base) ) {
>> /usr/share/perl/5.8/base.pm:18:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:20:     return( ($fglob && *$fglob{HASH}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:30:     my($proto) = shift;
>> /usr/share/perl/5.8/base.pm:31:     my($class) = ref $proto || $proto;
>> /usr/share/perl/5.8/base.pm:32:     return exists $Fattr->{$class};
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:71:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:71:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:71:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:161:     no warnings 'once';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:161:     no warnings 'once';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:161:     no warnings 'once';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:5: our @EXPORT = qw(field XXX);
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:19: my ($_new_error, $_info, $_scalar_info, $parse_arguments, $default_as_code);
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:26: my %code = (
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:120: };
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:129: };
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:142: };
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:158: };
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:168: };
>> /usr/local/share/perl/5.8.8/YAML.pm:3: use YAML::Base;
>> /usr/local/share/perl/5.8.8/YAML.pm:3: use YAML::Base;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/YAML.pm:4: use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML.pm:4: use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML.pm:4: use base 'YAML::Base';
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:75:         if (has_version($base)) {
>> /usr/share/perl/5.8/base.pm:24:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:26:     return( ($vglob && *$vglob{SCALAR}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:80:             local $SIG{__DIE__};
>> /usr/share/perl/5.8/base.pm:81:             eval "require $base";
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12.
>> (eval 20)[/usr/share/perl/5.8/base.pm:81]:3: >> /usr/share/perl/5.8/base.pm:84:             die if $@ && $@ !~ /^Can't locate .*? at \(eval /;
>> /usr/share/perl/5.8/base.pm:85:             unless (%{"$base\::"}) {
>> /usr/share/perl/5.8/base.pm:85:             unless (%{"$base\::"}) {
>> /usr/share/perl/5.8/base.pm:94:               unless defined ${$base.'::VERSION'};
>> /usr/share/perl/5.8/base.pm:93:             ${$base.'::VERSION'} = "-1, set by base.pm"
>> /usr/share/perl/5.8/base.pm:93:             ${$base.'::VERSION'} = "-1, set by base.pm"
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:98:         if ( has_fields($base) || has_attr($base) ) {
>> /usr/share/perl/5.8/base.pm:18:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:20:     return( ($fglob && *$fglob{HASH}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:30:     my($proto) = shift;
>> /usr/share/perl/5.8/base.pm:31:     my($class) = ref $proto || $proto;
>> /usr/share/perl/5.8/base.pm:32:     return exists $Fattr->{$class};
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/local/share/perl/5.8.8/YAML.pm:5: use YAML::Node;         # XXX This is a temp fix for Module::Build
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:75:         if (has_version($base)) {
>> /usr/share/perl/5.8/base.pm:24:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:26:     return( ($vglob && *$vglob{SCALAR}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:77: 	      unless defined ${$base.'::VERSION'};
>> /usr/share/perl/5.8/base.pm:76: 	    ${$base.'::VERSION'} = '-1, set by base.pm' 
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:98:         if ( has_fields($base) || has_attr($base) ) {
>> /usr/share/perl/5.8/base.pm:18:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:20:     return( ($fglob && *$fglob{HASH}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:30:     my($proto) = shift;
>> /usr/share/perl/5.8/base.pm:31:     my($class) = ref $proto || $proto;
>> /usr/share/perl/5.8/base.pm:32:     return exists $Fattr->{$class};
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:4: use YAML::Tag;
>> /usr/local/share/perl/5.8.8/YAML/Tag.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Tag.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Tag.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/YAML/Tag.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Tag.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Tag.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/local/share/perl/5.8.8/YAML/Tag.pm:4: use overload '""' => sub { ${$_[0]} };
>> /usr/local/share/perl/5.8.8/YAML/Tag.pm:4: use overload '""' => sub { ${$_[0]} };
>> /usr/local/share/perl/5.8.8/YAML/Tag.pm:4: use overload '""' => sub { ${$_[0]} };
>> /usr/share/perl/5.8/overload.pm:32:   $package = (caller())[0];
>> /usr/share/perl/5.8/overload.pm:34:   shift;
>> /usr/share/perl/5.8/overload.pm:35:   $package->overload::OVERLOAD(@_);
>> /usr/share/perl/5.8/overload.pm:10:   $package = shift;
>> /usr/share/perl/5.8/overload.pm:11:   my %arg = @_;
>> /usr/share/perl/5.8/overload.pm:12:   my ($sub, $fb);
>> /usr/share/perl/5.8/overload.pm:13:   $ {$package . "::OVERLOAD"}{dummy}++; # Register with magic by touching.
>> /usr/share/perl/5.8/overload.pm:13:   $ {$package . "::OVERLOAD"}{dummy}++; # Register with magic by touching.
>> /usr/share/perl/5.8/overload.pm:14:   *{$package . "::()"} = \&nil; # Make it findable via fetchmethod.
>> /usr/share/perl/5.8/overload.pm:14:   *{$package . "::()"} = \&nil; # Make it findable via fetchmethod.
>> /usr/share/perl/5.8/overload.pm:15:   for (keys %arg) {
>> /usr/share/perl/5.8/overload.pm:16:     if ($_ eq 'fallback') {
>> /usr/share/perl/5.8/overload.pm:19:       $sub = $arg{$_};
>> /usr/share/perl/5.8/overload.pm:20:       if (not ref $sub and $sub !~ /::/) {
>> /usr/share/perl/5.8/overload.pm:25:       *{$package . "::(" . $_} = \&{ $sub };
>> /usr/share/perl/5.8/overload.pm:25:       *{$package . "::(" . $_} = \&{ $sub };
>> /usr/share/perl/5.8/overload.pm:25:       *{$package . "::(" . $_} = \&{ $sub };
>> /usr/share/perl/5.8/overload.pm:28:   ${$package . "::()"} = $fb; # Make it findable too (fallback only).
>> /usr/share/perl/5.8/overload.pm:28:   ${$package . "::()"} = $fb; # Make it findable too (fallback only).
>> /usr/local/share/perl/5.8.8/YAML/Tag.pm:19: 1;
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:4: use YAML::Tag;
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:4: use YAML::Tag;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:6: our @EXPORT = qw(ynode);
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:65: @yaml_scalar::ISA = qw(YAML::Node);
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:90: @yaml_sequence::ISA = qw(YAML::Node);
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:123: *STORESIZE = *POP = *PUSH = *SHIFT = *UNSHIFT = *SPLICE = *DELETE = *EXISTS = 
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:129: @yaml_mapping::ISA = qw(YAML::Node);
>> /usr/local/share/perl/5.8.8/YAML/Node.pm:209: 1;
>> /usr/local/share/perl/5.8.8/YAML.pm:5: use YAML::Node;         # XXX This is a temp fix for Module::Build
>> /usr/local/share/perl/5.8.8/YAML.pm:5: use YAML::Node;         # XXX This is a temp fix for Module::Build
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/YAML.pm:6: use 5.006001;
>> /usr/local/share/perl/5.8.8/YAML.pm:6: use 5.006001;
>> /usr/local/share/perl/5.8.8/YAML.pm:6: use 5.006001;
>> /usr/local/share/perl/5.8.8/YAML.pm:12: use constant VALUE => "\x07YAML\x07VALUE\x07";
>> /usr/local/share/perl/5.8.8/YAML.pm:12: use constant VALUE => "\x07YAML\x07VALUE\x07";
>> /usr/local/share/perl/5.8.8/YAML.pm:12: use constant VALUE => "\x07YAML\x07VALUE\x07";
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/local/share/perl/5.8.8/YAML.pm:64:     no warnings 'once';
>> /usr/local/share/perl/5.8.8/YAML.pm:64:     no warnings 'once';
>> /usr/local/share/perl/5.8.8/YAML.pm:64:     no warnings 'once';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/local/share/perl/5.8.8/YAML.pm:7: our $VERSION = '0.58';
>> /usr/local/share/perl/5.8.8/YAML.pm:8: our @EXPORT = qw'Dump Load';
>> /usr/local/share/perl/5.8.8/YAML.pm:9: our @EXPORT_OK = qw'freeze thaw DumpFile LoadFile Bless Blessed';
>> /usr/local/share/perl/5.8.8/YAML.pm:42: field dumper_class => 'YAML::Dumper';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/lib/perl/5.8/Data/Dumper.pm:16: use 5.006_001;
>> /usr/lib/perl/5.8/Data/Dumper.pm:16: use 5.006_001;
>> /usr/lib/perl/5.8/Data/Dumper.pm:16: use 5.006_001;
>> /usr/lib/perl/5.8/Data/Dumper.pm:20: use Carp;
>> /usr/lib/perl/5.8/Data/Dumper.pm:20: use Carp;
>> /usr/lib/perl/5.8/Data/Dumper.pm:20: use Carp;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:23:     @ISA = qw(Exporter);
>> /usr/lib/perl/5.8/Data/Dumper.pm:24:     @EXPORT = qw(Dumper);
>> /usr/lib/perl/5.8/Data/Dumper.pm:25:     @EXPORT_OK = qw(DumperX);
>> /usr/lib/perl/5.8/Data/Dumper.pm:30:     eval {
>> /usr/lib/perl/5.8/Data/Dumper.pm:31: 	require XSLoader;
>> /usr/lib/perl/5.8/Data/Dumper.pm:33:     $Useperl = 1 if $@;
>> /usr/lib/perl/5.8/Data/Dumper.pm:641:   my $bytes; { use bytes; $bytes = length }
>> /usr/share/perl/5.8/bytes.pm:3: our $VERSION = '1.02';
>> /usr/share/perl/5.8/bytes.pm:5: $bytes::hint_bits = 0x00000008;
>> /usr/share/perl/5.8/bytes.pm:29: 1;
>> /usr/lib/perl/5.8/Data/Dumper.pm:641:   my $bytes; { use bytes; $bytes = length }
>> /usr/lib/perl/5.8/Data/Dumper.pm:641:   my $bytes; { use bytes; $bytes = length }
>> /usr/share/perl/5.8/bytes.pm:8:     $^H |= $bytes::hint_bits;
>> /usr/lib/perl/5.8/Data/Dumper.pm:12: $VERSION = '2.121_08';
>> /usr/lib/perl/5.8/Data/Dumper.pm:17: require Exporter;
>> /usr/lib/perl/5.8/Data/Dumper.pm:18: require overload;
>> /usr/lib/perl/5.8/Data/Dumper.pm:36: XSLoader::load( 'Data::Dumper' ) unless $Useperl;
>> /usr/lib/perl/5.8/XSLoader.pm:25:     die q{XSLoader::load('Your::Module', $Your::Module::VERSION)} unless @_;
>> /usr/lib/perl/5.8/XSLoader.pm:27:     my($module) = $_[0];
>> /usr/lib/perl/5.8/XSLoader.pm:30:     my $b = "$module\::bootstrap";
>> /usr/lib/perl/5.8/XSLoader.pm:31:     goto &$b if defined &$b;
>> /usr/lib/perl/5.8/XSLoader.pm:33:     goto retry unless $module and defined &dl_load_file;
>> /usr/lib/perl/5.8/XSLoader.pm:35:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/XSLoader.pm:36:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/XSLoader.pm:38:     my $modpname = join('/',@modparts);
>> /usr/lib/perl/5.8/XSLoader.pm:39:     my $modlibname = (caller())[1];
>> /usr/lib/perl/5.8/XSLoader.pm:40:     my $c = @modparts;
>> /usr/lib/perl/5.8/XSLoader.pm:41:     $modlibname =~ s,[\\/][^\\/]+$,, while $c--;	# Q&D basename
>> /usr/lib/perl/5.8/XSLoader.pm:42:     my $file = "$modlibname/auto/$modpname/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/XSLoader.pm:46:     my $bs = $file;
>> /usr/lib/perl/5.8/XSLoader.pm:47:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/XSLoader.pm:49:     goto retry if not -f $file or -s $bs;
>> /usr/lib/perl/5.8/XSLoader.pm:51:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/XSLoader.pm:52:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/XSLoader.pm:53:     @DynaLoader::dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/XSLoader.pm:55:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/XSLoader.pm:57:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/XSLoader.pm:70:     my $libref = dl_load_file($file, 0) or do { 
>> /usr/lib/perl/5.8/XSLoader.pm:74:     push(@DynaLoader::dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/XSLoader.pm:76:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/XSLoader.pm:77:     if (@unresolved) {
>> /usr/lib/perl/5.8/XSLoader.pm:82:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or do {
>> /usr/lib/perl/5.8/XSLoader.pm:87:     push(@DynaLoader::dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/XSLoader.pm:89:   boot:
>> /usr/lib/perl/5.8/XSLoader.pm:93:     return &$xs(@_);
>> /usr/lib/perl/5.8/Data/Dumper.pm:39: $Indent     = 2         unless defined $Indent;
>> /usr/lib/perl/5.8/Data/Dumper.pm:40: $Purity     = 0         unless defined $Purity;
>> /usr/lib/perl/5.8/Data/Dumper.pm:41: $Pad        = ""        unless defined $Pad;
>> /usr/lib/perl/5.8/Data/Dumper.pm:42: $Varname    = "VAR"     unless defined $Varname;
>> /usr/lib/perl/5.8/Data/Dumper.pm:43: $Useqq      = 0         unless defined $Useqq;
>> /usr/lib/perl/5.8/Data/Dumper.pm:44: $Terse      = 0         unless defined $Terse;
>> /usr/lib/perl/5.8/Data/Dumper.pm:45: $Freezer    = ""        unless defined $Freezer;
>> /usr/lib/perl/5.8/Data/Dumper.pm:46: $Toaster    = ""        unless defined $Toaster;
>> /usr/lib/perl/5.8/Data/Dumper.pm:47: $Deepcopy   = 0         unless defined $Deepcopy;
>> /usr/lib/perl/5.8/Data/Dumper.pm:48: $Quotekeys  = 1         unless defined $Quotekeys;
>> /usr/lib/perl/5.8/Data/Dumper.pm:49: $Bless      = "bless"   unless defined $Bless;
>> /usr/lib/perl/5.8/Data/Dumper.pm:51: $Maxdepth   = 0         unless defined $Maxdepth;
>> /usr/lib/perl/5.8/Data/Dumper.pm:52: $Pair       = ' => '    unless defined $Pair;
>> /usr/lib/perl/5.8/Data/Dumper.pm:53: $Useperl    = 0         unless defined $Useperl;
>> /usr/lib/perl/5.8/Data/Dumper.pm:54: $Sortkeys   = 0         unless defined $Sortkeys;
>> /usr/lib/perl/5.8/Data/Dumper.pm:55: $Deparse    = 0         unless defined $Deparse;
>> /usr/lib/perl/5.8/Data/Dumper.pm:627: my %esc = (  
>> /usr/lib/perl/5.8/Data/Dumper.pm:680: 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 21)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML.pm:43: field loader_class => 'YAML::Loader';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 22)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML.pm:44: field dumper_object =>
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:151:             $args->{$elem} = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:60:         my $fragment = $code{init};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:61:         $code .= sprintf $fragment, $field, $args->{-init}, ($field) x 4;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 23)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:9: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML.pm:46: field loader_object =>
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:151:             $args->{$elem} = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:60:         my $fragment = $code{init};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:61:         $code .= sprintf $fragment, $field, $args->{-init}, ($field) x 4;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 24)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:9: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML.pm:64:     no warnings 'once';
>> /usr/local/share/perl/5.8.8/YAML.pm:67:     *freeze = \ &Dump;
>> /usr/local/share/perl/5.8.8/YAML.pm:68:     *thaw   = \ &Load;
>> /usr/local/share/perl/5.8.8/YAML.pm:102: my $global = {};
>> /usr/local/share/perl/5.8.8/YAML.pm:113: 1;
>> /usr/share/perl/5.8/autouse.pm:54: 		vet_import $module;
>> /usr/share/perl/5.8/autouse.pm:74:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:75:     if (my $import = $module->can('import')) {
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl/5.8/autouse.pm:76: 	croak "autoused module has unique import() method"
>> /usr/share/perl/5.8/autouse.pm:57: 	    *$closure_import_func = \&{"${module}::$closure_func"};
>> /usr/share/perl/5.8/autouse.pm:57: 	    *$closure_import_func = \&{"${module}::$closure_func"};
>> /usr/share/perl/5.8/autouse.pm:58: 	    print "autousing $module; "
>> /usr/share/perl/5.8/autouse.pm:61: 	    goto &$closure_import_func;
>> /usr/local/share/perl/5.8.8/YAML.pm:84:     my $filename = shift;
>> /usr/local/share/perl/5.8.8/YAML.pm:85:     open my $IN, $filename
>> /usr/local/share/perl/5.8.8/YAML.pm:87:     return Load(do { local $/; <$IN> });
>> /usr/local/share/perl/5.8.8/YAML.pm:87:     return Load(do { local $/; <$IN> });
>> /usr/local/share/perl/5.8.8/YAML.pm:87:     return Load(do { local $/; <$IN> });
>> /usr/local/share/perl/5.8.8/YAML.pm:57:     my $yaml = YAML->new;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:8:     my $class = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:9:     $class = ref($class) || $class;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:10:     my $self = bless {}, $class;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:11:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:15:     return $self;
>> /usr/local/share/perl/5.8.8/YAML.pm:58:     $yaml->loader_class($YAML::LoaderClass)
>> /usr/local/share/perl/5.8.8/YAML.pm:60:     return $yaml->loader_object->load(@_);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 24)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 24)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 24)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: >> /usr/local/share/perl/5.8.8/YAML.pm:91:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML.pm:92:     my $object_class = (shift) . '_class';
>> /usr/local/share/perl/5.8.8/YAML.pm:93:     my $module_name = $self->$object_class;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 22)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 22)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML.pm:94:     eval "require $module_name";
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 25)[/usr/local/share/perl/5.8.8/YAML.pm:94]:3: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:3: use YAML::Base;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:3: use YAML::Base;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:3: use YAML::Base;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:4: use base 'YAML::Loader::Base';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:4: use base 'YAML::Loader::Base';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:4: use base 'YAML::Loader::Base';
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:75:         if (has_version($base)) {
>> /usr/share/perl/5.8/base.pm:24:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:26:     return( ($vglob && *$vglob{SCALAR}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:80:             local $SIG{__DIE__};
>> /usr/share/perl/5.8/base.pm:81:             eval "require $base";
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 26)[/usr/share/perl/5.8/base.pm:81]:3: >> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:75:         if (has_version($base)) {
>> /usr/share/perl/5.8/base.pm:24:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:26:     return( ($vglob && *$vglob{SCALAR}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:77: 	      unless defined ${$base.'::VERSION'};
>> /usr/share/perl/5.8/base.pm:76: 	    ${$base.'::VERSION'} = '-1, set by base.pm' 
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:98:         if ( has_fields($base) || has_attr($base) ) {
>> /usr/share/perl/5.8/base.pm:18:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:20:     return( ($fglob && *$fglob{HASH}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:30:     my($proto) = shift;
>> /usr/share/perl/5.8/base.pm:31:     my($class) = ref $proto || $proto;
>> /usr/share/perl/5.8/base.pm:32:     return exists $Fattr->{$class};
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:5: field load_code => 0;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 27)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:7: field stream => '';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:8: field document => 0;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 29)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:9: field line => 0;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:10: field documents => [];
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 31)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:9: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:11: field lines => [];
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:9: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:12: field eos => 0;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:13: field done => 0;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:14: field anchor2node => {};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:9: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:15: field level => 0;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:16: field offset => [];
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:9: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:17: field preface => '';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:18: field content => '';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:19: field indent => 0;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:20: field major_version => 0;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 41)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:21: field minor_version => 0;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 42)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:22: field inline => '';
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:43:     my $package = caller;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:44:     my ($args, @values) = &$parse_arguments(
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:145:     my $paired_arguments = shift || []; 
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:146:     my ($args, @values) = ({}, ());
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:147:     my %pairs = map { ($_, 1) } @$paired_arguments;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:148:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:149:         my $elem = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:150:         if (defined $elem and defined $pairs{$elem} and @_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:154:             push @values, $elem;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:157:     return wantarray ? ($args, @values) : $args;        
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:48:     my ($field, $default) = @values;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:49:     $package = $args->{-package} if defined $args->{-package};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:50:     return if defined &{"${package}::$field"};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:51:     my $default_string =
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:162:     require Data::Dumper;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:163:     local $Data::Dumper::Sortkeys = 1;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:164:     my $code = Data::Dumper::Dumper(shift);
>> /usr/lib/perl/5.8/Data/Dumper.pm:511:   return Data::Dumper->Dump([@_]);
>> /usr/lib/perl/5.8/Data/Dumper.pm:179:     return &Dumpxs
>> /usr/lib/perl/5.8/Data/Dumper.pm:64:   my($c, $v, $n) = @_;
>> /usr/lib/perl/5.8/Data/Dumper.pm:66:   croak "Usage:  PACKAGE->new(ARRAYREF, [ARRAYREF])" 
>> /usr/lib/perl/5.8/Data/Dumper.pm:68:   $n = [] unless (defined($n) && (ref($v) eq 'ARRAY'));
>> /usr/lib/perl/5.8/Data/Dumper.pm:70:   my($s) = { 
>> /usr/lib/perl/5.8/Data/Dumper.pm:97:   if ($Indent > 0) {
>> /usr/lib/perl/5.8/Data/Dumper.pm:98:     $s->{xpad} = "  ";
>> /usr/lib/perl/5.8/Data/Dumper.pm:99:     $s->{sep} = "\n";
>> /usr/lib/perl/5.8/Data/Dumper.pm:101:   return bless($s, $c);
>> /usr/lib/perl/5.8/Data/Dumper.pm:176: sub DESTROY {}
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:165:     $code =~ s/^\$VAR1 = //;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:166:     $code =~ s/;$//;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:167:     return $code;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:58:     my $code = $code{sub_start};
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:59:     if ($args->{-init}) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:63:     $code .= sprintf $code{set_default}, $field, $default_string, $field
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:65:     $code .= sprintf $code{return_if_get}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:66:     $code .= sprintf $code{set}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:67:     $code .= sprintf $code{sub_end}, $field;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:69:     my $sub = eval $code;
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:10: ;>> /usr/local/share/perl/5.8.8/YAML/Base.pm:70:     die $@ if $@;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:72:     *{"${package}::$field"} = $sub;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:73:     return $code if defined wantarray;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:34: 1;
>> /usr/share/perl/5.8/base.pm:84:             die if $@ && $@ !~ /^Can't locate .*? at \(eval /;
>> /usr/share/perl/5.8/base.pm:85:             unless (%{"$base\::"}) {
>> /usr/share/perl/5.8/base.pm:85:             unless (%{"$base\::"}) {
>> /usr/share/perl/5.8/base.pm:94:               unless defined ${$base.'::VERSION'};
>> /usr/share/perl/5.8/base.pm:93:             ${$base.'::VERSION'} = "-1, set by base.pm"
>> /usr/share/perl/5.8/base.pm:93:             ${$base.'::VERSION'} = "-1, set by base.pm"
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:98:         if ( has_fields($base) || has_attr($base) ) {
>> /usr/share/perl/5.8/base.pm:18:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:20:     return( ($fglob && *$fglob{HASH}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:30:     my($proto) = shift;
>> /usr/share/perl/5.8/base.pm:31:     my($class) = ref $proto || $proto;
>> /usr/share/perl/5.8/base.pm:32:     return exists $Fattr->{$class};
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:5: use YAML::Types;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:2: use strict; use warnings;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:2: use strict; use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:3: use YAML::Base; use base 'YAML::Base';
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:75:         if (has_version($base)) {
>> /usr/share/perl/5.8/base.pm:24:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:26:     return( ($vglob && *$vglob{SCALAR}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:77: 	      unless defined ${$base.'::VERSION'};
>> /usr/share/perl/5.8/base.pm:76: 	    ${$base.'::VERSION'} = '-1, set by base.pm' 
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:98:         if ( has_fields($base) || has_attr($base) ) {
>> /usr/share/perl/5.8/base.pm:18:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:20:     return( ($fglob && *$fglob{HASH}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:30:     my($proto) = shift;
>> /usr/share/perl/5.8/base.pm:31:     my($class) = ref $proto || $proto;
>> /usr/share/perl/5.8/base.pm:32:     return exists $Fattr->{$class};
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:4: use YAML::Node;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:4: use YAML::Node;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:4: use YAML::Node;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:15:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:15:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:15:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:82:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:82:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:82:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:120:         eval { use B::Deparse };
>> /usr/lib/perl/5.8/B/Deparse.pm:10: use Carp;
>> /usr/lib/perl/5.8/B/Deparse.pm:10: use Carp;
>> /usr/lib/perl/5.8/B/Deparse.pm:10: use Carp;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl/5.8/B/Deparse.pm:21: 	 PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
>> /usr/lib/perl/5.8/B.pm:12: use XSLoader ();
>> /usr/lib/perl/5.8/B.pm:12: use XSLoader ();
>> /usr/lib/perl/5.8/B.pm:12: use XSLoader ();
>> /usr/lib/perl/5.8/B.pm:29: use strict;
>> /usr/lib/perl/5.8/B.pm:29: use strict;
>> /usr/lib/perl/5.8/B.pm:29: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl/5.8/B.pm:222:     no strict 'refs';
>> /usr/lib/perl/5.8/B.pm:222:     no strict 'refs';
>> /usr/lib/perl/5.8/B.pm:222:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl/5.8/B.pm:10: our $VERSION = '1.09_01';
>> /usr/lib/perl/5.8/B.pm:13: require Exporter;
>> /usr/lib/perl/5.8/B.pm:14: @ISA = qw(Exporter);
>> /usr/lib/perl/5.8/B.pm:18: @EXPORT_OK = qw(minus_c ppname save_BEGINs
>> /usr/lib/perl/5.8/B.pm:30: @B::SV::ISA = 'B::OBJECT';
>> /usr/lib/perl/5.8/B.pm:31: @B::NULL::ISA = 'B::SV';
>> /usr/lib/perl/5.8/B.pm:32: @B::PV::ISA = 'B::SV';
>> /usr/lib/perl/5.8/B.pm:33: @B::IV::ISA = 'B::SV';
>> /usr/lib/perl/5.8/B.pm:34: @B::NV::ISA = 'B::SV';
>> /usr/lib/perl/5.8/B.pm:35: @B::RV::ISA = 'B::SV';
>> /usr/lib/perl/5.8/B.pm:36: @B::PVIV::ISA = qw(B::PV B::IV);
>> /usr/lib/perl/5.8/B.pm:37: @B::PVNV::ISA = qw(B::PVIV B::NV);
>> /usr/lib/perl/5.8/B.pm:38: @B::PVMG::ISA = 'B::PVNV';
>> /usr/lib/perl/5.8/B.pm:40: @B::PVLV::ISA = $] > 5.009 ? 'B::GV' : 'B::PVMG';
>> /usr/lib/perl/5.8/B.pm:41: @B::BM::ISA = 'B::PVMG';
>> /usr/lib/perl/5.8/B.pm:42: @B::AV::ISA = 'B::PVMG';
>> /usr/lib/perl/5.8/B.pm:43: @B::GV::ISA = 'B::PVMG';
>> /usr/lib/perl/5.8/B.pm:44: @B::HV::ISA = 'B::PVMG';
>> /usr/lib/perl/5.8/B.pm:45: @B::CV::ISA = 'B::PVMG';
>> /usr/lib/perl/5.8/B.pm:46: @B::IO::ISA = 'B::PVMG';
>> /usr/lib/perl/5.8/B.pm:47: @B::FM::ISA = 'B::CV';
>> /usr/lib/perl/5.8/B.pm:49: @B::OP::ISA = 'B::OBJECT';
>> /usr/lib/perl/5.8/B.pm:50: @B::UNOP::ISA = 'B::OP';
>> /usr/lib/perl/5.8/B.pm:51: @B::BINOP::ISA = 'B::UNOP';
>> /usr/lib/perl/5.8/B.pm:52: @B::LOGOP::ISA = 'B::UNOP';
>> /usr/lib/perl/5.8/B.pm:53: @B::LISTOP::ISA = 'B::BINOP';
>> /usr/lib/perl/5.8/B.pm:54: @B::SVOP::ISA = 'B::OP';
>> /usr/lib/perl/5.8/B.pm:55: @B::PADOP::ISA = 'B::OP';
>> /usr/lib/perl/5.8/B.pm:56: @B::PVOP::ISA = 'B::OP';
>> /usr/lib/perl/5.8/B.pm:57: @B::LOOP::ISA = 'B::LISTOP';
>> /usr/lib/perl/5.8/B.pm:58: @B::PMOP::ISA = 'B::LISTOP';
>> /usr/lib/perl/5.8/B.pm:59: @B::COP::ISA = 'B::OP';
>> /usr/lib/perl/5.8/B.pm:61: @B::SPECIAL::ISA = 'B::OBJECT';
>> /usr/lib/perl/5.8/B.pm:65:     package B::OBJECT;
>> /usr/lib/perl/5.8/B.pm:92: my $debug;
>> /usr/lib/perl/5.8/B.pm:93: my $op_count = 0;
>> /usr/lib/perl/5.8/B.pm:94: my @parents = ();
>> /usr/lib/perl/5.8/B.pm:149: my %symtable;
>> /usr/lib/perl/5.8/B.pm:238:     package B::Section;
>> /usr/lib/perl/5.8/B.pm:239:     my $output_fh;
>> /usr/lib/perl/5.8/B.pm:240:     my %sections;
>> /usr/lib/perl/5.8/B.pm:303: XSLoader::load 'B';
>> /usr/lib/perl/5.8/XSLoader.pm:25:     die q{XSLoader::load('Your::Module', $Your::Module::VERSION)} unless @_;
>> /usr/lib/perl/5.8/XSLoader.pm:27:     my($module) = $_[0];
>> /usr/lib/perl/5.8/XSLoader.pm:30:     my $b = "$module\::bootstrap";
>> /usr/lib/perl/5.8/XSLoader.pm:31:     goto &$b if defined &$b;
>> /usr/lib/perl/5.8/XSLoader.pm:33:     goto retry unless $module and defined &dl_load_file;
>> /usr/lib/perl/5.8/XSLoader.pm:35:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/XSLoader.pm:36:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/XSLoader.pm:38:     my $modpname = join('/',@modparts);
>> /usr/lib/perl/5.8/XSLoader.pm:39:     my $modlibname = (caller())[1];
>> /usr/lib/perl/5.8/XSLoader.pm:40:     my $c = @modparts;
>> /usr/lib/perl/5.8/XSLoader.pm:41:     $modlibname =~ s,[\\/][^\\/]+$,, while $c--;	# Q&D basename
>> /usr/lib/perl/5.8/XSLoader.pm:42:     my $file = "$modlibname/auto/$modpname/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/XSLoader.pm:46:     my $bs = $file;
>> /usr/lib/perl/5.8/XSLoader.pm:47:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/XSLoader.pm:49:     goto retry if not -f $file or -s $bs;
>> /usr/lib/perl/5.8/XSLoader.pm:51:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/XSLoader.pm:52:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/XSLoader.pm:53:     @DynaLoader::dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/XSLoader.pm:55:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/XSLoader.pm:57:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/XSLoader.pm:70:     my $libref = dl_load_file($file, 0) or do { 
>> /usr/lib/perl/5.8/XSLoader.pm:74:     push(@DynaLoader::dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/XSLoader.pm:76:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/XSLoader.pm:77:     if (@unresolved) {
>> /usr/lib/perl/5.8/XSLoader.pm:82:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or do {
>> /usr/lib/perl/5.8/XSLoader.pm:87:     push(@DynaLoader::dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/XSLoader.pm:89:   boot:
>> /usr/lib/perl/5.8/XSLoader.pm:93:     return &$xs(@_);
>> /usr/lib/perl/5.8/B.pm:305: 1;
>> /usr/lib/perl/5.8/B/Deparse.pm:21: 	 PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
>> /usr/lib/perl/5.8/B/Deparse.pm:11: use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:48:       foreach (@$exports, @{"$pkg\::EXPORT_OK"});
>> /usr/share/perl/5.8/Exporter.pm:47:     s/^&//, $export_cache->{$_} = 1
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl/5.8/B/Deparse.pm:23: use strict;
>> /usr/lib/perl/5.8/B/Deparse.pm:23: use strict;
>> /usr/lib/perl/5.8/B/Deparse.pm:23: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl/5.8/B/Deparse.pm:24: use vars qw/$AUTOLOAD/;
>> /usr/lib/perl/5.8/B/Deparse.pm:24: use vars qw/$AUTOLOAD/;
>> /usr/lib/perl/5.8/B/Deparse.pm:24: use vars qw/$AUTOLOAD/;
>> /usr/share/perl/5.8/vars.pm:11:     my $callpack = caller;
>> /usr/share/perl/5.8/vars.pm:12:     my ($pack, @imports) = @_;
>> /usr/share/perl/5.8/vars.pm:13:     my ($sym, $ch);
>> /usr/share/perl/5.8/vars.pm:14:     foreach (@imports) {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/lib/perl/5.8/B/Deparse.pm:25: use warnings ();
>> /usr/lib/perl/5.8/B/Deparse.pm:25: use warnings ();
>> /usr/lib/perl/5.8/B/Deparse.pm:25: use warnings ();
>> /usr/lib/perl/5.8/B/Deparse.pm:460: 	no strict 'refs';
>> /usr/lib/perl/5.8/B/Deparse.pm:460: 	no strict 'refs';
>> /usr/lib/perl/5.8/B/Deparse.pm:460: 	no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl/5.8/B/Deparse.pm:587: 	$WARN_MASK = $warnings::Bits{all} | $warnings::DeadBits{all};
>> /usr/lib/perl/5.8/B/Deparse.pm:656: 	no strict 'refs';
>> /usr/lib/perl/5.8/B/Deparse.pm:656: 	no strict 'refs';
>> /usr/lib/perl/5.8/B/Deparse.pm:656: 	no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl/5.8/B/Deparse.pm:1217: BEGIN { map($globalnames{$_}++, "SIG", "STDIN", "STDOUT", "STDERR", "INC",
>> /usr/lib/perl/5.8/B/Deparse.pm:1886:     %left = ('multiply' => 19, 'i_multiply' => 19,
>> /usr/lib/perl/5.8/B/Deparse.pm:1917:     %right = ('pow' => 22,
>> /usr/lib/perl/5.8/B/Deparse.pm:2606: BEGIN { eval "sub OP_CONST () {" . opnumber("const") . "}" }
>> /usr/lib/perl/5.8/B/Deparse.pm:2607: BEGIN { eval "sub OP_STRINGIFY () {" . opnumber("stringify") . "}" }
>> /usr/lib/perl/5.8/B/Deparse.pm:2608: BEGIN { eval "sub OP_RV2SV () {" . opnumber("rv2sv") . "}" }
>> /usr/lib/perl/5.8/B/Deparse.pm:2609: BEGIN { eval "sub OP_LIST () {" . opnumber("list") . "}" }
>> /usr/lib/perl/5.8/B/Deparse.pm:2674:     @threadsv_names = ("_", "1", "2", "3", "4", "5", "6", "7", "8", "9",
>> /usr/lib/perl/5.8/B/Deparse.pm:3147: 	no strict 'refs';
>> /usr/lib/perl/5.8/B/Deparse.pm:3147: 	no strict 'refs';
>> /usr/lib/perl/5.8/B/Deparse.pm:3147: 	no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl/5.8/B/Deparse.pm:3148: 	no warnings 'uninitialized';
>> /usr/lib/perl/5.8/B/Deparse.pm:3148: 	no warnings 'uninitialized';
>> /usr/lib/perl/5.8/B/Deparse.pm:3148: 	no warnings 'uninitialized';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl/5.8/B/Deparse.pm:3223:     use re "eval";
>> /usr/lib/perl/5.8/B/Deparse.pm:3223:     use re "eval";
>> /usr/lib/perl/5.8/B/Deparse.pm:3223:     use re "eval";
>> /usr/lib/perl/5.8/re.pm:53:     shift;
>> /usr/lib/perl/5.8/re.pm:54:     $^H |= bits(1, @_);
>> /usr/lib/perl/5.8/re.pm:27:     my $on = shift;
>> /usr/lib/perl/5.8/re.pm:28:     my $bits = 0;
>> /usr/lib/perl/5.8/re.pm:29:     unless (@_) {
>> /usr/lib/perl/5.8/re.pm:33:     foreach my $s (@_){
>> /usr/lib/perl/5.8/re.pm:34:       if ($s eq 'debug' or $s eq 'debugcolor') {
>> /usr/lib/perl/5.8/re.pm:42:       if (exists $bitmask{$s}) {
>> /usr/lib/perl/5.8/re.pm:43: 	  $bits |= $bitmask{$s};
>> /usr/lib/perl/5.8/re.pm:49:     $bits;
>> /usr/lib/perl/5.8/B/Deparse.pm:3232:     )x;
>> /usr/lib/perl/5.8/B/Deparse.pm:3413: BEGIN { $max_prec = int(0.999 + 8*length(pack("F", 42))*log(2)/log(10)); }
>> /usr/lib/perl/5.8/B/Deparse.pm:22: $VERSION = 0.71;
>> /usr/lib/perl/5.8/B/Deparse.pm:585:     my $WARN_MASK;
>> /usr/lib/perl/5.8/B/Deparse.pm:585:     my $WARN_MASK;
>> /usr/lib/perl/5.8/B/Deparse.pm:1216: my %globalnames;
>> /usr/lib/perl/5.8/B/Deparse.pm:1859: my(%left, %right);
>> /usr/lib/perl/5.8/B/Deparse.pm:2671: my @threadsv_names;
>> /usr/lib/perl/5.8/B/Deparse.pm:3221: my $bal;
>> /usr/lib/perl/5.8/B/Deparse.pm:3221: my $bal;
>> /usr/lib/perl/5.8/B/Deparse.pm:3289: my %unctrl = # portable to to EBCDIC
>> /usr/lib/perl/5.8/B/Deparse.pm:3412: my $max_prec;
>> /usr/lib/perl/5.8/B/Deparse.pm:3990: my %matchwords;
>> /usr/lib/perl/5.8/B/Deparse.pm:3991: map($matchwords{join "", sort split //, $_} = $_, 'cig', 'cog', 'cos', 'cogs',
>> /usr/lib/perl/5.8/B/Deparse.pm:4091: my %substwords;
>> /usr/lib/perl/5.8/B/Deparse.pm:4092: map($substwords{join "", sort split //, $_} = $_, 'ego', 'egoism', 'em',
>> /usr/lib/perl/5.8/B/Deparse.pm:4152: 1;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:120:         eval { use B::Deparse };
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:120:         eval { use B::Deparse };
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:10: my %sigil = (HASH => '', ARRAY => '@', SCALAR => '$');
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:106: my $dummy_warned = 0; 
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:107: my $default = '{ "DUMMY" }';
>> /usr/local/share/perl/5.8.8/YAML/Types.pm:222: 1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:5: use YAML::Types;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:5: use YAML::Types;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:8: use constant LEAF => 1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:8: use constant LEAF => 1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:8: use constant LEAF => 1;
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:9: use constant COLLECTION => 2;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:9: use constant COLLECTION => 2;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:9: use constant COLLECTION => 2;
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:10: use constant VALUE => "\x07YAML\x07VALUE\x07";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:10: use constant VALUE => "\x07YAML\x07VALUE\x07";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:10: use constant VALUE => "\x07YAML\x07VALUE\x07";
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:11: use constant COMMENT => "\x07YAML\x07COMMENT\x07";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:11: use constant COMMENT => "\x07YAML\x07COMMENT\x07";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:11: use constant COMMENT => "\x07YAML\x07COMMENT\x07";
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:256:         no strict 'refs';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:256:         no strict 'refs';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:256:         no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:14: my $ESCAPE_CHAR = '[\\x00-\\x08\\x0b-\\x0d\\x0e-\\x1f]';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:15: my $FOLD_CHAR = '>';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:16: my $LIT_CHAR = '|';    
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:17: my $LIT_CHAR_RX = "\\$LIT_CHAR";    
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:705: my %unescapes = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:721: 1;
>> /usr/local/share/perl/5.8.8/YAML.pm:95:     $self->die("Error in require $module_name - $@")
>> /usr/local/share/perl/5.8.8/YAML.pm:97:     my $object = $self->$object_class->new;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 22)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 22)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Base.pm:8:     my $class = shift;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:9:     $class = ref($class) || $class;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:10:     my $self = bless {}, $class;
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:11:     while (@_) {
>> /usr/local/share/perl/5.8.8/YAML/Base.pm:15:     return $self;
>> /usr/local/share/perl/5.8.8/YAML.pm:98:     $object->set_global_options;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:25:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader/Base.pm:26:     $self->load_code($YAML::LoadCode || $YAML::UseCode)
>> /usr/local/share/perl/5.8.8/YAML.pm:99:     return $object;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:20:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:21:     $self->stream($_[0] || '');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:22:     return $self->_parse();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:28:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:29:     my (%directives, $preface);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:30:     $self->{stream} =~ s|\015\012|\012|g;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:31:     $self->{stream} =~ s|\015|\012|g;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:32:     $self->line(0);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:33:     $self->die('YAML_PARSE_ERR_BAD_CHARS') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:35:     $self->die('YAML_PARSE_ERR_NO_FINAL_NEWLINE') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:38:     $self->lines([split /\x0a/, $self->stream, -1]);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 28)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:39:     $self->line(1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:42:     $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:43:     $self->document(0);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 29)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 29)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 29)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 29)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:44:     $self->documents([]);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 31)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 31)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 31)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 31)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:47:     if (not $self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:48:         if ($self->lines->[0] !~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:55:     while (not $self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:56:         $self->anchor2node({});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:57:         $self->{document}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:58:         $self->done(0);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:59:         $self->level(0);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:60:         $self->offset->[0] = -1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:62:         if ($self->lines->[0] =~ /^---\s*(.*)$/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:63:             my @words = split /\s+/, $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:64:             %directives = ();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:65:             while (@words && $words[0] =~ /^#(\w+):(\S.*)$/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:75:             $self->preface(join ' ', @words);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:81:         if (not $self->done) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:82:             $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:84:         if ($self->done) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:89:         $directives{YAML} ||= '1.0';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:90:         $directives{TAB} ||= 'NONE';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:91:         ($self->{major_version}, $self->{minor_version}) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:93:         $self->die('YAML_PARSE_ERR_BAD_MAJOR_VERSION', $directives{YAML})
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 41)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 41)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:95:         $self->warn('YAML_PARSE_WARN_BAD_MINOR_VERSION', $directives{YAML})
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 42)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 42)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:97:         $self->die('Unrecognized TAB policy')
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:100:         push @{$self->documents}, $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:100:         push @{$self->documents}, $self->_parse_node();
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 31)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 31)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:219:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:220:         if ($preface =~ s/^\!(\S+)\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:221:             $self->die('YAML_PARSE_ERR_MANY_EXPLICIT') if $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:222:             $explicit = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:612:         $self->die('YAML_PARSE_ERR_ZERO_INDENT')
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:614:         $type = LEAF;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:615:         if (length($1)) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:620:             while (@{$self->lines} && ($self->lines->[0] =~ /^\s*#/)) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:620:             while (@{$self->lines} && ($self->lines->[0] =~ /^\s*#/)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:626:             $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:626:             $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:627:             return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:628:             if ($self->lines->[0] =~ /^( *)\S/ and length($1) > $offset) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:629:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:635:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:658:         while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:658:         while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:665:         $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:665:         $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:679:         $self->indent($offset);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:680:         $self->content($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:123:             $indicator = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:124:             $chomp = $2 if defined($2);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:150:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:151:         $node = $self->_parse_block($chomp);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:561:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:562:     my ($chomp) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:563:     my $node = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:564:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:565:         $node .= $self->content . "\n";
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:566:         $self->_parse_next_line(LEAF);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:658:         while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:658:         while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:665:         $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:665:         $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:679:         $self->indent($offset);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:680:         $self->content($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:565:         $node .= $self->content . "\n";
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:566:         $self->_parse_next_line(LEAF);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:658:         while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:658:         while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:665:         $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:665:         $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:568:     return $node if '+' eq $chomp;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:569:     $node =~ s/\n*\Z/\n/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:570:     $node =~ s/\n\Z// if $chomp eq '-';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:571:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:152:         $node = $self->_parse_implicit($node) if $implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:153:         $self->{level}--; 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:689:             $level--;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:186:         if ($class) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:195:             $node = $self->_parse_explicit($node, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:250:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:251:     my ($node, $explicit) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:252:     my ($type, $class);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:253:     if ($explicit =~ /^perl\/(undef|glob|regexp|code|ref)\:(\w(\w|\:\:)*)?$/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:267:         $class = $YAML::TagClass->{$explicit} || $2;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:268:         if ($class->can('yaml_load')) {
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:310: 	$class =~ /^[^\W\d]\w*(?:(?:'|::)[^\W\d]\w*)*$/o or return undef;
>> /usr/share/perl5/Class/Autouse.pm:313: 	my $load = 0;
>> /usr/share/perl5/Class/Autouse.pm:314: 	my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:315: 	if ( defined $INC{$file} and $INC{$file} eq 'Class::Autouse' ) {
>> /usr/share/perl5/Class/Autouse.pm:320: 		$load = 0;
>> /usr/share/perl5/Class/Autouse.pm:333: 	if ( $load ) {
>> /usr/share/perl5/Class/Autouse.pm:339: 	goto &_UNIVERSAL_can;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:273:             if (ref $node) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:274:                 return CORE::bless $node, $class;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:419:             $node = $self->_parse_inline_simple();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:518:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:519:     my $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:520:     if ($self->inline =~ /^(|[^!@#%^&*].*?)(?=[\[\]\{\},]|, |: |- |:\s*$|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:521:         $value = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:522:         substr($self->{inline}, 0, length($1)) = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:527:     return $value;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:606:     $self->{line}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:609:     if ($self->preface =~
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:640:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:641:         if ($self->eos) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:646:             $self->lines->[0] =~ /^( *)\S/ or die;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:647:             if (length($1) > $offset) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:648:                 $self->offset->[$level+1] = length($1);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:654:         $offset = $self->offset->[++$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:657:     if ($type == LEAF) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:668:         $self->_parse_throwaway_comments();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:577:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:578:     while (@{$self->lines} and
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:584:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:670:     return if $self->eos; 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:672:     if ($self->lines->[0] =~ /^---(\s|$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:676:     if ($type == LEAF and 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:687:         $self->lines->[0] =~ /^( *)(\S.*)$/;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:688:         while ($self->offset->[$level] > length($1)) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:691:         $self->die('YAML_PARSE_ERR_INCONSISTENT_INDENTATION') 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:693:         $self->indent(length($1));
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:694:         $self->content($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:696:     $self->die('YAML_PARSE_ERR_INDENTATION')
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:162:         $self->{level}++;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:163:         $self->offset->[$self->level] ||= 0;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:164:         if ($self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:165:             if ($self->content =~ /^-( |$)/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:169:                 $node = $self->_parse_mapping($anchor);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:294:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:295:     my ($anchor) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:296:     my $mapping = {};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:297:     $self->anchor2node->{$anchor} = $mapping;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 35)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:298:     my $key;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:299:     while (not $self->done and $self->indent == $self->offset->[$self->level]) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 40)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:301:         if ($self->{content} =~ s/^\?\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:317:             $self->inline($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:318:             $key = $self->_parse_inline();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:410:         $node = $self->_parse_inline_single_quoted();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:503:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:504:     my $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:505:     if ($self->inline =~ /^'((?:''|[^'])*)'\s*(.*)$/) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:506:         $node = $1;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:507:         $self->inline($2);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:508:         $node =~ s/''/'/g;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:513:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:411:         $node = $self->_parse_implicit($node) if $implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:319:             $key = "$key";
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:320:             $self->content($self->inline);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:321:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:324:         unless ($self->{content} =~ s/^:\s*//) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:327:         $self->preface($self->content);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 39)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:328:         my $line = $self->line;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:329:         $self->_parse_next_line(COLLECTION);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:598:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:599:     my ($type) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:600:     my $level = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:601:     my $offset = $self->offset->[$level];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:602:     $self->die('YAML_EMIT_ERR_BAD_LEVEL') unless defined $offset;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:603:     shift @{$self->lines};
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:604:     $self->eos($self->{done} = not @{$self->lines});
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 32)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:605:     return if $self->eos;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:330:         my $value = $self->_parse_node();
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:109:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:110:     my $preface = $self->preface;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:111:     $self->preface('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 38)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:112:     my ($node, $type, $indicator, $escape, $chomp) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:113:     my ($anchor, $alias, $explicit, $implicit, $class) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:114:     ($anchor, $alias, $explicit, $implicit, $preface) = 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:116:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:119:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:120:     while (length $preface) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:121:         my $line = $self->line - 1;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 30)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:122:         if ($preface =~ s/^($FOLD_CHAR|$LIT_CHAR_RX)(-|\+)?\d*\s*//) { 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:127:             $self->die('YAML_PARSE_ERR_TEXT_AFTER_INDICATOR') if $indicator;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:128:             $self->inline($preface);
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:129:             $preface = '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:132:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:144:         $node = $self->_parse_inline(1, $implicit, $explicit);
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:375:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:376:     my ($top, $top_implicit, $top_explicit) = (@_, '', '', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:377:     $self->{inline} =~ s/^\s*(.*)\s*$/$1/; # OUCH - mugwump
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:378:     my ($node, $anchor, $alias, $explicit, $implicit) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:379:     ($anchor, $alias, $explicit, $implicit, $self->{inline}) = 
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:214:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:215:     my ($preface) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:216:     my ($anchor, $alias, $explicit, $implicit, $token) = ('') x 5;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:217:     $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:218:     while ($preface =~ /^[&*!]/) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:245:     return ($anchor, $alias, $explicit, $implicit, $preface); 
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:381:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:384:     $implicit ||= $top_implicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:385:     $explicit ||= $top_explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:386:     ($top_implicit, $top_explicit) = ('', '');
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:387:     if ($alias) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:414:         if ($top) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:415:             $node = $self->inline;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:416:             $self->inline('');
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:6: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:7: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:421:         $node = $self->_parse_implicit($node) unless $explicit;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:531:     my $self = shift;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:532:     my ($value) = @_;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:533:     $value =~ s/\s*$//;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:534:     return $value if $value eq '';
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:535:     return undef if $value =~ /^~$/;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:536:     return $value
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:423:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:426:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:436:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:145:         if (length $self->inline) {
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 43)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:331:         if (exists $mapping->{$key}) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:335:             $mapping->{$key} = $value;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 34)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:338:     return $mapping;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:181:         $self->{level}--;
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 36)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:183:     $#{$self->offset} = $self->level;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 37)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:185:     if ($explicit) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:198:     if ($anchor) {
>> /usr/local/share/perl/5.8.8/YAML/Loader.pm:209:     return $node;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 33)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:5: >> /usr/local/share/perl/5.8.8/YAML/Loader.pm:102:     return wantarray ? @{$self->documents} : $self->documents->[-1];
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 31)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:2: Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12, <$IN> line 1.
>> (eval 31)[/usr/local/share/perl/5.8.8/YAML/Base.pm:69]:4: >> /usr/lib/perl/5.8/IO/Handle.pm:75: sub DESTROY {}
>> /usr/share/perl5/SVK/XD.pm:124: 	if ($@) {
>> /usr/share/perl5/SVK/XD.pm:130:             $info->{checkout}{sep} = $SEP;
>> /usr/share/perl5/SVK/XD.pm:134:     $info ||= { depotmap => {'' => catdir($self->{svkpath}, 'local') },
>> /usr/share/perl5/SVK/XD.pm:136:     $self->{$_} = $info->{$_} for keys %$info;
>> /usr/share/perl5/SVK/XD.pm:136:     $self->{$_} = $info->{$_} for keys %$info;
>> /usr/share/perl5/SVK/XD.pm:137:     $self->{updated} = 0;
>> /usr/share/perl5/SVK/XD.pm:138:     $self->create_depots('');
>> /usr/share/perl5/SVK/XD.pm:146:     my $self = shift;
>> /usr/share/perl5/SVK/XD.pm:147:     my $depotmap = $self->{depotmap};
>> /usr/share/perl5/SVK/XD.pm:148:     for my $path (@{$depotmap}{sort (@_ ? @_ : keys %$depotmap)}) {
>> /usr/share/perl5/SVK/XD.pm:148:     for my $path (@{$depotmap}{sort (@_ ? @_ : keys %$depotmap)}) {
>> /usr/share/perl5/SVK/XD.pm:149:         $path =~ s{[$SEP/]+$}{}go;
>> /usr/share/perl5/SVK/XD.pm:151: 	next if -d $path;
>> /usr/share/perl5/SVK/XD.pm:166:     return;
>> /usr/bin/svk:83:     };
>> /usr/bin/svk:84:     unless ($ENV{SVKNOSVNCONFIG}) {
>> /usr/bin/svk:85: 	SVN::Core::config_ensure (undef);
>> /usr/bin/svk:86: 	$xd->{svnconfig} = SVN::Core::config_get_config (undef);
>> /usr/bin/svk:89:     $ret = SVK::Command->invoke ($xd, $cmd, undef, @ARGV);
>> /usr/share/perl5/Class/Autouse.pm:265: 	_debug(\@_, 0, ", AUTOLOAD = '$Class::Autouse::AUTOLOAD'") if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:268: 	my $method = $Class::Autouse::AUTOLOAD or _cry('Missing method name');
>> /usr/share/perl5/Class/Autouse.pm:269: 	_cry("Undefined subroutine &$method called") if ++$chased{ $method } > 10;
>> /usr/share/perl5/Class/Autouse.pm:272: 	my ($class, $function) = $method =~ m/^(.*)::(.*)$/s;
>> /usr/share/perl5/Class/Autouse.pm:273: 	_cry("Undefined subroutine &$method called") if $SPECIAL{$class};
>> /usr/share/perl5/Class/Autouse.pm:276: 	my @search = Class::Autouse->load($class);
>> /usr/share/perl5/Class/Autouse.pm:181: 	_debug(\@_, 1) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:183: 	my $class = $_[1] or _cry('No class name specified to load');
>> /usr/share/perl5/Class/Autouse.pm:184: 	return 1 if $LOADED{$class};
>> /usr/share/perl5/Class/Autouse.pm:187: 	my @stack  = ( $class );
>> /usr/share/perl5/Class/Autouse.pm:188: 	my %seen   = ( UNIVERSAL => 1 );
>> /usr/share/perl5/Class/Autouse.pm:189: 	my @search = ();
>> /usr/share/perl5/Class/Autouse.pm:190: 	while ( my $c = shift @stack ) {
>> /usr/share/perl5/Class/Autouse.pm:191: 		next if $seen{$c}++;
>> /usr/share/perl5/Class/Autouse.pm:194: 		_load($c) unless $LOADED{$c};
>> /usr/share/perl5/Class/Autouse.pm:351: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:354: 	my $class = shift or _cry('Did not specify a class to load');
>> /usr/share/perl5/Class/Autouse.pm:355: 	return 1 if $SPECIAL{$class};
>> /usr/share/perl5/Class/Autouse.pm:358: 	my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:359: 	if ( defined $INC{$file} ) {
>> /usr/share/perl5/Class/Autouse.pm:362: 		return $LOADED{$class} = 1 if $INC{$file} ne 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:367: 		delete ${"${class}::"}{'AUTOLOAD'};
>> /usr/share/perl5/Class/Autouse.pm:367: 		delete ${"${class}::"}{'AUTOLOAD'};
>> /usr/share/perl5/Class/Autouse.pm:368: 		delete $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:379: 	print _call_depth(1) . "  Class::Autouse::load -> Loading in $file\n" if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:380: 	eval {
>> /usr/share/perl5/Class/Autouse.pm:381: 		CORE::require($file);
>> /usr/share/perl5/SVK/Command.pm:2: use strict;
>> /usr/share/perl5/SVK/Command.pm:2: use strict;
>> /usr/share/perl5/SVK/Command.pm:2: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl5/SVK/Command.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Command.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Command.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Command.pm:4: use Getopt::Long qw(:config no_ignore_case bundling);
>> /usr/share/perl5/SVK/Command.pm:4: use Getopt::Long qw(:config no_ignore_case bundling);
>> /usr/share/perl5/SVK/Command.pm:4: use Getopt::Long qw(:config no_ignore_case bundling);
>> /usr/share/perl/5.8/Getopt/Long.pm:114:     my $pkg = shift;		# package
>> /usr/share/perl/5.8/Getopt/Long.pm:115:     my @syms = ();		# symbols to import
>> /usr/share/perl/5.8/Getopt/Long.pm:116:     my @config = ();		# configuration
>> /usr/share/perl/5.8/Getopt/Long.pm:117:     my $dest = \@syms;		# symbols first
>> /usr/share/perl/5.8/Getopt/Long.pm:118:     for ( @_ ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:119: 	if ( $_ eq ':config' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:120: 	    $dest = \@config;	# config next
>> /usr/share/perl/5.8/Getopt/Long.pm:121: 	    next;
>> /usr/share/perl/5.8/Getopt/Long.pm:119: 	if ( $_ eq ':config' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:123: 	push(@$dest, $_);	# push
>> /usr/share/perl/5.8/Getopt/Long.pm:119: 	if ( $_ eq ':config' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:123: 	push(@$dest, $_);	# push
>> /usr/share/perl/5.8/Getopt/Long.pm:126:     local $Exporter::ExportLevel = 1;
>> /usr/share/perl/5.8/Getopt/Long.pm:127:     push(@syms, qw(&GetOptions)) if @syms; # always export GetOptions
>> /usr/share/perl/5.8/Getopt/Long.pm:128:     $pkg->SUPER::import(@syms);
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:26:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:26:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:17:   require Exporter::Heavy;
>> /usr/share/perl/5.8/Exporter.pm:20:   my $c = (caller(1))[3];
>> /usr/share/perl/5.8/Exporter.pm:21:   $c =~ s/.*:://;
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter/Heavy.pm:39:     };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:45:     };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:47:     my($pkg, $callpkg, @imports) = @_;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:48:     my($type, $sym, $cache_is_current, $oops);
>> /usr/share/perl/5.8/Exporter/Heavy.pm:49:     my($exports, $export_cache) = (\@{"${pkg}::EXPORT"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:49:     my($exports, $export_cache) = (\@{"${pkg}::EXPORT"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:52:     if (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:145: 	@imports = @$exports;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:148:     my($fail, $fail_cache) = (\@{"${pkg}::EXPORT_FAIL"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:148:     my($fail, $fail_cache) = (\@{"${pkg}::EXPORT_FAIL"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:151:     if (@$fail) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:176:     warn "Importing into $callpkg from $pkg: ",
>> /usr/share/perl/5.8/Exporter/Heavy.pm:179:     foreach $sym (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:183: 	$type = $1;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:190: 	    do { require Carp; Carp::croak("Can't export symbol: $type$sym") };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:184: 	*{"${callpkg}::$sym"} =
>> /usr/share/perl/5.8/Exporter/Heavy.pm:184: 	*{"${callpkg}::$sym"} =
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:183: 	$type = $1;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:190: 	    do { require Carp; Carp::croak("Can't export symbol: $type$sym") };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:185: 	    $type eq '&' ? \&{"${pkg}::$sym"} :
>> /usr/share/perl/5.8/Exporter/Heavy.pm:184: 	*{"${callpkg}::$sym"} =
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:183: 	$type = $1;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:190: 	    do { require Carp; Carp::croak("Can't export symbol: $type$sym") };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:185: 	    $type eq '&' ? \&{"${pkg}::$sym"} :
>> /usr/share/perl/5.8/Exporter/Heavy.pm:184: 	*{"${callpkg}::$sym"} =
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:183: 	$type = $1;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:190: 	    do { require Carp; Carp::croak("Can't export symbol: $type$sym") };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:185: 	    $type eq '&' ? \&{"${pkg}::$sym"} :
>> /usr/share/perl/5.8/Exporter/Heavy.pm:184: 	*{"${callpkg}::$sym"} =
>> /usr/share/perl/5.8/Getopt/Long.pm:130:     Configure(@config) if @config;
>> /usr/share/perl/5.8/Getopt/Long.pm:1208:     my (@options) = @_;
>> /usr/share/perl/5.8/Getopt/Long.pm:1210:     my $prevconfig =
>> /usr/share/perl/5.8/Getopt/Long.pm:1216:     if ( ref($options[0]) eq 'ARRAY' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:1223:     my $opt;
>> /usr/share/perl/5.8/Getopt/Long.pm:1224:     foreach $opt ( @options ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:1225: 	my $try = lc ($opt);
>> /usr/share/perl/5.8/Getopt/Long.pm:1226: 	my $action = 1;
>> /usr/share/perl/5.8/Getopt/Long.pm:1227: 	if ( $try =~ /^no_?(.*)$/s ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:1228: 	    $action = 0;
>> /usr/share/perl/5.8/Getopt/Long.pm:1229: 	    $try = $+;
>> /usr/share/perl/5.8/Getopt/Long.pm:1231: 	if ( ($try eq 'default' or $try eq 'defaults') && $action ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:1263: 	    $ignorecase = $action;
>> /usr/share/perl/5.8/Getopt/Long.pm:1225: 	my $try = lc ($opt);
>> /usr/share/perl/5.8/Getopt/Long.pm:1226: 	my $action = 1;
>> /usr/share/perl/5.8/Getopt/Long.pm:1227: 	if ( $try =~ /^no_?(.*)$/s ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:1231: 	if ( ($try eq 'default' or $try eq 'defaults') && $action ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:1269: 	    $bundling = $action;
>> /usr/share/perl/5.8/Getopt/Long.pm:1313:     $prevconfig;
>> /usr/share/perl5/SVK/Command.pm:7: 		  find_svm_source $SEP IS_WIN32 HAS_SVN_MIRROR catdepot traverse_history);
>> /usr/share/perl5/SVK/Command.pm:7: 		  find_svm_source $SEP IS_WIN32 HAS_SVN_MIRROR catdepot traverse_history);
>> /usr/share/perl5/SVK/Command.pm:6: use SVK::Util qw( get_prompt abs2rel abs_path is_uri catdir bsd_glob from_native
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:26:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:26:   goto &{as_heavy()};
>> /usr/share/perl/5.8/Exporter.pm:17:   require Exporter::Heavy;
>> /usr/share/perl/5.8/Exporter.pm:20:   my $c = (caller(1))[3];
>> /usr/share/perl/5.8/Exporter.pm:21:   $c =~ s/.*:://;
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter.pm:22:   \&{"Exporter::Heavy::heavy_$c"};
>> /usr/share/perl/5.8/Exporter/Heavy.pm:39:     };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:45:     };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:47:     my($pkg, $callpkg, @imports) = @_;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:48:     my($type, $sym, $cache_is_current, $oops);
>> /usr/share/perl/5.8/Exporter/Heavy.pm:49:     my($exports, $export_cache) = (\@{"${pkg}::EXPORT"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:49:     my($exports, $export_cache) = (\@{"${pkg}::EXPORT"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:52:     if (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:53: 	if (!%$export_cache) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:58: 	if (grep m{^[/!:]}, @imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:103:         my @carp;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:104: 	foreach $sym (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:105: 	    if (!$export_cache->{$sym}) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:139: 	if ($oops) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:148:     my($fail, $fail_cache) = (\@{"${pkg}::EXPORT_FAIL"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:148:     my($fail, $fail_cache) = (\@{"${pkg}::EXPORT_FAIL"},
>> /usr/share/perl/5.8/Exporter/Heavy.pm:151:     if (@$fail) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:176:     warn "Importing into $callpkg from $pkg: ",
>> /usr/share/perl/5.8/Exporter/Heavy.pm:179:     foreach $sym (@imports) {
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:183: 	$type = $1;
>> /usr/share/perl/5.8/Exporter/Heavy.pm:190: 	    do { require Carp; Carp::croak("Can't export symbol: $type$sym") };
>> /usr/share/perl/5.8/Exporter/Heavy.pm:185: 	    $type eq '&' ? \&{"${pkg}::$sym"} :
>> /usr/share/perl/5.8/Exporter/Heavy.pm:184: 	*{"${callpkg}::$sym"} =
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl/5.8/Exporter/Heavy.pm:181: 	(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
>> /usr/share/perl5/SVK/Command.pm:8: use SVK::I18N;
>> /usr/share/perl5/SVK/Command.pm:8: use SVK::I18N;
>> /usr/share/perl5/SVK/Command.pm:8: use SVK::I18N;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Command.pm:9: use Encode;
>> /usr/lib/perl/5.8/Encode.pm:5: use strict;
>> /usr/lib/perl/5.8/Encode.pm:5: use strict;
>> /usr/lib/perl/5.8/Encode.pm:5: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl/5.8/Encode.pm:8: use XSLoader ();
>> /usr/lib/perl/5.8/Encode.pm:8: use XSLoader ();
>> /usr/lib/perl/5.8/Encode.pm:8: use XSLoader ();
>> /usr/lib/perl/5.8/Encode.pm:12: use base qw/Exporter/;
>> /usr/lib/perl/5.8/Encode.pm:12: use base qw/Exporter/;
>> /usr/lib/perl/5.8/Encode.pm:12: use base qw/Exporter/;
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:75:         if (has_version($base)) {
>> /usr/share/perl/5.8/base.pm:24:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:26:     return( ($vglob && *$vglob{SCALAR}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:77: 	      unless defined ${$base.'::VERSION'};
>> /usr/share/perl/5.8/base.pm:76: 	    ${$base.'::VERSION'} = '-1, set by base.pm' 
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:98:         if ( has_fields($base) || has_attr($base) ) {
>> /usr/share/perl/5.8/base.pm:18:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:20:     return( ($fglob && *$fglob{HASH}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:30:     my($proto) = shift;
>> /usr/share/perl/5.8/base.pm:31:     my($class) = ref $proto || $proto;
>> /usr/share/perl/5.8/base.pm:32:     return exists $Fattr->{$class};
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/lib/perl/5.8/Encode.pm:46: use Encode::Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:2: use strict;
>> /usr/lib/perl/5.8/Encode/Alias.pm:2: use strict;
>> /usr/lib/perl/5.8/Encode/Alias.pm:2: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl/5.8/Encode/Alias.pm:3: no warnings 'redefine';
>> /usr/lib/perl/5.8/Encode/Alias.pm:3: no warnings 'redefine';
>> /usr/lib/perl/5.8/Encode/Alias.pm:3: no warnings 'redefine';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl/5.8/Encode/Alias.pm:4: use Encode;
>> /usr/lib/perl/5.8/Encode/Alias.pm:4: use Encode;
>> /usr/lib/perl/5.8/Encode/Alias.pm:4: use Encode;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl/5.8/Encode/Alias.pm:8: use base qw(Exporter);
>> /usr/lib/perl/5.8/Encode/Alias.pm:8: use base qw(Exporter);
>> /usr/lib/perl/5.8/Encode/Alias.pm:8: use base qw(Exporter);
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:75:         if (has_version($base)) {
>> /usr/share/perl/5.8/base.pm:24:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:26:     return( ($vglob && *$vglob{SCALAR}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:77: 	      unless defined ${$base.'::VERSION'};
>> /usr/share/perl/5.8/base.pm:76: 	    ${$base.'::VERSION'} = '-1, set by base.pm' 
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:98:         if ( has_fields($base) || has_attr($base) ) {
>> /usr/share/perl/5.8/base.pm:18:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:20:     return( ($fglob && *$fglob{HASH}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:30:     my($proto) = shift;
>> /usr/share/perl/5.8/base.pm:31:     my($class) = ref $proto || $proto;
>> /usr/share/perl/5.8/base.pm:32:     return exists $Fattr->{$class};
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/lib/perl/5.8/Encode/Alias.pm:5: our $VERSION = do { my @r = (q$Revision: 2.4 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
>> /usr/lib/perl/5.8/Encode/Alias.pm:5: our $VERSION = do { my @r = (q$Revision: 2.4 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
>> /usr/lib/perl/5.8/Encode/Alias.pm:5: our $VERSION = do { my @r = (q$Revision: 2.4 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
>> /usr/lib/perl/5.8/Encode/Alias.pm:12: our @EXPORT = 
>> /usr/lib/perl/5.8/Encode/Alias.pm:18: our @Alias;  # ordered matching list
>> /usr/lib/perl/5.8/Encode/Alias.pm:19: our %Alias;  # cached known aliases
>> /usr/lib/perl/5.8/Encode/Alias.pm:99: our @Latin2iso = ( 0, 1, 2, 3, 4, 9, 10, 13, 14, 15, 16 );
>> /usr/lib/perl/5.8/Encode/Alias.pm:101: our %Winlatin2cp   = (
>> /usr/lib/perl/5.8/Encode/Alias.pm:113: init_aliases();
>> /usr/lib/perl/5.8/Encode/Alias.pm:122:     undef_aliases();
>> /usr/lib/perl/5.8/Encode/Alias.pm:116:     @Alias = ();
>> /usr/lib/perl/5.8/Encode/Alias.pm:117:     %Alias = ();
>> /usr/lib/perl/5.8/Encode/Alias.pm:124:     define_alias( qr/^(.*)$/ => '"\L$1"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:127:     define_alias( qr/^UTF-?7$/i           => '"UTF-7"');
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:128:     define_alias( qr/^UCS-?2-?LE$/i       => '"UCS-2LE"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:129:     define_alias( qr/^UCS-?2-?(BE)?$/i    => '"UCS-2BE"',
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:132:     define_alias( qr/^UTF-?(16|32)-?BE$/i   => '"UTF-$1BE"',
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:137:     define_alias(qr/^(?:US-?)ascii$/i => '"ascii"');
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:138:     define_alias('C' => 'ascii');
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:91: 	    DEBUG and warn "delete \$Alias\{$alias\}";
>> /usr/lib/perl/5.8/Encode/Alias.pm:92: 	    delete $Alias{$alias};
>> /usr/lib/perl/5.8/Encode/Alias.pm:139:     define_alias(qr/\bISO[-_]?646[-_]?US$/i => '"ascii"');
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:141:     define_alias( qr/\biso[-_]?(\d+)[-_](\d+)$/i => '"iso-$1-$2"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:144:     define_alias( qr/\biso8859(\d+)$/i => '"iso-8859-$1"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:147:     define_alias( qr/\b(?:hp-)?(arabic|greek|hebrew|kana|roman|thai|turkish)8$/i => '"${1}8"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:150:     define_alias( qr/\bANSI[-_]?X3\.4[-_]?1968$/i => '"ascii"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:155:     define_alias( qr/^(.+)\@euro$/i => '"$1"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:157:     define_alias( qr/\b(?:iso[-_]?)?latin[-_]?(\d+)$/i 
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:160:     define_alias( qr/\bwin(latin[12]|cyrillic|baltic|greek|turkish|
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:165:     define_alias( 'ascii'    => 'US-ascii',
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:91: 	    DEBUG and warn "delete \$Alias\{$alias\}";
>> /usr/lib/perl/5.8/Encode/Alias.pm:92: 	    delete $Alias{$alias};
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:91: 	    DEBUG and warn "delete \$Alias\{$alias\}";
>> /usr/lib/perl/5.8/Encode/Alias.pm:92: 	    delete $Alias{$alias};
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:91: 	    DEBUG and warn "delete \$Alias\{$alias\}";
>> /usr/lib/perl/5.8/Encode/Alias.pm:92: 	    delete $Alias{$alias};
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:91: 	    DEBUG and warn "delete \$Alias\{$alias\}";
>> /usr/lib/perl/5.8/Encode/Alias.pm:92: 	    delete $Alias{$alias};
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:91: 	    DEBUG and warn "delete \$Alias\{$alias\}";
>> /usr/lib/perl/5.8/Encode/Alias.pm:92: 	    delete $Alias{$alias};
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:91: 	    DEBUG and warn "delete \$Alias\{$alias\}";
>> /usr/lib/perl/5.8/Encode/Alias.pm:92: 	    delete $Alias{$alias};
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:91: 	    DEBUG and warn "delete \$Alias\{$alias\}";
>> /usr/lib/perl/5.8/Encode/Alias.pm:92: 	    delete $Alias{$alias};
>> /usr/lib/perl/5.8/Encode/Alias.pm:177:     define_alias( qr/\b(?:cp|ibm|ms|windows)[-_ ]?(\d{2,4})$/i => '"cp$1"');
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:185:     define_alias( qr/^mac_(.*)$/i => '"mac$1"');
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:190:     define_alias( qr/\bkoi8[\s\-_]*([ru])$/i => '"koi8-$1"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:192:     unless ($Encode::ON_EBCDIC){
>> /usr/lib/perl/5.8/Encode/Alias.pm:194: 	define_alias( qr/\beuc.*cn$/i        => '"euc-cn"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:195: 	define_alias( qr/\bcn.*euc$/i        => '"euc-cn"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:198: 	define_alias( qr/^gbk$/i => '"cp936"');
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:200: 	define_alias( qr/\bGB[-_ ]?2312(?!-?raw)/i => '"euc-cn"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:202: 	define_alias( qr/\bjis$/i            => '"7bit-jis"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:203: 	define_alias( qr/\beuc.*jp$/i        => '"euc-jp"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:204: 	define_alias( qr/\bjp.*euc$/i        => '"euc-jp"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:205: 	define_alias( qr/\bujis$/i           => '"euc-jp"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:206: 	define_alias( qr/\bshift.*jis$/i     => '"shiftjis"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:207: 	define_alias( qr/\bsjis$/i           => '"shiftjis"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:208: 	define_alias( qr/\bwindows-31j$/i    => '"cp932"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:210: 	define_alias( qr/\beuc.*kr$/i        => '"euc-kr"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:211: 	define_alias( qr/\bkr.*euc$/i        => '"euc-kr"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:213:         define_alias( qr/(?:x-)?uhc$/i            => '"cp949"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:214:         define_alias( qr/(?:x-)?windows-949$/i    => '"cp949"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:215:         define_alias( qr/\bks_c_5601-1987$/i      => '"cp949"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:217: 	define_alias( qr/\bbig-?5$/i		  => '"big5-eten"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:218: 	define_alias( qr/\bbig5-?et(?:en)?$/i	  => '"big5-eten"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:219: 	define_alias( qr/\btca[-_]?big5$/i	  => '"big5-eten"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:220: 	define_alias( qr/\bbig5-?hk(?:scs)?$/i	  => '"big5-hkscs"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:221: 	define_alias( qr/\bhk(?:scs)?[-_]?big5$/i  => '"big5-hkscs"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:224:     define_alias( qr/^UTF-8$/i => '"utf-8-strict"');
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:226:     define_alias( qr/^(\S+)[\s_]+(.*)$/i => '"$1-$2"' );
>> /usr/lib/perl/5.8/Encode/Alias.pm:74:     while (@_){
>> /usr/lib/perl/5.8/Encode/Alias.pm:75: 	my ($alias,$name) = splice(@_,0,2);
>> /usr/lib/perl/5.8/Encode/Alias.pm:76: 	unshift(@Alias, $alias => $name);   # newer one has precedence
>> /usr/lib/perl/5.8/Encode/Alias.pm:77: 	if (ref($alias)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:79: 	    my @a = keys %Alias;
>> /usr/lib/perl/5.8/Encode/Alias.pm:80: 	    for my $k (@a){
>> /usr/lib/perl/5.8/Encode/Alias.pm:229: 1;
>> /usr/lib/perl/5.8/Encode.pm:46: use Encode::Alias;
>> /usr/lib/perl/5.8/Encode.pm:46: use Encode::Alias;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl/5.8/Encode.pm:218:     use Encode::Encoding;
>> /usr/lib/perl/5.8/Encode/Encoding.pm:3: use strict;
>> /usr/lib/perl/5.8/Encode/Encoding.pm:3: use strict;
>> /usr/lib/perl/5.8/Encode/Encoding.pm:3: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl/5.8/Encode/Encoding.pm:4: our $VERSION = do { my @r = (q$Revision: 2.2 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
>> /usr/lib/perl/5.8/Encode/Encoding.pm:4: our $VERSION = do { my @r = (q$Revision: 2.2 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
>> /usr/lib/perl/5.8/Encode/Encoding.pm:4: our $VERSION = do { my @r = (q$Revision: 2.2 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
>> /usr/lib/perl/5.8/Encode/Encoding.pm:6: require Encode;
>> /usr/lib/perl/5.8/Encode/Encoding.pm:32: *new_sequence = \&renew;
>> /usr/lib/perl/5.8/Encode/Encoding.pm:66: 1;
>> /usr/lib/perl/5.8/Encode.pm:218:     use Encode::Encoding;
>> /usr/lib/perl/5.8/Encode.pm:218:     use Encode::Encoding;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl/5.8/Encode.pm:219:     no warnings 'redefine';
>> /usr/lib/perl/5.8/Encode.pm:219:     no warnings 'redefine';
>> /usr/lib/perl/5.8/Encode.pm:219:     no warnings 'redefine';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl/5.8/Encode.pm:291: 	    use bytes;
>> /usr/lib/perl/5.8/Encode.pm:291: 	    use bytes;
>> /usr/lib/perl/5.8/Encode.pm:291: 	    use bytes;
>> /usr/share/perl/5.8/bytes.pm:8:     $^H |= $bytes::hint_bits;
>> /usr/lib/perl/5.8/Encode.pm:6: our $VERSION = sprintf "%d.%02d", q$Revision: 2.12 $ =~ /(\d+)/g;
>> /usr/lib/perl/5.8/Encode.pm:9: XSLoader::load(__PACKAGE__, $VERSION);
>> /usr/lib/perl/5.8/XSLoader.pm:25:     die q{XSLoader::load('Your::Module', $Your::Module::VERSION)} unless @_;
>> /usr/lib/perl/5.8/XSLoader.pm:27:     my($module) = $_[0];
>> /usr/lib/perl/5.8/XSLoader.pm:30:     my $b = "$module\::bootstrap";
>> /usr/lib/perl/5.8/XSLoader.pm:31:     goto &$b if defined &$b;
>> /usr/lib/perl/5.8/XSLoader.pm:33:     goto retry unless $module and defined &dl_load_file;
>> /usr/lib/perl/5.8/XSLoader.pm:35:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/XSLoader.pm:36:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/XSLoader.pm:38:     my $modpname = join('/',@modparts);
>> /usr/lib/perl/5.8/XSLoader.pm:39:     my $modlibname = (caller())[1];
>> /usr/lib/perl/5.8/XSLoader.pm:40:     my $c = @modparts;
>> /usr/lib/perl/5.8/XSLoader.pm:41:     $modlibname =~ s,[\\/][^\\/]+$,, while $c--;	# Q&D basename
>> /usr/lib/perl/5.8/XSLoader.pm:42:     my $file = "$modlibname/auto/$modpname/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/XSLoader.pm:46:     my $bs = $file;
>> /usr/lib/perl/5.8/XSLoader.pm:47:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/XSLoader.pm:49:     goto retry if not -f $file or -s $bs;
>> /usr/lib/perl/5.8/XSLoader.pm:51:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/XSLoader.pm:52:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/XSLoader.pm:53:     @DynaLoader::dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/XSLoader.pm:55:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/XSLoader.pm:57:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/XSLoader.pm:70:     my $libref = dl_load_file($file, 0) or do { 
>> /usr/lib/perl/5.8/XSLoader.pm:74:     push(@DynaLoader::dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/XSLoader.pm:76:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/XSLoader.pm:77:     if (@unresolved) {
>> /usr/lib/perl/5.8/XSLoader.pm:82:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or do {
>> /usr/lib/perl/5.8/XSLoader.pm:87:     push(@DynaLoader::dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/XSLoader.pm:89:   boot:
>> /usr/lib/perl/5.8/XSLoader.pm:93:     return &$xs(@_);
>> /usr/lib/perl/5.8/Encode.pm:82:     my $obj  = shift;
>> /usr/lib/perl/5.8/Encode.pm:83:     my $name = shift;
>> /usr/lib/perl/5.8/Encode.pm:84:     $Encoding{$name} = $obj;
>> /usr/lib/perl/5.8/Encode.pm:85:     my $lc = lc($name);
>> /usr/lib/perl/5.8/Encode.pm:86:     define_alias($lc => $obj) unless $lc eq $name;
>> /usr/lib/perl/5.8/Encode.pm:87:     while (@_){
>> /usr/lib/perl/5.8/Encode.pm:91:     return $obj;
>> /usr/lib/perl/5.8/Encode.pm:82:     my $obj  = shift;
>> /usr/lib/perl/5.8/Encode.pm:83:     my $name = shift;
>> /usr/lib/perl/5.8/Encode.pm:84:     $Encoding{$name} = $obj;
>> /usr/lib/perl/5.8/Encode.pm:85:     my $lc = lc($name);
>> /usr/lib/perl/5.8/Encode.pm:86:     define_alias($lc => $obj) unless $lc eq $name;
>> /usr/lib/perl/5.8/Encode.pm:87:     while (@_){
>> /usr/lib/perl/5.8/Encode.pm:91:     return $obj;
>> /usr/lib/perl/5.8/Encode.pm:82:     my $obj  = shift;
>> /usr/lib/perl/5.8/Encode.pm:83:     my $name = shift;
>> /usr/lib/perl/5.8/Encode.pm:84:     $Encoding{$name} = $obj;
>> /usr/lib/perl/5.8/Encode.pm:85:     my $lc = lc($name);
>> /usr/lib/perl/5.8/Encode.pm:86:     define_alias($lc => $obj) unless $lc eq $name;
>> /usr/lib/perl/5.8/Encode.pm:87:     while (@_){
>> /usr/lib/perl/5.8/Encode.pm:91:     return $obj;
>> /usr/lib/perl/5.8/Encode.pm:82:     my $obj  = shift;
>> /usr/lib/perl/5.8/Encode.pm:83:     my $name = shift;
>> /usr/lib/perl/5.8/Encode.pm:84:     $Encoding{$name} = $obj;
>> /usr/lib/perl/5.8/Encode.pm:85:     my $lc = lc($name);
>> /usr/lib/perl/5.8/Encode.pm:86:     define_alias($lc => $obj) unless $lc eq $name;
>> /usr/lib/perl/5.8/Encode.pm:87:     while (@_){
>> /usr/lib/perl/5.8/Encode.pm:91:     return $obj;
>> /usr/lib/perl/5.8/Encode.pm:11: require Exporter;
>> /usr/lib/perl/5.8/Encode.pm:16: our @EXPORT = qw(
>> /usr/lib/perl/5.8/Encode.pm:21: our @FB_FLAGS  = qw(DIE_ON_ERR WARN_ON_ERR RETURN_ON_ERR LEAVE_SRC
>> /usr/lib/perl/5.8/Encode.pm:23: our @FB_CONSTS = qw(FB_DEFAULT FB_CROAK FB_QUIET FB_WARN
>> /usr/lib/perl/5.8/Encode.pm:26: our @EXPORT_OK =
>> /usr/lib/perl/5.8/Encode.pm:35: our %EXPORT_TAGS =
>> /usr/lib/perl/5.8/Encode.pm:44: our $ON_EBCDIC = (ord("A") == 193);
>> /usr/lib/perl/5.8/Encode.pm:49: our %Encoding;
>> /usr/lib/perl/5.8/Encode.pm:50: our %ExtModule;
>> /usr/lib/perl/5.8/Encode.pm:51: require Encode::Config;
>> /usr/lib/perl/5.8/Encode/Config.pm:7: use strict;
>> /usr/lib/perl/5.8/Encode/Config.pm:7: use strict;
>> /usr/lib/perl/5.8/Encode/Config.pm:7: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl/5.8/Encode/Config.pm:5: our $VERSION = do { my @r = (q$Revision: 2.1 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
>> /usr/lib/perl/5.8/Encode/Config.pm:5: our $VERSION = do { my @r = (q$Revision: 2.1 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
>> /usr/lib/perl/5.8/Encode/Config.pm:5: our $VERSION = do { my @r = (q$Revision: 2.1 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
>> /usr/lib/perl/5.8/Encode/Config.pm:9: our %ExtModule = 
>> /usr/lib/perl/5.8/Encode/Config.pm:104: unless (ord("A") == 193){
>> /usr/lib/perl/5.8/Encode/Config.pm:105:     %ExtModule =
>> /usr/lib/perl/5.8/Encode/Config.pm:155: while (my ($enc,$mod) = each %ExtModule){
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:156:     $Encode::ExtModule{$enc} = $mod;
>> /usr/lib/perl/5.8/Encode/Config.pm:159: 1;
>> /usr/lib/perl/5.8/Encode.pm:52: eval { require Encode::ConfigLocal };
>> /usr/lib/perl/5.8/Encode.pm:52: eval { require Encode::ConfigLocal };
>> /usr/lib/perl/5.8/Encode.pm:211: predefine_encodings(1);
>> /usr/lib/perl/5.8/Encode.pm:220:     my $use_xs = shift;
>> /usr/lib/perl/5.8/Encode.pm:221:     if ($ON_EBCDIC) {
>> /usr/lib/perl/5.8/Encode.pm:249: 	push @Encode::Internal::ISA, 'Encode::Encoding';
>> /usr/lib/perl/5.8/Encode.pm:255: 	};
>> /usr/lib/perl/5.8/Encode.pm:256: 	*encode = \&decode;
>> /usr/lib/perl/5.8/Encode.pm:257: 	$Encode::Encoding{Unicode} =
>> /usr/lib/perl/5.8/Encode.pm:263: 	package Encode::utf8;
>> /usr/lib/perl/5.8/Encode.pm:264: 	push @Encode::utf8::ISA, 'Encode::Encoding';
>> /usr/lib/perl/5.8/Encode.pm:266: 	if ($use_xs){
>> /usr/lib/perl/5.8/Encode.pm:267: 	    Encode::DEBUG and warn __PACKAGE__, " XS on";
>> /usr/lib/perl/5.8/Encode.pm:268: 	    *decode = \&decode_xs;
>> /usr/lib/perl/5.8/Encode.pm:269: 	    *encode = \&encode_xs;
>> /usr/lib/perl/5.8/Encode.pm:300: 	};
>> /usr/lib/perl/5.8/Encode.pm:301: 	$Encode::Encoding{utf8} =
>> /usr/lib/perl/5.8/Encode.pm:303: 	$Encode::Encoding{"utf-8-strict"} =
>> /usr/lib/perl/5.8/Encode.pm:308: 1;
>> /usr/share/perl5/SVK/Command.pm:9: use Encode;
>> /usr/share/perl5/SVK/Command.pm:9: use Encode;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Command.pm:14: 	Pod::Simple::Text SVK::Merge );
>> /usr/share/perl5/SVK/Command.pm:14: 	Pod::Simple::Text SVK::Merge );
>> /usr/share/perl5/SVK/Command.pm:12:     qw( SVK::Target SVK::Notify
>> /usr/share/perl5/Class/Autouse.pm:170: sub import { shift->autouse(@_) }
>> /usr/share/perl5/Class/Autouse.pm:117: 	shift if $_[0] eq 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:120: 	return 1 unless @_;
>> /usr/share/perl5/Class/Autouse.pm:122: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:124: 	foreach my $class ( grep { $_ } @_ ) {
>> /usr/share/perl5/Class/Autouse.pm:126: 		if ( substr($class, 0, 1) eq ':' ) {
>> /usr/share/perl5/Class/Autouse.pm:141: 		if ( $DEVEL || $BAD{$class} ) {
>> /usr/share/perl5/Class/Autouse.pm:147: 		my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:148: 		next if exists $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:149: 		unless ( $NOSTAT or _file_exists($file) ) {
>> /usr/share/perl5/Class/Autouse.pm:456: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:459: 	my $file = shift or return undef;
>> /usr/share/perl5/Class/Autouse.pm:460: 	return undef if $file =~ m/(?:\012|\015)/o;
>> /usr/share/perl5/Class/Autouse.pm:463: 	$file = _class_file($file) if $file =~ /::/o;
>> /usr/share/perl5/Class/Autouse.pm:466: 	foreach ( @INC ) {
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:156: 		next if $SUPERLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:160: 		$INC{$file} = 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:163: 		_UPDATE_CAN() unless $HOOKS++;
>> /usr/share/perl5/Class/Autouse.pm:126: 		if ( substr($class, 0, 1) eq ':' ) {
>> /usr/share/perl5/Class/Autouse.pm:141: 		if ( $DEVEL || $BAD{$class} ) {
>> /usr/share/perl5/Class/Autouse.pm:147: 		my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:148: 		next if exists $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:149: 		unless ( $NOSTAT or _file_exists($file) ) {
>> /usr/share/perl5/Class/Autouse.pm:456: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:459: 	my $file = shift or return undef;
>> /usr/share/perl5/Class/Autouse.pm:460: 	return undef if $file =~ m/(?:\012|\015)/o;
>> /usr/share/perl5/Class/Autouse.pm:463: 	$file = _class_file($file) if $file =~ /::/o;
>> /usr/share/perl5/Class/Autouse.pm:466: 	foreach ( @INC ) {
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:156: 		next if $SUPERLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:160: 		$INC{$file} = 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:163: 		_UPDATE_CAN() unless $HOOKS++;
>> /usr/share/perl5/Class/Autouse.pm:126: 		if ( substr($class, 0, 1) eq ':' ) {
>> /usr/share/perl5/Class/Autouse.pm:141: 		if ( $DEVEL || $BAD{$class} ) {
>> /usr/share/perl5/Class/Autouse.pm:147: 		my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:148: 		next if exists $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:149: 		unless ( $NOSTAT or _file_exists($file) ) {
>> /usr/share/perl5/Class/Autouse.pm:456: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:459: 	my $file = shift or return undef;
>> /usr/share/perl5/Class/Autouse.pm:460: 	return undef if $file =~ m/(?:\012|\015)/o;
>> /usr/share/perl5/Class/Autouse.pm:463: 	$file = _class_file($file) if $file =~ /::/o;
>> /usr/share/perl5/Class/Autouse.pm:466: 	foreach ( @INC ) {
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:156: 		next if $SUPERLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:160: 		$INC{$file} = 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:163: 		_UPDATE_CAN() unless $HOOKS++;
>> /usr/share/perl5/Class/Autouse.pm:126: 		if ( substr($class, 0, 1) eq ':' ) {
>> /usr/share/perl5/Class/Autouse.pm:141: 		if ( $DEVEL || $BAD{$class} ) {
>> /usr/share/perl5/Class/Autouse.pm:147: 		my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:148: 		next if exists $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:149: 		unless ( $NOSTAT or _file_exists($file) ) {
>> /usr/share/perl5/Class/Autouse.pm:456: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:459: 	my $file = shift or return undef;
>> /usr/share/perl5/Class/Autouse.pm:460: 	return undef if $file =~ m/(?:\012|\015)/o;
>> /usr/share/perl5/Class/Autouse.pm:463: 	$file = _class_file($file) if $file =~ /::/o;
>> /usr/share/perl5/Class/Autouse.pm:466: 	foreach ( @INC ) {
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:156: 		next if $SUPERLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:160: 		$INC{$file} = 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:163: 		_UPDATE_CAN() unless $HOOKS++;
>> /usr/share/perl5/Class/Autouse.pm:126: 		if ( substr($class, 0, 1) eq ':' ) {
>> /usr/share/perl5/Class/Autouse.pm:141: 		if ( $DEVEL || $BAD{$class} ) {
>> /usr/share/perl5/Class/Autouse.pm:147: 		my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:148: 		next if exists $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:149: 		unless ( $NOSTAT or _file_exists($file) ) {
>> /usr/share/perl5/Class/Autouse.pm:456: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:459: 	my $file = shift or return undef;
>> /usr/share/perl5/Class/Autouse.pm:460: 	return undef if $file =~ m/(?:\012|\015)/o;
>> /usr/share/perl5/Class/Autouse.pm:463: 	$file = _class_file($file) if $file =~ /::/o;
>> /usr/share/perl5/Class/Autouse.pm:466: 	foreach ( @INC ) {
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:156: 		next if $SUPERLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:160: 		$INC{$file} = 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:163: 		_UPDATE_CAN() unless $HOOKS++;
>> /usr/share/perl5/Class/Autouse.pm:126: 		if ( substr($class, 0, 1) eq ':' ) {
>> /usr/share/perl5/Class/Autouse.pm:141: 		if ( $DEVEL || $BAD{$class} ) {
>> /usr/share/perl5/Class/Autouse.pm:147: 		my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:148: 		next if exists $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:149: 		unless ( $NOSTAT or _file_exists($file) ) {
>> /usr/share/perl5/Class/Autouse.pm:456: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:459: 	my $file = shift or return undef;
>> /usr/share/perl5/Class/Autouse.pm:460: 	return undef if $file =~ m/(?:\012|\015)/o;
>> /usr/share/perl5/Class/Autouse.pm:463: 	$file = _class_file($file) if $file =~ /::/o;
>> /usr/share/perl5/Class/Autouse.pm:466: 	foreach ( @INC ) {
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:467: 		return $file if -f File::Spec->catfile($_, $file);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:93:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:94:     my $file = $self->canonpath(pop @_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:95:     return $file unless @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:96:     my $dir = $self->catdir(@_);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:80:     my $self = shift;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:82:     $self->canonpath(join('/', @_, '')); # '' because need a trailing '/'
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:97:     $dir .= "/" unless substr($dir,-1) eq "/";
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:98:     return $dir.$file;
>> /usr/share/perl5/Class/Autouse.pm:156: 		next if $SUPERLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:159: 		*{"${class}::AUTOLOAD"} = \&_AUTOLOAD;
>> /usr/share/perl5/Class/Autouse.pm:160: 		$INC{$file} = 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:163: 		_UPDATE_CAN() unless $HOOKS++;
>> /usr/share/perl5/Class/Autouse.pm:166: 	1;
>> /usr/share/perl5/SVK/Command.pm:133:     no strict 'refs';
>> /usr/share/perl5/SVK/Command.pm:133:     no strict 'refs';
>> /usr/share/perl5/SVK/Command.pm:133:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/share/perl5/SVK/Command.pm:230: use constant opt_recursive => undef;
>> /usr/share/perl5/SVK/Command.pm:230: use constant opt_recursive => undef;
>> /usr/share/perl5/SVK/Command.pm:230: use constant opt_recursive => undef;
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/share/perl5/SVK/Command.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Command.pm:41: my %alias = qw( ann		annotate
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:80: my %cmd2alias = map { $_ => [] } values %alias;
>> /usr/share/perl5/SVK/Command.pm:81: while( my($alias, $cmd) = each %alias ) {
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:82:     push @{$cmd2alias{$cmd}}, $alias;
>> /usr/share/perl5/SVK/Command.pm:692: my %empty = map { ($_ => undef) } qw/.schedule .copyfrom .copyfrom_rev .newprop scheduleanchor/;
>> /usr/share/perl5/SVK/Command.pm:692: my %empty = map { ($_ => undef) } qw/.schedule .copyfrom .copyfrom_rev .newprop scheduleanchor/;
>> /usr/share/perl5/SVK/Command.pm:692: my %empty = map { ($_ => undef) } qw/.schedule .copyfrom .copyfrom_rev .newprop scheduleanchor/;
>> /usr/share/perl5/SVK/Command.pm:692: my %empty = map { ($_ => undef) } qw/.schedule .copyfrom .copyfrom_rev .newprop scheduleanchor/;
>> /usr/share/perl5/SVK/Command.pm:692: my %empty = map { ($_ => undef) } qw/.schedule .copyfrom .copyfrom_rev .newprop scheduleanchor/;
>> /usr/share/perl5/SVK/Command.pm:692: my %empty = map { ($_ => undef) } qw/.schedule .copyfrom .copyfrom_rev .newprop scheduleanchor/;
>> /usr/share/perl5/SVK/Command.pm:1074: 1;
>> /usr/share/perl5/Class/Autouse.pm:383: 	_cry($@) if $@;
>> /usr/share/perl5/Class/Autouse.pm:386: 	--$HOOKS or _UPDATE_CAN();
>> /usr/share/perl5/Class/Autouse.pm:388: 	$LOADED{$class} = 1;
>> /usr/share/perl5/Class/Autouse.pm:198: 		push @search, $c;
>> /usr/share/perl5/Class/Autouse.pm:199:         	unshift @stack, @{"${c}::ISA"};
>> /usr/share/perl5/Class/Autouse.pm:199:         	unshift @stack, @{"${c}::ISA"};
>> /usr/share/perl5/Class/Autouse.pm:204: 	wantarray ? @search : 1;
>> /usr/share/perl5/Class/Autouse.pm:279: 	my $found = List::Util::first { defined *{"${_}::$function"}{CODE} } @search;
>> /usr/share/perl5/Class/Autouse.pm:279: 	my $found = List::Util::first { defined *{"${_}::$function"}{CODE} } @search;
>> /usr/share/perl5/Class/Autouse.pm:279: 	my $found = List::Util::first { defined *{"${_}::$function"}{CODE} } @search;
>> /usr/share/perl5/Class/Autouse.pm:280: 	goto &{"${found}::$function"} if $found;
>> /usr/share/perl5/Class/Autouse.pm:280: 	goto &{"${found}::$function"} if $found;
>> /usr/share/perl5/SVK/Command.pm:153:     my ($pkg, $xd, $cmd, $output, @args) = @_;
>> /usr/share/perl5/SVK/Command.pm:154:     my ($help, $ofh, $ret);
>> /usr/share/perl5/SVK/Command.pm:155:     my $pool = SVN::Pool->new_default;
>> /usr/lib/perl5/SVN/Core.pm:369:     my $self = new(@_);
>> /usr/lib/perl5/SVN/Core.pm:356:     my ($class, $parent) = @_;
>> /usr/lib/perl5/SVN/Core.pm:357:     $parent = $$parent if ref ($parent) eq 'SVN::Pool';
>> /usr/lib/perl5/SVN/Core.pm:358:     my $self = bless \create ($parent), $class;
>> /usr/lib/perl5/SVN/Core.pm:359:     return $self;
>> /usr/lib/perl5/SVN/Core.pm:370:     $self->default;
>> /usr/lib/perl5/SVN/Core.pm:375:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:376:     push @POOLSTACK, $SVN::_Core::current_pool
>> /usr/lib/perl5/SVN/Core.pm:378:     $SVN::_Core::current_pool = $$self;
>> /usr/lib/perl5/SVN/Core.pm:371:     return $self;
>> /usr/share/perl5/SVK/Command.pm:156:     $ofh = select $output if $output;
>> /usr/share/perl5/SVK/Command.pm:157:     print $ret if $ret && $ret !~ /^\d+$/;
>> /usr/share/perl5/SVK/Command.pm:166:     };
>> /usr/share/perl5/SVK/Command.pm:168:     local $@;
>> /usr/share/perl5/SVK/Command.pm:169:     eval {
>> /usr/share/perl5/SVK/Command.pm:170: 	$cmd = get_cmd ($pkg, $cmd, $xd);
>> /usr/share/perl5/SVK/Command.pm:109:     my ($pkg, $cmd, $xd) = @_;
>> /usr/share/perl5/SVK/Command.pm:110:     die "Command not recognized, try $0 help.\n"
>> /usr/share/perl5/SVK/Command.pm:112:     $pkg = join('::', 'SVK::Command', _cmd_map ($cmd));
>> /usr/share/perl5/SVK/Command.pm:124:     my ($cmd) = @_;
>> /usr/share/perl5/SVK/Command.pm:125:     $cmd = $alias{$cmd} if exists $alias{$cmd};
>> /usr/share/perl5/SVK/Command.pm:126:     $cmd =~ s/^(.)/\U$1/;
>> /usr/share/perl5/SVK/Command.pm:127:     return $cmd;
>> /usr/share/perl5/SVK/Command.pm:113:     my $file = "$pkg.pm";
>> /usr/share/perl5/SVK/Command.pm:114:     $file =~ s!::!/!g;
>> /usr/share/perl5/SVK/Command.pm:116:     unless (eval {require $file; 1} and $pkg->can('run')) {
>> /usr/share/perl5/SVK/Command.pm:116:     unless (eval {require $file; 1} and $pkg->can('run')) {
>> /usr/share/perl5/SVK/Command/Sync.pm:2: use strict;
>> /usr/share/perl5/SVK/Command/Sync.pm:2: use strict;
>> /usr/share/perl5/SVK/Command/Sync.pm:2: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl5/SVK/Command/Sync.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Command/Sync.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Command/Sync.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Command/Sync.pm:5: use base qw( SVK::Command );
>> /usr/share/perl5/SVK/Command/Sync.pm:5: use base qw( SVK::Command );
>> /usr/share/perl5/SVK/Command/Sync.pm:5: use base qw( SVK::Command );
>> /usr/share/perl/5.8/base.pm:63:     my $class = shift;
>> /usr/share/perl/5.8/base.pm:65:     return SUCCESS unless @_;
>> /usr/share/perl/5.8/base.pm:68:     my $fields_base;
>> /usr/share/perl/5.8/base.pm:70:     my $inheritor = caller(0);
>> /usr/share/perl/5.8/base.pm:72:     foreach my $base (@_) {
>> /usr/share/perl/5.8/base.pm:73:         next if $inheritor->isa($base);
>> /usr/share/perl/5.8/base.pm:75:         if (has_version($base)) {
>> /usr/share/perl/5.8/base.pm:24:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:25:     my $vglob = ${$base.'::'}{VERSION};
>> /usr/share/perl/5.8/base.pm:26:     return( ($vglob && *$vglob{SCALAR}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:77: 	      unless defined ${$base.'::VERSION'};
>> /usr/share/perl/5.8/base.pm:76: 	    ${$base.'::VERSION'} = '-1, set by base.pm' 
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:96:         push @{"$inheritor\::ISA"}, $base;
>> /usr/share/perl/5.8/base.pm:98:         if ( has_fields($base) || has_attr($base) ) {
>> /usr/share/perl/5.8/base.pm:18:     my($base) = shift;
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:19:     my $fglob = ${"$base\::"}{FIELDS};
>> /usr/share/perl/5.8/base.pm:20:     return( ($fglob && *$fglob{HASH}) ? 1 : 0 );
>> /usr/share/perl/5.8/base.pm:30:     my($proto) = shift;
>> /usr/share/perl/5.8/base.pm:31:     my($class) = ref $proto || $proto;
>> /usr/share/perl/5.8/base.pm:32:     return exists $Fattr->{$class};
>> /usr/share/perl/5.8/base.pm:109:     if( defined $fields_base ) {
>> /usr/share/perl5/SVK/Command/Sync.pm:6: use SVK::I18N;
>> /usr/share/perl5/SVK/Command/Sync.pm:6: use SVK::I18N;
>> /usr/share/perl5/SVK/Command/Sync.pm:6: use SVK::I18N;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Command/Sync.pm:7: use SVK::Util qw( HAS_SVN_MIRROR find_prev_copy find_local_mirror );
>> /usr/share/perl5/SVK/Command/Sync.pm:7: use SVK::Util qw( HAS_SVN_MIRROR find_prev_copy find_local_mirror );
>> /usr/share/perl5/SVK/Command/Sync.pm:7: use SVK::Util qw( HAS_SVN_MIRROR find_prev_copy find_local_mirror );
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Command/Sync.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Command/Sync.pm:149: 1;
>> /usr/share/perl5/SVK/Command.pm:116:     unless (eval {require $file; 1} and $pkg->can('run')) {
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl5/SVK/Command.pm:120:     $pkg->new ($xd);
>> /usr/share/perl5/SVK/Command.pm:93:     my ($class, $xd) = @_;
>> /usr/share/perl5/SVK/Command.pm:94:     my $self = bless { xd => $xd }, $class;
>> /usr/share/perl5/SVK/Command.pm:95:     return $self;
>> /usr/share/perl5/SVK/Command.pm:171: 	$cmd->{svnconfig} = $xd->{svnconfig} if $xd;
>> /usr/share/perl5/SVK/Command.pm:172: 	$cmd->getopt (\@args, 'h|help|?' => \$help, 'encoding=s' => \$cmd->{encoding});
>> /usr/share/perl5/SVK/Command.pm:233:     my ($self, $argv, %opt) = @_;
>> /usr/share/perl5/SVK/Command.pm:234:     local *ARGV = $argv;
>> /usr/share/perl5/SVK/Command.pm:235:     my $recursive = $self->opt_recursive;
>> /usr/share/perl5/SVK/Command.pm:236:     my $toggle = 0;
>> /usr/share/perl5/SVK/Command.pm:237:     $opt{$recursive ? 'N|non-recursive' : 'R|recursive'} = \$toggle
>> /usr/share/perl5/SVK/Command.pm:239:     die loc ("Unknown options.\n")
>> /usr/share/perl5/SVK/Command/Sync.pm:10:     ('s|skipto=s'	=> 'skip_to',
>> /usr/share/perl5/SVK/Command.pm:270:     my ($self, %opt) = @_;
>> /usr/share/perl5/SVK/Command.pm:271:     return map {$_ => \$self->{$opt{$_}}} sort keys %opt;
>> /usr/share/perl5/SVK/Command.pm:271:     return map {$_ => \$self->{$opt{$_}}} sort keys %opt;
>> /usr/share/perl5/SVK/Command.pm:271:     return map {$_ => \$self->{$opt{$_}}} sort keys %opt;
>> /usr/share/perl5/SVK/Command.pm:271:     return map {$_ => \$self->{$opt{$_}}} sort keys %opt;
>> /usr/share/perl/5.8/Getopt/Long.pm:252:     my @optionlist = @_;	# local copy of the option descriptions
>> /usr/share/perl/5.8/Getopt/Long.pm:253:     my $argend = '--';		# option list terminator
>> /usr/share/perl/5.8/Getopt/Long.pm:254:     my %opctl = ();		# table of option specs
>> /usr/share/perl/5.8/Getopt/Long.pm:255:     my $pkg = $caller || (caller)[0];	# current context
>> /usr/share/perl/5.8/Getopt/Long.pm:257:     my @ret = ();		# accum for non-options
>> /usr/share/perl/5.8/Getopt/Long.pm:258:     my %linkage;		# linkage
>> /usr/share/perl/5.8/Getopt/Long.pm:259:     my $userlinkage;		# user supplied HASH
>> /usr/share/perl/5.8/Getopt/Long.pm:260:     my $opt;			# current option
>> /usr/share/perl/5.8/Getopt/Long.pm:261:     my $prefix = $genprefix;	# current prefix
>> /usr/share/perl/5.8/Getopt/Long.pm:263:     $error = '';
>> /usr/share/perl/5.8/Getopt/Long.pm:265:     if ( $debug ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:292:     $userlinkage = undef;
>> /usr/share/perl/5.8/Getopt/Long.pm:293:     if ( @optionlist && ref($optionlist[0]) and
>> /usr/share/perl/5.8/Getopt/Long.pm:302:     if ( @optionlist && $optionlist[0] =~ /^\W+$/
>> /usr/share/perl/5.8/Getopt/Long.pm:314:     %opctl = ();
>> /usr/share/perl/5.8/Getopt/Long.pm:315:     while ( @optionlist ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:316: 	my $opt = shift (@optionlist);
>> /usr/share/perl/5.8/Getopt/Long.pm:318: 	unless ( defined($opt) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:324: 	$opt = $+ if $opt =~ /^$prefix+(.*)$/s;
>> /usr/share/perl/5.8/Getopt/Long.pm:326: 	if ( $opt eq '<>' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:346: 	my ($name, $orig) = ParseOptionSpec ($opt, \%opctl);
>> /usr/share/perl/5.8/Getopt/Long.pm:724:     my ($opt, $opctl) = @_;
>> /usr/share/perl/5.8/Getopt/Long.pm:727:     if ( $opt !~ m;^
>> /usr/share/perl/5.8/Getopt/Long.pm:748:     my ($names, $spec) = ($1, $2);
>> /usr/share/perl/5.8/Getopt/Long.pm:749:     $spec = '' unless defined $spec;
>> /usr/share/perl/5.8/Getopt/Long.pm:757:     my $orig;
>> /usr/share/perl/5.8/Getopt/Long.pm:759:     my @names;
>> /usr/share/perl/5.8/Getopt/Long.pm:760:     if ( defined $names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:761: 	@names =  split (/\|/, $names);
>> /usr/share/perl/5.8/Getopt/Long.pm:762: 	$orig = $names[0];
>> /usr/share/perl/5.8/Getopt/Long.pm:770:     my $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:771:     if ( $spec eq '' || $spec eq '+' || $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:787: 	my ($mand, $type, $dest) =
>> /usr/share/perl/5.8/Getopt/Long.pm:789: 	return (undef, "Cannot repeat while bundling: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:791: 	my ($mi, $cm, $ma) = ($5, $6, $7);
>> /usr/share/perl/5.8/Getopt/Long.pm:792: 	return (undef, "{0} is useless in option spec: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:795: 	$type = 'i' if $type eq 'n';
>> /usr/share/perl/5.8/Getopt/Long.pm:796: 	$dest ||= '$';
>> /usr/share/perl/5.8/Getopt/Long.pm:797: 	$dest = $dest eq '@' ? CTL_DEST_ARRAY
>> /usr/share/perl/5.8/Getopt/Long.pm:800: 	$mi = $mand eq '=' ? 1 : 0 unless defined $mi;
>> /usr/share/perl/5.8/Getopt/Long.pm:802: 	$mand = $mi ? '=' : ':';
>> /usr/share/perl/5.8/Getopt/Long.pm:804: 	$ma = $mi ? $mi : 1 unless defined $ma || defined $cm;
>> /usr/share/perl/5.8/Getopt/Long.pm:805: 	return (undef, "Max must be greater than zero in option spec: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:807: 	return (undef, "Max less than min in option spec: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:811: 	$entry = [$type,$orig,undef,$dest,$mi,$ma||-1];
>> /usr/share/perl/5.8/Getopt/Long.pm:815:     my $dups = '';
>> /usr/share/perl/5.8/Getopt/Long.pm:816:     foreach ( @names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:836:     if ( $dups && $^W ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:841:     ($names[0], $orig);
>> /usr/share/perl/5.8/Getopt/Long.pm:347: 	unless ( defined $name ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:358: 	if ( defined $userlinkage ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:375: 	if ( @optionlist > 0 && ref($optionlist[0]) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:376: 	    print STDERR ("=> link \"$orig\" to $optionlist[0]\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:378: 	    my $rl = ref($linkage{$orig} = shift (@optionlist));
>> /usr/share/perl/5.8/Getopt/Long.pm:380: 	    if ( $rl eq "ARRAY" ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:316: 	my $opt = shift (@optionlist);
>> /usr/share/perl/5.8/Getopt/Long.pm:318: 	unless ( defined($opt) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:324: 	$opt = $+ if $opt =~ /^$prefix+(.*)$/s;
>> /usr/share/perl/5.8/Getopt/Long.pm:326: 	if ( $opt eq '<>' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:346: 	my ($name, $orig) = ParseOptionSpec ($opt, \%opctl);
>> /usr/share/perl/5.8/Getopt/Long.pm:724:     my ($opt, $opctl) = @_;
>> /usr/share/perl/5.8/Getopt/Long.pm:727:     if ( $opt !~ m;^
>> /usr/share/perl/5.8/Getopt/Long.pm:748:     my ($names, $spec) = ($1, $2);
>> /usr/share/perl/5.8/Getopt/Long.pm:749:     $spec = '' unless defined $spec;
>> /usr/share/perl/5.8/Getopt/Long.pm:757:     my $orig;
>> /usr/share/perl/5.8/Getopt/Long.pm:759:     my @names;
>> /usr/share/perl/5.8/Getopt/Long.pm:760:     if ( defined $names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:761: 	@names =  split (/\|/, $names);
>> /usr/share/perl/5.8/Getopt/Long.pm:762: 	$orig = $names[0];
>> /usr/share/perl/5.8/Getopt/Long.pm:770:     my $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:771:     if ( $spec eq '' || $spec eq '+' || $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:773: 	$entry = [$spec,$orig,undef,CTL_DEST_SCALAR,0,0];
>> /usr/share/perl/5.8/Getopt/Long.pm:815:     my $dups = '';
>> /usr/share/perl/5.8/Getopt/Long.pm:816:     foreach ( @names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:836:     if ( $dups && $^W ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:841:     ($names[0], $orig);
>> /usr/share/perl/5.8/Getopt/Long.pm:347: 	unless ( defined $name ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:358: 	if ( defined $userlinkage ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:375: 	if ( @optionlist > 0 && ref($optionlist[0]) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:376: 	    print STDERR ("=> link \"$orig\" to $optionlist[0]\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:378: 	    my $rl = ref($linkage{$orig} = shift (@optionlist));
>> /usr/share/perl/5.8/Getopt/Long.pm:380: 	    if ( $rl eq "ARRAY" ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:316: 	my $opt = shift (@optionlist);
>> /usr/share/perl/5.8/Getopt/Long.pm:318: 	unless ( defined($opt) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:324: 	$opt = $+ if $opt =~ /^$prefix+(.*)$/s;
>> /usr/share/perl/5.8/Getopt/Long.pm:326: 	if ( $opt eq '<>' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:346: 	my ($name, $orig) = ParseOptionSpec ($opt, \%opctl);
>> /usr/share/perl/5.8/Getopt/Long.pm:724:     my ($opt, $opctl) = @_;
>> /usr/share/perl/5.8/Getopt/Long.pm:727:     if ( $opt !~ m;^
>> /usr/share/perl/5.8/Getopt/Long.pm:748:     my ($names, $spec) = ($1, $2);
>> /usr/share/perl/5.8/Getopt/Long.pm:749:     $spec = '' unless defined $spec;
>> /usr/share/perl/5.8/Getopt/Long.pm:757:     my $orig;
>> /usr/share/perl/5.8/Getopt/Long.pm:759:     my @names;
>> /usr/share/perl/5.8/Getopt/Long.pm:760:     if ( defined $names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:761: 	@names =  split (/\|/, $names);
>> /usr/share/perl/5.8/Getopt/Long.pm:762: 	$orig = $names[0];
>> /usr/share/perl/5.8/Getopt/Long.pm:770:     my $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:771:     if ( $spec eq '' || $spec eq '+' || $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:773: 	$entry = [$spec,$orig,undef,CTL_DEST_SCALAR,0,0];
>> /usr/share/perl/5.8/Getopt/Long.pm:815:     my $dups = '';
>> /usr/share/perl/5.8/Getopt/Long.pm:816:     foreach ( @names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:836:     if ( $dups && $^W ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:841:     ($names[0], $orig);
>> /usr/share/perl/5.8/Getopt/Long.pm:347: 	unless ( defined $name ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:358: 	if ( defined $userlinkage ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:375: 	if ( @optionlist > 0 && ref($optionlist[0]) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:376: 	    print STDERR ("=> link \"$orig\" to $optionlist[0]\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:378: 	    my $rl = ref($linkage{$orig} = shift (@optionlist));
>> /usr/share/perl/5.8/Getopt/Long.pm:380: 	    if ( $rl eq "ARRAY" ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:316: 	my $opt = shift (@optionlist);
>> /usr/share/perl/5.8/Getopt/Long.pm:318: 	unless ( defined($opt) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:324: 	$opt = $+ if $opt =~ /^$prefix+(.*)$/s;
>> /usr/share/perl/5.8/Getopt/Long.pm:326: 	if ( $opt eq '<>' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:346: 	my ($name, $orig) = ParseOptionSpec ($opt, \%opctl);
>> /usr/share/perl/5.8/Getopt/Long.pm:724:     my ($opt, $opctl) = @_;
>> /usr/share/perl/5.8/Getopt/Long.pm:727:     if ( $opt !~ m;^
>> /usr/share/perl/5.8/Getopt/Long.pm:748:     my ($names, $spec) = ($1, $2);
>> /usr/share/perl/5.8/Getopt/Long.pm:749:     $spec = '' unless defined $spec;
>> /usr/share/perl/5.8/Getopt/Long.pm:757:     my $orig;
>> /usr/share/perl/5.8/Getopt/Long.pm:759:     my @names;
>> /usr/share/perl/5.8/Getopt/Long.pm:760:     if ( defined $names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:761: 	@names =  split (/\|/, $names);
>> /usr/share/perl/5.8/Getopt/Long.pm:762: 	$orig = $names[0];
>> /usr/share/perl/5.8/Getopt/Long.pm:770:     my $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:771:     if ( $spec eq '' || $spec eq '+' || $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:787: 	my ($mand, $type, $dest) =
>> /usr/share/perl/5.8/Getopt/Long.pm:789: 	return (undef, "Cannot repeat while bundling: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:791: 	my ($mi, $cm, $ma) = ($5, $6, $7);
>> /usr/share/perl/5.8/Getopt/Long.pm:792: 	return (undef, "{0} is useless in option spec: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:795: 	$type = 'i' if $type eq 'n';
>> /usr/share/perl/5.8/Getopt/Long.pm:796: 	$dest ||= '$';
>> /usr/share/perl/5.8/Getopt/Long.pm:797: 	$dest = $dest eq '@' ? CTL_DEST_ARRAY
>> /usr/share/perl/5.8/Getopt/Long.pm:800: 	$mi = $mand eq '=' ? 1 : 0 unless defined $mi;
>> /usr/share/perl/5.8/Getopt/Long.pm:802: 	$mand = $mi ? '=' : ':';
>> /usr/share/perl/5.8/Getopt/Long.pm:804: 	$ma = $mi ? $mi : 1 unless defined $ma || defined $cm;
>> /usr/share/perl/5.8/Getopt/Long.pm:805: 	return (undef, "Max must be greater than zero in option spec: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:807: 	return (undef, "Max less than min in option spec: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:811: 	$entry = [$type,$orig,undef,$dest,$mi,$ma||-1];
>> /usr/share/perl/5.8/Getopt/Long.pm:815:     my $dups = '';
>> /usr/share/perl/5.8/Getopt/Long.pm:816:     foreach ( @names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:836:     if ( $dups && $^W ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:841:     ($names[0], $orig);
>> /usr/share/perl/5.8/Getopt/Long.pm:347: 	unless ( defined $name ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:358: 	if ( defined $userlinkage ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:375: 	if ( @optionlist > 0 && ref($optionlist[0]) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:376: 	    print STDERR ("=> link \"$orig\" to $optionlist[0]\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:378: 	    my $rl = ref($linkage{$orig} = shift (@optionlist));
>> /usr/share/perl/5.8/Getopt/Long.pm:380: 	    if ( $rl eq "ARRAY" ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:316: 	my $opt = shift (@optionlist);
>> /usr/share/perl/5.8/Getopt/Long.pm:318: 	unless ( defined($opt) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:324: 	$opt = $+ if $opt =~ /^$prefix+(.*)$/s;
>> /usr/share/perl/5.8/Getopt/Long.pm:326: 	if ( $opt eq '<>' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:346: 	my ($name, $orig) = ParseOptionSpec ($opt, \%opctl);
>> /usr/share/perl/5.8/Getopt/Long.pm:724:     my ($opt, $opctl) = @_;
>> /usr/share/perl/5.8/Getopt/Long.pm:727:     if ( $opt !~ m;^
>> /usr/share/perl/5.8/Getopt/Long.pm:748:     my ($names, $spec) = ($1, $2);
>> /usr/share/perl/5.8/Getopt/Long.pm:749:     $spec = '' unless defined $spec;
>> /usr/share/perl/5.8/Getopt/Long.pm:757:     my $orig;
>> /usr/share/perl/5.8/Getopt/Long.pm:759:     my @names;
>> /usr/share/perl/5.8/Getopt/Long.pm:760:     if ( defined $names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:761: 	@names =  split (/\|/, $names);
>> /usr/share/perl/5.8/Getopt/Long.pm:762: 	$orig = $names[0];
>> /usr/share/perl/5.8/Getopt/Long.pm:770:     my $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:771:     if ( $spec eq '' || $spec eq '+' || $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:787: 	my ($mand, $type, $dest) =
>> /usr/share/perl/5.8/Getopt/Long.pm:789: 	return (undef, "Cannot repeat while bundling: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:791: 	my ($mi, $cm, $ma) = ($5, $6, $7);
>> /usr/share/perl/5.8/Getopt/Long.pm:792: 	return (undef, "{0} is useless in option spec: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:795: 	$type = 'i' if $type eq 'n';
>> /usr/share/perl/5.8/Getopt/Long.pm:796: 	$dest ||= '$';
>> /usr/share/perl/5.8/Getopt/Long.pm:797: 	$dest = $dest eq '@' ? CTL_DEST_ARRAY
>> /usr/share/perl/5.8/Getopt/Long.pm:800: 	$mi = $mand eq '=' ? 1 : 0 unless defined $mi;
>> /usr/share/perl/5.8/Getopt/Long.pm:802: 	$mand = $mi ? '=' : ':';
>> /usr/share/perl/5.8/Getopt/Long.pm:804: 	$ma = $mi ? $mi : 1 unless defined $ma || defined $cm;
>> /usr/share/perl/5.8/Getopt/Long.pm:805: 	return (undef, "Max must be greater than zero in option spec: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:807: 	return (undef, "Max less than min in option spec: \"$opt\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:811: 	$entry = [$type,$orig,undef,$dest,$mi,$ma||-1];
>> /usr/share/perl/5.8/Getopt/Long.pm:815:     my $dups = '';
>> /usr/share/perl/5.8/Getopt/Long.pm:816:     foreach ( @names ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:818: 	$_ = lc ($_)
>> /usr/share/perl/5.8/Getopt/Long.pm:821: 	if ( exists $opctl->{$_} ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:825: 	if ( $spec eq '!' ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:832: 	    $opctl->{$_} = $entry;
>> /usr/share/perl/5.8/Getopt/Long.pm:836:     if ( $dups && $^W ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:841:     ($names[0], $orig);
>> /usr/share/perl/5.8/Getopt/Long.pm:347: 	unless ( defined $name ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:358: 	if ( defined $userlinkage ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:375: 	if ( @optionlist > 0 && ref($optionlist[0]) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:376: 	    print STDERR ("=> link \"$orig\" to $optionlist[0]\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:378: 	    my $rl = ref($linkage{$orig} = shift (@optionlist));
>> /usr/share/perl/5.8/Getopt/Long.pm:380: 	    if ( $rl eq "ARRAY" ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:428:     die ($error) if $error;
>> /usr/share/perl/5.8/Getopt/Long.pm:429:     $error = 0;
>> /usr/share/perl/5.8/Getopt/Long.pm:432:     if ( defined($auto_version) ? $auto_version : ($requested_version >= 2.3203) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:439:     if ( defined($auto_help) ? $auto_help : ($requested_version >= 2.3203) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:448:     if ( $debug ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:458:     my $goon = 1;
>> /usr/share/perl/5.8/Getopt/Long.pm:459:     while ( $goon && @ARGV > 0 ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:462: 	$opt = shift (@ARGV);
>> /usr/share/perl/5.8/Getopt/Long.pm:463: 	print STDERR ("=> arg \"", $opt, "\"\n") if $debug;
>> /usr/share/perl/5.8/Getopt/Long.pm:466: 	if ( $opt eq $argend ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:472: 	my $tryopt = $opt;
>> /usr/share/perl/5.8/Getopt/Long.pm:473: 	my $found;		# success status
>> /usr/share/perl/5.8/Getopt/Long.pm:474: 	my $key;		# key (if hash type)
>> /usr/share/perl/5.8/Getopt/Long.pm:475: 	my $arg;		# option argument
>> /usr/share/perl/5.8/Getopt/Long.pm:476: 	my $ctl;		# the opctl entry
>> /usr/share/perl/5.8/Getopt/Long.pm:478: 	($found, $opt, $ctl, $arg, $key) =
>> /usr/share/perl/5.8/Getopt/Long.pm:851:     my ($prefix, $argend, $opt, $opctl) = @_;
>> /usr/share/perl/5.8/Getopt/Long.pm:853:     print STDERR ("=> find \"$opt\"\n") if $debug;
>> /usr/share/perl/5.8/Getopt/Long.pm:855:     return (0) unless $opt =~ /^$prefix(.*)$/s;
>> /usr/share/perl/5.8/Getopt/Long.pm:481: 	if ( $found ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:655: 	    my $cb;
>> /usr/share/perl/5.8/Getopt/Long.pm:656: 	    if ( (defined ($cb = $linkage{'<>'})) ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:678: 		print STDERR ("=> saving \"$tryopt\" ",
>> /usr/share/perl/5.8/Getopt/Long.pm:680: 		push (@ret, $tryopt);
>> /usr/share/perl/5.8/Getopt/Long.pm:682: 	    next;
>> /usr/share/perl/5.8/Getopt/Long.pm:695:     if ( @ret && $order == $PERMUTE ) {
>> /usr/share/perl/5.8/Getopt/Long.pm:697: 	print STDERR ("=> restoring \"", join('" "', @ret), "\"\n")
>> /usr/share/perl/5.8/Getopt/Long.pm:699: 	unshift (@ARGV, @ret);
>> /usr/share/perl/5.8/Getopt/Long.pm:702:     return ($error == 0);
>> /usr/share/perl5/SVK/Command.pm:241:     $self->{recursive} = ($recursive + $toggle) % 2
>> /usr/share/perl5/SVK/Command.pm:173: 	$cmd->_subcommand;
>> /usr/share/perl5/SVK/Command.pm:132:     my ($self) = @_;
>> /usr/share/perl5/SVK/Command.pm:134:     for (grep {$self->{$_}} values %{{$self->options}}) {
>> /usr/share/perl5/SVK/Command.pm:134:     for (grep {$self->{$_}} values %{{$self->options}}) {
>> /usr/share/perl5/SVK/Command/Sync.pm:10:     ('s|skipto=s'	=> 'skip_to',
>> /usr/share/perl5/SVK/Command.pm:134:     for (grep {$self->{$_}} values %{{$self->options}}) {
>> /usr/share/perl5/SVK/Command.pm:134:     for (grep {$self->{$_}} values %{{$self->options}}) {
>> /usr/share/perl5/SVK/Command.pm:134:     for (grep {$self->{$_}} values %{{$self->options}}) {
>> /usr/share/perl5/SVK/Command.pm:176: 	if (IS_WIN32 and caller(1) eq 'main') {
>> /usr/share/perl5/SVK/Command.pm:185: 	$xd->{encoding} = $cmd->{encoding}
>> /usr/share/perl5/SVK/Command.pm:187: 	if ($help || !(@args = $cmd->parse_arg(@args))) {
>> /usr/share/perl5/SVK/Command/Sync.pm:16:     my ($self, @arg) = @_;
>> /usr/share/perl5/SVK/Command/Sync.pm:17:     return (@arg ? @arg : undef) if $self->{sync_all};
>> /usr/share/perl5/SVK/Command/Sync.pm:19:     return map {$self->arg_uri_maybe ($_)} @arg;
>> /usr/share/perl5/SVK/Command/Sync.pm:19:     return map {$self->arg_uri_maybe ($_)} @arg;
>> /usr/share/perl5/SVK/Command.pm:390:     my ($self, $arg, $no_new_mirror) = @_;
>> /usr/share/perl5/SVK/Command.pm:392:     is_uri($arg) or return $self->arg_depotpath($arg);
>> /usr/share/perl5/SVK/Util.pm:801:     ($_[0] =~ /^[A-Za-z][-+.A-Za-z0-9]+:/)
>> /usr/share/perl5/SVK/Command.pm:592:     my ($self, $arg) = @_;
>> /usr/share/perl5/SVK/Command.pm:594:     my $rev = $arg =~ s/\@(\d+)$// ? $1 : undef;
>> /usr/share/perl5/SVK/Command.pm:595:     my ($repospath, $path, $repos) = $self->{xd}->find_repos ($arg, 1);
>> /usr/share/perl5/SVK/XD.pm:337:     my ($self, $depotpath, $open) = @_;
>> /usr/share/perl5/SVK/XD.pm:338:     die loc("no depot spec") unless $depotpath;
>> /usr/share/perl5/SVK/XD.pm:339:     my ($depot, $path) = $depotpath =~ m|^/([^/]*)(/.*?)/?$|
>> /usr/share/perl5/SVK/XD.pm:342:     $path = File::Spec::Unix->canonpath($path);
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/share/perl5/SVK/XD.pm:343:     my $repospath = $self->{depotmap}{$depot} or die loc("No such depot: %1.\n", $depot);
>> /usr/share/perl5/SVK/XD.pm:345:     return ($repospath, $path, $open && _open_repos ($repospath));
>> /usr/share/perl5/SVK/XD.pm:318:     my ($repospath) = @_;
>> /usr/share/perl5/SVK/XD.pm:319:     $REPOS{$repospath} ||= SVN::Repos::open ($repospath, $REPOSPOOL);
>> /usr/share/perl5/SVK/Command.pm:596:     from_native ($path, 'path', $self->{encoding});
>> /usr/share/perl5/SVK/Util.pm:307:     my $enc = ref $_[2] ? $_[2] : get_encoder ($_[2]);
>> /usr/share/perl5/SVK/Util.pm:298:     my $enc = shift || get_encoding;
>> /usr/share/perl5/SVK/Util.pm:280:     return 'utf8' if $^O eq 'darwin';
>> /usr/share/perl5/SVK/Util.pm:281:     local $@;
>> /usr/share/perl5/SVK/Util.pm:286:     } || eval {
>> /usr/share/perl5/SVK/Util.pm:283: 	require Locale::Maketext::Lexicon;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:4: use strict;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:4: use strict;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:4: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:189:     no warnings 'uninitialized';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:189:     no warnings 'uninitialized';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:189:     no warnings 'uninitialized';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:294:             no strict 'refs';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:294:             no strict 'refs';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:294:             no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:358:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:358:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:358:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:414:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:414:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:414:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:2: $Locale::Maketext::Lexicon::VERSION = '0.60';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:181: our %Opts;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:358:     no strict 'refs';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:477: 1;
>> /usr/share/perl5/SVK/Util.pm:284:         local $Locale::Maketext::Lexicon::Opts{encoding} = 'locale';
>> /usr/share/perl5/SVK/Util.pm:285:         Locale::Maketext::Lexicon::encoding();
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:186:     my $encoding = option(@_, 'encoding') or return;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:182: sub option { shift if ref($_[0]); $Opts{lc $_[0]} }
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:182: sub option { shift if ref($_[0]); $Opts{lc $_[0]} }
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:187:     return $encoding unless lc($encoding) eq 'locale';
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:190:     my ($country_language, $locale_encoding);
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:192:     local $@;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:196:     } or eval {
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:194:         require I18N::Langinfo;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:3: use 5.006;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:3: use 5.006;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:3: use 5.006;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:4: use strict;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:4: use strict;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:4: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:5: use warnings;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:5: use warnings;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:5: use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:6: use Carp;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:6: use Carp;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:6: use Carp;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:10: use AutoLoader;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:10: use AutoLoader;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:10: use AutoLoader;
>> /usr/share/perl/5.8/AutoLoader.pm:120:     my $pkg = shift;
>> /usr/share/perl/5.8/AutoLoader.pm:121:     my $callpkg = caller;
>> /usr/share/perl/5.8/AutoLoader.pm:127:     if ($pkg eq 'AutoLoader') {
>> /usr/share/perl/5.8/AutoLoader.pm:129: 	*{ $callpkg . '::AUTOLOAD' } = \&AUTOLOAD
>> /usr/share/perl/5.8/AutoLoader.pm:145:     (my $calldir = $callpkg) =~ s#::#/#g;
>> /usr/share/perl/5.8/AutoLoader.pm:146:     my $path = $INC{$calldir . '.pm'};
>> /usr/share/perl/5.8/AutoLoader.pm:147:     if (defined($path)) {
>> /usr/share/perl/5.8/AutoLoader.pm:149: 	if ($is_macos) {
>> /usr/share/perl/5.8/AutoLoader.pm:153: 	    $path =~ s#^(.*)$calldir\.pm\z#$1auto/$calldir/autosplit.ix#;
>> /usr/share/perl/5.8/AutoLoader.pm:156: 	eval { require $path; };
>> /usr/share/perl/5.8/AutoLoader.pm:156: 	eval { require $path; };
>> /usr/lib/perl/5.8/auto/I18N/Langinfo/autosplit.ix:3: 1;
>> /usr/share/perl/5.8/AutoLoader.pm:158: 	if ($@) {
>> /usr/share/perl/5.8/AutoLoader.pm:162: 	if ($@) {
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:89: 	no strict 'refs';
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:89: 	no strict 'refs';
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:89: 	no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:8: require Exporter;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:9: require DynaLoader;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:12: our @ISA = qw(Exporter DynaLoader);
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:14: our @EXPORT = qw(langinfo);
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:16: our @EXPORT_OK = qw(
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:76: our $VERSION = '0.02';
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:101: bootstrap I18N::Langinfo $VERSION;
>> /usr/lib/perl/5.8/DynaLoader.pm:128:     local(@args) = @_;
>> /usr/lib/perl/5.8/DynaLoader.pm:129:     local($module) = $args[0];
>> /usr/lib/perl/5.8/DynaLoader.pm:130:     local(@dirs, $file);
>> /usr/lib/perl/5.8/DynaLoader.pm:132:     unless ($module) {
>> /usr/lib/perl/5.8/DynaLoader.pm:139:     croak("Can't load module $module, dynamic loading not available in this perl.\n".
>> /usr/lib/perl/5.8/DynaLoader.pm:144:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/DynaLoader.pm:145:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/DynaLoader.pm:150:     $modfname = &mod2fname(\@modparts) if defined &mod2fname;
>> /usr/lib/perl/5.8/DynaLoader.pm:153: 	if (($^O eq 'NetWare') && (length($modfname) > 8)) {
>> /usr/lib/perl/5.8/DynaLoader.pm:157:     my $modpname = join(($Is_MacOS ? ':' : '/'),@modparts);
>> /usr/lib/perl/5.8/DynaLoader.pm:159:     print STDERR "DynaLoader::bootstrap for $module ",
>> /usr/lib/perl/5.8/DynaLoader.pm:165:     foreach (@INC) {
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:182: 	my $try = $Is_MacOS ? "$dir:$modfname.$dl_dlext" : "$dir/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/DynaLoader.pm:183: 	last if $file = ($do_expand) ? dl_expandspec($try) : ((-f $try) && $try);
>> /usr/lib/perl/5.8/DynaLoader.pm:189:     $file = dl_findfile(map("-L$_",@dirs,@INC), $modfname) unless $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:191:     croak("Can't locate loadable object for module $module in \@INC (\@INC contains: @INC)")
>> /usr/lib/perl/5.8/DynaLoader.pm:194:     $file = uc($file) if $Is_VMS && $Config::Config{d_vms_case_sensitive_symbols};
>> /usr/lib/perl/5.8/DynaLoader.pm:195:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/DynaLoader.pm:196:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/DynaLoader.pm:197:     @dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/DynaLoader.pm:202:     my $bs = $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:203:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/DynaLoader.pm:204:     if (-s $bs) { # only read file if it's not empty
>> /usr/lib/perl/5.8/DynaLoader.pm:210:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/DynaLoader.pm:212:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/DynaLoader.pm:225:     my $libref = dl_load_file($file, $module->dl_load_flags) or
>> /usr/lib/perl/5.8/DynaLoader.pm:47: sub dl_load_flags { 0x00 }
>> /usr/lib/perl/5.8/DynaLoader.pm:228:     push(@dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/DynaLoader.pm:230:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/DynaLoader.pm:231:     if (@unresolved) {
>> /usr/lib/perl/5.8/DynaLoader.pm:236:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or
>> /usr/lib/perl/5.8/DynaLoader.pm:239:     push(@dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/DynaLoader.pm:241:   boot:
>> /usr/lib/perl/5.8/DynaLoader.pm:245:     &$xs(@args);
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:103: 1;
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:195:         $locale_encoding = I18N::Langinfo::langinfo(I18N::Langinfo::CODESET());
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:82:     my $constname;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:83:     our $AUTOLOAD;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:84:     ($constname = $AUTOLOAD) =~ s/.*:://;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:85:     croak "&I18N::Langinfo::constant not defined" if $constname eq 'constant';
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:86:     my ($error, $val) = constant($constname);
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:87:     if ($error) { croak $error; }
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:89: 	no strict 'refs';
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:95: 	    *$AUTOLOAD = sub { $val };
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:98:     goto &$AUTOLOAD;
>> /usr/lib/perl/5.8/I18N/Langinfo.pm:95: 	    *$AUTOLOAD = sub { $val };
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:200:     if (!$locale_encoding) {
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:207:     if (defined $locale_encoding &&
>> /usr/local/share/perl/5.8.8/Locale/Maketext/Lexicon.pm:221:     return $locale_encoding;
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.8/Devel/Trace.pm line 12.
>> (eval 12)[/usr/share/perl/5.8/autouse.pm:65]:1: >> /usr/share/perl/5.8/autouse.pm:52: 	    unless ($INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:57: 	    *$closure_import_func = \&{"${module}::$closure_func"};
>> /usr/share/perl/5.8/autouse.pm:57: 	    *$closure_import_func = \&{"${module}::$closure_func"};
>> /usr/share/perl/5.8/autouse.pm:58: 	    print "autousing $module; "
>> /usr/share/perl/5.8/autouse.pm:61: 	    goto &$closure_import_func;
>> /usr/lib/perl/5.8/Encode.pm:126:     my $obj = find_encoding(shift);
>> /usr/lib/perl/5.8/Encode.pm:121:     my ($name, $skip_external) = @_;
>> /usr/lib/perl/5.8/Encode.pm:122:     return __PACKAGE__->getEncoding($name,$skip_external);
>> /usr/lib/perl/5.8/Encode.pm:96:     my ($class, $name, $skip_external) = @_;
>> /usr/lib/perl/5.8/Encode.pm:98:     ref($name) && $name->can('renew') and return $name;
>> /usr/lib/perl/5.8/Encode.pm:99:     exists $Encoding{$name} and return $Encoding{$name};
>> /usr/lib/perl/5.8/Encode.pm:100:     my $lc = lc $name;
>> /usr/lib/perl/5.8/Encode.pm:101:     exists $Encoding{$lc} and return $Encoding{$lc};
>> /usr/lib/perl/5.8/Encode.pm:103:     my $oc = $class->find_alias($name);
>> /usr/lib/perl/5.8/Encode/Alias.pm:22:     my $class = shift;
>> /usr/lib/perl/5.8/Encode/Alias.pm:23:     my $find = shift;
>> /usr/lib/perl/5.8/Encode/Alias.pm:24:     unless (exists $Alias{$find}) {
>> /usr/lib/perl/5.8/Encode/Alias.pm:25:         $Alias{$find} = undef; # Recursion guard
>> /usr/lib/perl/5.8/Encode/Alias.pm:49: 	}
>> /usr/lib/perl/5.8/Encode/Alias.pm:26: 	for (my $i=0; $i < @Alias; $i += 2){
>> /usr/lib/perl/5.8/Encode/Alias.pm:27: 	    my $alias = $Alias[$i];
>> /usr/lib/perl/5.8/Encode/Alias.pm:28: 	    my $val   = $Alias[$i+1];
>> /usr/lib/perl/5.8/Encode/Alias.pm:29: 	    my $new;
>> /usr/lib/perl/5.8/Encode/Alias.pm:30: 	    if (ref($alias) eq 'Regexp' && $find =~ $alias){
>> /usr/lib/perl/5.8/Encode/Alias.pm:40: 	    if (defined($new)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:27: 	    my $alias = $Alias[$i];
>> /usr/lib/perl/5.8/Encode/Alias.pm:28: 	    my $val   = $Alias[$i+1];
>> /usr/lib/perl/5.8/Encode/Alias.pm:29: 	    my $new;
>> /usr/lib/perl/5.8/Encode/Alias.pm:30: 	    if (ref($alias) eq 'Regexp' && $find =~ $alias){
>> /usr/lib/perl/5.8/Encode/Alias.pm:31: 		DEBUG and warn "eval $val";
>> /usr/lib/perl/5.8/Encode/Alias.pm:32: 		$new = eval $val;
>> (eval 49)[/usr/lib/perl/5.8/Encode/Alias.pm:32]:1: "utf-8-strict"
>> /usr/lib/perl/5.8/Encode/Alias.pm:33: 		DEBUG and $@ and warn "$val, $@";
>> /usr/lib/perl/5.8/Encode/Alias.pm:40: 	    if (defined($new)){
>> /usr/lib/perl/5.8/Encode/Alias.pm:41: 		next if $new eq $find; # avoid (direct) recursion on bugs
>> /usr/lib/perl/5.8/Encode/Alias.pm:42: 		DEBUG and warn "$alias, $new";
>> /usr/lib/perl/5.8/Encode/Alias.pm:43: 		my $enc = (ref($new)) ? $new : Encode::find_encoding($new);
>> /usr/lib/perl/5.8/Encode.pm:121:     my ($name, $skip_external) = @_;
>> /usr/lib/perl/5.8/Encode.pm:122:     return __PACKAGE__->getEncoding($name,$skip_external);
>> /usr/lib/perl/5.8/Encode.pm:96:     my ($class, $name, $skip_external) = @_;
>> /usr/lib/perl/5.8/Encode.pm:98:     ref($name) && $name->can('renew') and return $name;
>> /usr/lib/perl/5.8/Encode.pm:99:     exists $Encoding{$name} and return $Encoding{$name};
>> /usr/lib/perl/5.8/Encode/Alias.pm:44: 		if ($enc){
>> /usr/lib/perl/5.8/Encode/Alias.pm:45: 		    $Alias{$find} = $enc;
>> /usr/lib/perl/5.8/Encode/Alias.pm:46: 		    last;
>> /usr/lib/perl/5.8/Encode/Alias.pm:52: 	unless ($Alias{$find}){
>> /usr/lib/perl/5.8/Encode/Alias.pm:61:     if (DEBUG){
>> /usr/lib/perl/5.8/Encode/Alias.pm:70:     return $Alias{$find};
>> /usr/lib/perl/5.8/Encode.pm:104:     defined($oc) and return $oc;
>> /usr/lib/perl/5.8/Encode.pm:127:     defined $obj and return $obj->name;
>> /usr/lib/perl/5.8/Encode/Encoding.pm:18: sub name  { return shift->{'Name'} }
>> /usr/share/perl5/SVK/Util.pm:299:     return Encode::find_encoding ($enc);
>> /usr/lib/perl/5.8/Encode.pm:121:     my ($name, $skip_external) = @_;
>> /usr/lib/perl/5.8/Encode.pm:122:     return __PACKAGE__->getEncoding($name,$skip_external);
>> /usr/lib/perl/5.8/Encode.pm:96:     my ($class, $name, $skip_external) = @_;
>> /usr/lib/perl/5.8/Encode.pm:98:     ref($name) && $name->can('renew') and return $name;
>> /usr/lib/perl/5.8/Encode.pm:99:     exists $Encoding{$name} and return $Encoding{$name};
>> /usr/share/perl5/SVK/Util.pm:308:     my $buf = eval { $enc->decode ($_[0], 1) };
>> /usr/share/perl5/SVK/Util.pm:308:     my $buf = eval { $enc->decode ($_[0], 1) };
>> /usr/lib/perl/5.8/Encode/Encoding.pm:30: sub renewed{ return $_[0]->{renewed} || 0 }
>> /usr/share/perl5/SVK/Util.pm:309:     die loc ("Can't decode %1 as %2.\n", $_[1], $enc->name) if $@;
>> /usr/share/perl5/SVK/Util.pm:310:     $_[0] = $buf;
>> /usr/share/perl5/SVK/Util.pm:311:     Encode::_utf8_off ($_[0]);
>> /usr/share/perl5/SVK/Util.pm:312:     return;
>> /usr/share/perl5/SVK/Command.pm:597:     my $target = SVK::Target->new
>> /usr/share/perl5/Class/Autouse.pm:265: 	_debug(\@_, 0, ", AUTOLOAD = '$Class::Autouse::AUTOLOAD'") if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:268: 	my $method = $Class::Autouse::AUTOLOAD or _cry('Missing method name');
>> /usr/share/perl5/Class/Autouse.pm:269: 	_cry("Undefined subroutine &$method called") if ++$chased{ $method } > 10;
>> /usr/share/perl5/Class/Autouse.pm:272: 	my ($class, $function) = $method =~ m/^(.*)::(.*)$/s;
>> /usr/share/perl5/Class/Autouse.pm:273: 	_cry("Undefined subroutine &$method called") if $SPECIAL{$class};
>> /usr/share/perl5/Class/Autouse.pm:276: 	my @search = Class::Autouse->load($class);
>> /usr/share/perl5/Class/Autouse.pm:181: 	_debug(\@_, 1) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:183: 	my $class = $_[1] or _cry('No class name specified to load');
>> /usr/share/perl5/Class/Autouse.pm:184: 	return 1 if $LOADED{$class};
>> /usr/share/perl5/Class/Autouse.pm:187: 	my @stack  = ( $class );
>> /usr/share/perl5/Class/Autouse.pm:188: 	my %seen   = ( UNIVERSAL => 1 );
>> /usr/share/perl5/Class/Autouse.pm:189: 	my @search = ();
>> /usr/share/perl5/Class/Autouse.pm:190: 	while ( my $c = shift @stack ) {
>> /usr/share/perl5/Class/Autouse.pm:191: 		next if $seen{$c}++;
>> /usr/share/perl5/Class/Autouse.pm:194: 		_load($c) unless $LOADED{$c};
>> /usr/share/perl5/Class/Autouse.pm:351: 	_debug(\@_) if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:354: 	my $class = shift or _cry('Did not specify a class to load');
>> /usr/share/perl5/Class/Autouse.pm:355: 	return 1 if $SPECIAL{$class};
>> /usr/share/perl5/Class/Autouse.pm:358: 	my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:359: 	if ( defined $INC{$file} ) {
>> /usr/share/perl5/Class/Autouse.pm:362: 		return $LOADED{$class} = 1 if $INC{$file} ne 'Class::Autouse';
>> /usr/share/perl5/Class/Autouse.pm:367: 		delete ${"${class}::"}{'AUTOLOAD'};
>> /usr/share/perl5/Class/Autouse.pm:367: 		delete ${"${class}::"}{'AUTOLOAD'};
>> /usr/share/perl5/Class/Autouse.pm:368: 		delete $INC{$file};
>> /usr/share/perl5/Class/Autouse.pm:379: 	print _call_depth(1) . "  Class::Autouse::load -> Loading in $file\n" if defined DEBUG;
>> /usr/share/perl5/Class/Autouse.pm:380: 	eval {
>> /usr/share/perl5/Class/Autouse.pm:381: 		CORE::require($file);
>> /usr/share/perl5/SVK/Target.pm:2: use strict;
>> /usr/share/perl5/SVK/Target.pm:2: use strict;
>> /usr/share/perl5/SVK/Target.pm:2: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl5/SVK/Target.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Target.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Target.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Target.pm:4: use SVK::I18N;
>> /usr/share/perl5/SVK/Target.pm:4: use SVK::I18N;
>> /usr/share/perl5/SVK/Target.pm:4: use SVK::I18N;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Target.pm:7: 			       to_native );
>> /usr/share/perl5/SVK/Target.pm:7: 			       to_native );
>> /usr/share/perl5/SVK/Target.pm:5: use autouse 'SVK::Util' => qw( get_anchor catfile abs2rel HAS_SVN_MIRROR 
>> /usr/share/perl/5.8/autouse.pm:18:     my $class = @_ ? shift : 'autouse';
>> /usr/share/perl/5.8/autouse.pm:19:     croak "usage: use $class MODULE [,SUBS...]" unless @_;
>> /usr/share/perl/5.8/autouse.pm:20:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:22:     (my $pm = $module) =~ s{::}{/}g;
>> /usr/share/perl/5.8/autouse.pm:23:     $pm .= '.pm';
>> /usr/share/perl/5.8/autouse.pm:24:     if (exists $INC{$pm}) {
>> /usr/share/perl/5.8/autouse.pm:25: 	vet_import $module;
>> /usr/share/perl/5.8/autouse.pm:74:     my $module = shift;
>> /usr/share/perl/5.8/autouse.pm:75:     if (my $import = $module->can('import')) {
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl/5.8/autouse.pm:76: 	croak "autoused module has unique import() method"
>> /usr/share/perl/5.8/autouse.pm:26: 	local $Exporter::ExportLevel = $Exporter::ExportLevel + 1;
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/autouse.pm:28: 	return $module->import(map { (my $f = $_) =~ s/\(.*?\)$//; $f } @_);
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVK/Target.pm:3: use SVK::Version;  our $VERSION = $SVK::VERSION;
>> /usr/share/perl5/SVK/Target.pm:160: sub { defined $_[0] && length $_[0] ? "$_[0]/$_[1]" : $_[1] };
>> /usr/share/perl5/SVK/Target.pm:269: *nearest_copy = SVN::Fs->can('closest_copy')
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:310: 	$class =~ /^[^\W\d]\w*(?:(?:'|::)[^\W\d]\w*)*$/o or return undef;
>> /usr/share/perl5/Class/Autouse.pm:313: 	my $load = 0;
>> /usr/share/perl5/Class/Autouse.pm:314: 	my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:315: 	if ( defined $INC{$file} and $INC{$file} eq 'Class::Autouse' ) {
>> /usr/share/perl5/Class/Autouse.pm:320: 		$load = 0;
>> /usr/share/perl5/Class/Autouse.pm:333: 	if ( $load ) {
>> /usr/share/perl5/Class/Autouse.pm:339: 	goto &_UNIVERSAL_can;
>> /usr/share/perl5/SVK/Target.pm:432: 1;
>> /usr/share/perl5/Class/Autouse.pm:383: 	_cry($@) if $@;
>> /usr/share/perl5/Class/Autouse.pm:386: 	--$HOOKS or _UPDATE_CAN();
>> /usr/share/perl5/Class/Autouse.pm:388: 	$LOADED{$class} = 1;
>> /usr/share/perl5/Class/Autouse.pm:198: 		push @search, $c;
>> /usr/share/perl5/Class/Autouse.pm:199:         	unshift @stack, @{"${c}::ISA"};
>> /usr/share/perl5/Class/Autouse.pm:199:         	unshift @stack, @{"${c}::ISA"};
>> /usr/share/perl5/Class/Autouse.pm:204: 	wantarray ? @search : 1;
>> /usr/share/perl5/Class/Autouse.pm:279: 	my $found = List::Util::first { defined *{"${_}::$function"}{CODE} } @search;
>> /usr/share/perl5/Class/Autouse.pm:279: 	my $found = List::Util::first { defined *{"${_}::$function"}{CODE} } @search;
>> /usr/share/perl5/Class/Autouse.pm:279: 	my $found = List::Util::first { defined *{"${_}::$function"}{CODE} } @search;
>> /usr/share/perl5/Class/Autouse.pm:280: 	goto &{"${found}::$function"} if $found;
>> /usr/share/perl5/Class/Autouse.pm:280: 	goto &{"${found}::$function"} if $found;
>> /usr/share/perl5/SVK/Target.pm:26:     my ($class, @arg) = @_;
>> /usr/share/perl5/SVK/Target.pm:27:     my $self = ref $class ? clone ($class) :
>> /usr/share/perl5/SVK/Target.pm:29:     %$self = (%$self, @arg);
>> /usr/share/perl5/SVK/Target.pm:30:     $self->refresh_revision unless defined $self->{revision};
>> /usr/share/perl5/SVK/Target.pm:35:     my ($self) = @_;
>> /usr/share/perl5/SVK/Target.pm:36:     $self->{revision} = $self->{repos}->fs->youngest_rev;
>> /usr/share/perl5/SVK/Target.pm:31:     return $self;
>> /usr/share/perl5/SVK/Command.pm:605:     $target->{depotpath} = '/'.$target->depotname.$path;
>> /usr/share/perl5/SVK/Target.pm:228:     my $self = shift;
>> /usr/share/perl5/SVK/Target.pm:230:     $self->{depotpath} =~ m!^/([^/]*)!
>> /usr/share/perl5/SVK/Target.pm:233:     return $1;
>> /usr/share/perl5/SVK/Command.pm:606:     return $target;
>> /usr/share/perl5/SVK/Command.pm:192: 	    $cmd->msg_handler ($SVN::Error::FS_NO_SUCH_REVISION);
>> /usr/share/perl5/SVK/Command.pm:849:     my ($self, $err, $msg) = @_;
>> /usr/share/perl5/SVK/Command.pm:853: 	 });
>> /usr/share/perl5/SVK/Command.pm:838:     my ($self, $err, $handler) = @_;
>> /usr/share/perl5/SVK/Command.pm:839:     push @{$self->{$err}}, $handler;
>> /usr/share/perl5/SVK/Command.pm:839:     push @{$self->{$err}}, $handler;
>> /usr/share/perl5/SVK/Command.pm:193: 	    eval { $cmd->lock (@args);
>> /usr/share/perl5/SVK/Command.pm:193: 	    eval { $cmd->lock (@args);
>> /usr/share/perl5/SVK/Command.pm:292: sub lock {
>> /usr/share/perl5/SVK/Command.pm:194: 		   $xd->giant_unlock if $xd && !$cmd->{hold_giant};
>> /usr/share/perl5/SVK/XD.pm:302:     my ($self) = @_;
>> /usr/share/perl5/SVK/XD.pm:303:     return unless $self->{giantlock};
>> /usr/share/perl5/SVK/XD.pm:304:     unlink ($self->{giantlock});
>> /usr/share/perl5/SVK/XD.pm:305:     delete $self->{giantlocked};
>> /usr/share/perl5/SVK/Command.pm:195: 		   $ret = $cmd->run (@args) };
>> /usr/share/perl5/SVK/Command/Sync.pm:50:     my ( $self, @arg ) = @_;
>> /usr/share/perl5/SVK/Command/Sync.pm:51:     die loc("cannot load SVN::Mirror") unless HAS_SVN_MIRROR;
>> /usr/share/perl5/SVK/Util.pm:100:     local $@;
>> /usr/share/perl5/SVK/Util.pm:101:     my $has_svn_mirror = $ENV{SVKNOSVM} ? 0 : eval { require SVN::Mirror; 1 };
>> /usr/share/perl5/SVK/Util.pm:101:     my $has_svn_mirror = $ENV{SVKNOSVM} ? 0 : eval { require SVN::Mirror; 1 };
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:4: use SVN::Core;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:4: use SVN::Core;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:4: use SVN::Core;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:5: use SVN::Repos;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:5: use SVN::Repos;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:5: use SVN::Repos;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:6: use SVN::Fs;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:6: use SVN::Fs;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:6: use SVN::Fs;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:7: use File::Spec::Unix;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:7: use File::Spec::Unix;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:7: use File::Spec::Unix;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:8: use strict;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:8: use strict;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:8: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:44: use File::Spec;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:44: use File::Spec;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:44: use File::Spec;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:45: use URI::Escape;
>> /usr/share/perl5/URI/Escape.pm:6: use strict;
>> /usr/share/perl5/URI/Escape.pm:6: use strict;
>> /usr/share/perl5/URI/Escape.pm:6: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl5/URI/Escape.pm:145: use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
>> /usr/share/perl5/URI/Escape.pm:145: use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
>> /usr/share/perl5/URI/Escape.pm:145: use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
>> /usr/share/perl/5.8/vars.pm:11:     my $callpack = caller;
>> /usr/share/perl/5.8/vars.pm:12:     my ($pack, @imports) = @_;
>> /usr/share/perl/5.8/vars.pm:13:     my ($sym, $ch);
>> /usr/share/perl/5.8/vars.pm:14:     foreach (@imports) {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl5/URI/Escape.pm:146: use vars qw(%escapes);
>> /usr/share/perl5/URI/Escape.pm:146: use vars qw(%escapes);
>> /usr/share/perl5/URI/Escape.pm:146: use vars qw(%escapes);
>> /usr/share/perl/5.8/vars.pm:11:     my $callpack = caller;
>> /usr/share/perl/5.8/vars.pm:12:     my ($pack, @imports) = @_;
>> /usr/share/perl/5.8/vars.pm:13:     my ($sym, $ch);
>> /usr/share/perl/5.8/vars.pm:14:     foreach (@imports) {
>> /usr/share/perl/5.8/vars.pm:15:         if (($ch, $sym) = /^([\$\@\%\*\&])(.+)/) {
>> /usr/share/perl/5.8/vars.pm:16: 	    if ($sym =~ /\W/) {
>> /usr/share/perl/5.8/vars.pm:28: 	    $sym = "${callpack}::$sym" unless $sym =~ /::/;
>> /usr/share/perl/5.8/vars.pm:35: 		 : do {
>> /usr/share/perl5/URI/Escape.pm:154: use Carp ();
>> /usr/share/perl5/URI/Escape.pm:154: use Carp ();
>> /usr/share/perl5/URI/Escape.pm:154: use Carp ();
>> /usr/share/perl5/URI/Escape.pm:148: require Exporter;
>> /usr/share/perl5/URI/Escape.pm:149: @ISA = qw(Exporter);
>> /usr/share/perl5/URI/Escape.pm:150: @EXPORT = qw(uri_escape uri_unescape);
>> /usr/share/perl5/URI/Escape.pm:151: @EXPORT_OK = qw(%escapes uri_escape_utf8);
>> /usr/share/perl5/URI/Escape.pm:152: $VERSION = sprintf("%d.%02d", q$Revision: 3.28 $ =~ /(\d+)\.(\d+)/);
>> /usr/share/perl5/URI/Escape.pm:157: for (0..255) {
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:158:     $escapes{chr($_)} = sprintf("%%%02X", $_);
>> /usr/share/perl5/URI/Escape.pm:161: my %subst;  # compiled patternes
>> /usr/share/perl5/URI/Escape.pm:218: 1;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:45: use URI::Escape;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:45: use URI::Escape;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:46: use SVN::Simple::Edit;
>> /usr/share/perl5/SVN/Simple/Edit.pm:4: use strict;
>> /usr/share/perl5/SVN/Simple/Edit.pm:4: use strict;
>> /usr/share/perl5/SVN/Simple/Edit.pm:4: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/share/perl5/SVN/Simple/Edit.pm:5: use SVN::Core;
>> /usr/share/perl5/SVN/Simple/Edit.pm:5: use SVN::Core;
>> /usr/share/perl5/SVN/Simple/Edit.pm:5: use SVN::Core;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVN/Simple/Edit.pm:6: use SVN::Delta;
>> /usr/lib/perl5/SVN/Delta.pm:1: use strict;
>> /usr/lib/perl5/SVN/Delta.pm:1: use strict;
>> /usr/lib/perl5/SVN/Delta.pm:1: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl5/SVN/Delta.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Delta.pm:2: use warnings;
>> /usr/lib/perl5/SVN/Delta.pm:2: use warnings;
>> /usr/share/perl/5.8/warnings.pm:213:     shift;
>> /usr/share/perl/5.8/warnings.pm:215:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:216:     my $fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:217:     my $no_fatal = 0 ;
>> /usr/share/perl/5.8/warnings.pm:219:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:221:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:222:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:223:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:226:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:228:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:229: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:238: 	    $mask |= $catmask ;
>> /usr/share/perl/5.8/warnings.pm:239: 	    $mask |= $DeadBits{$word} if $fatal ;
>> /usr/share/perl/5.8/warnings.pm:240: 	    $mask &= ~($DeadBits{$word}|$All) if $no_fatal ;
>> /usr/share/perl/5.8/warnings.pm:246:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl5/SVN/Delta.pm:5: use SVN::Base qw(Delta svn_delta_);
>> /usr/lib/perl5/SVN/Delta.pm:5: use SVN::Base qw(Delta svn_delta_);
>> /usr/lib/perl5/SVN/Delta.pm:5: use SVN::Base qw(Delta svn_delta_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:58: 	@{"SVN::_${pkg}::ISA"} = qw(DynaLoader);
>> /usr/lib/perl5/SVN/Base.pm:59: 	eval qq'
>> (eval 50)[/usr/lib/perl5/SVN/Base.pm:59]:3: require DynaLoader;
>> (eval 50)[/usr/lib/perl5/SVN/Base.pm:59]:4: bootstrap SVN::_Delta;
>> /usr/lib/perl/5.8/DynaLoader.pm:128:     local(@args) = @_;
>> /usr/lib/perl/5.8/DynaLoader.pm:129:     local($module) = $args[0];
>> /usr/lib/perl/5.8/DynaLoader.pm:130:     local(@dirs, $file);
>> /usr/lib/perl/5.8/DynaLoader.pm:132:     unless ($module) {
>> /usr/lib/perl/5.8/DynaLoader.pm:139:     croak("Can't load module $module, dynamic loading not available in this perl.\n".
>> /usr/lib/perl/5.8/DynaLoader.pm:144:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/DynaLoader.pm:145:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/DynaLoader.pm:150:     $modfname = &mod2fname(\@modparts) if defined &mod2fname;
>> /usr/lib/perl/5.8/DynaLoader.pm:153: 	if (($^O eq 'NetWare') && (length($modfname) > 8)) {
>> /usr/lib/perl/5.8/DynaLoader.pm:157:     my $modpname = join(($Is_MacOS ? ':' : '/'),@modparts);
>> /usr/lib/perl/5.8/DynaLoader.pm:159:     print STDERR "DynaLoader::bootstrap for $module ",
>> /usr/lib/perl/5.8/DynaLoader.pm:165:     foreach (@INC) {
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:166: 	chop($_ = VMS::Filespec::unixpath($_)) if $Is_VMS;
>> /usr/lib/perl/5.8/DynaLoader.pm:167: 	my $dir;
>> /usr/lib/perl/5.8/DynaLoader.pm:168: 	if ($Is_MacOS) {
>> /usr/lib/perl/5.8/DynaLoader.pm:176: 	    $dir = "$_/auto/$modpname";
>> /usr/lib/perl/5.8/DynaLoader.pm:179: 	next unless -d $dir; # skip over uninteresting directories
>> /usr/lib/perl/5.8/DynaLoader.pm:182: 	my $try = $Is_MacOS ? "$dir:$modfname.$dl_dlext" : "$dir/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/DynaLoader.pm:183: 	last if $file = ($do_expand) ? dl_expandspec($try) : ((-f $try) && $try);
>> /usr/lib/perl/5.8/DynaLoader.pm:189:     $file = dl_findfile(map("-L$_",@dirs,@INC), $modfname) unless $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:191:     croak("Can't locate loadable object for module $module in \@INC (\@INC contains: @INC)")
>> /usr/lib/perl/5.8/DynaLoader.pm:194:     $file = uc($file) if $Is_VMS && $Config::Config{d_vms_case_sensitive_symbols};
>> /usr/lib/perl/5.8/DynaLoader.pm:195:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/DynaLoader.pm:196:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/DynaLoader.pm:197:     @dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/DynaLoader.pm:202:     my $bs = $file;
>> /usr/lib/perl/5.8/DynaLoader.pm:203:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/DynaLoader.pm:204:     if (-s $bs) { # only read file if it's not empty
>> /usr/lib/perl/5.8/DynaLoader.pm:210:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/DynaLoader.pm:212:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/DynaLoader.pm:225:     my $libref = dl_load_file($file, $module->dl_load_flags) or
>> /usr/lib/perl/5.8/DynaLoader.pm:47: sub dl_load_flags { 0x00 }
>> /usr/lib/perl/5.8/DynaLoader.pm:228:     push(@dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/DynaLoader.pm:230:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/DynaLoader.pm:231:     if (@unresolved) {
>> /usr/lib/perl/5.8/DynaLoader.pm:236:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or
>> /usr/lib/perl/5.8/DynaLoader.pm:239:     push(@dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/DynaLoader.pm:241:   boot:
>> /usr/lib/perl/5.8/DynaLoader.pm:245:     &$xs(@args);
>> (eval 50)[/usr/lib/perl5/SVN/Base.pm:59]:5: 1;
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Delta.pm:98: use SVN::Base qw(Delta svn_txdelta_);
>> /usr/lib/perl5/SVN/Delta.pm:98: use SVN::Base qw(Delta svn_txdelta_);
>> /usr/lib/perl5/SVN/Delta.pm:98: use SVN::Base qw(Delta svn_txdelta_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Delta.pm:103: use SVN::Base qw(Delta svn_txdelta_op_t_);
>> /usr/lib/perl5/SVN/Delta.pm:103: use SVN::Base qw(Delta svn_txdelta_op_t_);
>> /usr/lib/perl5/SVN/Delta.pm:103: use SVN::Base qw(Delta svn_txdelta_op_t_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Delta.pm:106: use SVN::Base qw(Delta svn_txdelta_window_t_);
>> /usr/lib/perl5/SVN/Delta.pm:106: use SVN::Base qw(Delta svn_txdelta_window_t_);
>> /usr/lib/perl5/SVN/Delta.pm:106: use SVN::Base qw(Delta svn_txdelta_window_t_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Delta.pm:109: use SVN::Base qw(Delta svn_delta_editor_);
>> /usr/lib/perl5/SVN/Delta.pm:109: use SVN::Base qw(Delta svn_delta_editor_);
>> /usr/lib/perl5/SVN/Delta.pm:109: use SVN::Base qw(Delta svn_delta_editor_);
>> /usr/lib/perl5/SVN/Base.pm:55:     my (undef, $pkg, $prefix, @ignore) = @_;
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:57:     unless (${"SVN::_${pkg}::ISA"}[0] eq 'DynaLoader') {
>> /usr/lib/perl5/SVN/Base.pm:67:     my $caller = caller(0);
>> /usr/lib/perl5/SVN/Base.pm:69:     my $prefix_re = qr/(?i:$prefix)/;
>> /usr/lib/perl5/SVN/Base.pm:70:     my $ignore_re = join('|', @ignore);
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:71:     for (keys %{"SVN::_${pkg}::"}) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:87: 	    *{"${caller}::$_"} = ${"SVN::_${pkg}::"}{$name};
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Base.pm:78: 	    my $member = $1;
>> /usr/lib/perl5/SVN/Base.pm:83: 	}
>> /usr/lib/perl5/SVN/Base.pm:79: 	    *{"${caller}::$1"} = sub {
>> /usr/lib/perl5/SVN/Base.pm:72: 	my $name = $_;
>> /usr/lib/perl5/SVN/Base.pm:73: 	next unless s/^$prefix_re//;
>> /usr/lib/perl5/SVN/Base.pm:74: 	next if $ignore_re && m/$ignore_re/;
>> /usr/lib/perl5/SVN/Base.pm:77: 	if (m/(.*)_get$/) {
>> /usr/lib/perl5/SVN/Delta.pm:140:     no warnings 'uninitialized';
>> /usr/lib/perl5/SVN/Delta.pm:140:     no warnings 'uninitialized';
>> /usr/lib/perl5/SVN/Delta.pm:140:     no warnings 'uninitialized';
>> /usr/share/perl/5.8/warnings.pm:251:     shift;
>> /usr/share/perl/5.8/warnings.pm:253:     my $catmask ;
>> /usr/share/perl/5.8/warnings.pm:254:     my $mask = ${^WARNING_BITS} ;
>> /usr/share/perl/5.8/warnings.pm:256:     if (vec($mask, $Offsets{'all'}, 1)) {
>> /usr/share/perl/5.8/warnings.pm:257:         $mask |= $Bits{'all'} ;
>> /usr/share/perl/5.8/warnings.pm:258:         $mask |= $DeadBits{'all'} if vec($mask, $Offsets{'all'}+1, 1);
>> /usr/share/perl/5.8/warnings.pm:261:     push @_, 'all' unless @_;
>> /usr/share/perl/5.8/warnings.pm:263:     foreach my $word ( @_ ) {
>> /usr/share/perl/5.8/warnings.pm:264: 	if ($word eq 'FATAL') {
>> /usr/share/perl/5.8/warnings.pm:268: 	    $mask &= ~($catmask | $DeadBits{$word} | $All);
>> /usr/share/perl/5.8/warnings.pm:274:     ${^WARNING_BITS} = $mask ;
>> /usr/lib/perl5/SVN/Delta.pm:155:     no strict 'refs';
>> /usr/lib/perl5/SVN/Delta.pm:155:     no strict 'refs';
>> /usr/lib/perl5/SVN/Delta.pm:155:     no strict 'refs';
>> /usr/share/perl/5.8/strict.pm:33:     shift;
>> /usr/share/perl/5.8/strict.pm:34:     $^H &= ~ (@_ ? bits(@_) : $default_bits);
>> /usr/share/perl/5.8/strict.pm:12:     my $bits = 0;
>> /usr/share/perl/5.8/strict.pm:13:     my @wrong;
>> /usr/share/perl/5.8/strict.pm:14:     foreach my $s (@_) {
>> /usr/share/perl/5.8/strict.pm:15: 	push @wrong, $s unless exists $bitmask{$s};
>> /usr/share/perl/5.8/strict.pm:16:         $bits |= $bitmask{$s} || 0;
>> /usr/share/perl/5.8/strict.pm:18:     if (@wrong) {
>> /usr/share/perl/5.8/strict.pm:22:     $bits;
>> /usr/lib/perl5/SVN/Delta.pm:100: *new = *SVN::_Delta::svn_txdelta;
>> /usr/lib/perl5/SVN/Delta.pm:111: *invoke_set_target_revision = *SVN::_Delta::svn_delta_editor_invoke_set_target_revision;
>> /usr/lib/perl5/SVN/Delta.pm:137: our $AUTOLOAD;
>> /usr/lib/perl5/SVN/Delta.pm:192: 1;
>> /usr/share/perl5/SVN/Simple/Edit.pm:6: use SVN::Delta;
>> /usr/share/perl5/SVN/Simple/Edit.pm:6: use SVN::Delta;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVN/Simple/Edit.pm:174:     use Carp;
>> /usr/share/perl5/SVN/Simple/Edit.pm:174:     use Carp;
>> /usr/share/perl5/SVN/Simple/Edit.pm:174:     use Carp;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl5/SVN/Simple/Edit.pm:2: @ISA = qw(SVN::Delta::Editor);
>> /usr/share/perl5/SVN/Simple/Edit.pm:3: $VERSION = '0.27';
>> /usr/share/perl5/SVN/Simple/Edit.pm:119: require File::Spec::Unix;
>> /usr/share/perl5/SVN/Simple/Edit.pm:361: 1;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:46: use SVN::Simple::Edit;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:46: use SVN::Simple::Edit;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:48: use SVN::Mirror::Ra;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:4: use strict;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:4: use strict;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:4: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:5: use SVN::Core;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:5: use SVN::Core;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:5: use SVN::Core;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:6: use SVN::Repos;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:6: use SVN::Repos;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:6: use SVN::Repos;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:7: use SVN::Fs;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:7: use SVN::Fs;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:7: use SVN::Fs;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:8: use SVN::Delta;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:8: use SVN::Delta;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:8: use SVN::Delta;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:9: use SVN::Ra;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:9: use SVN::Ra;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:9: use SVN::Ra;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:10: use SVN::Client ();
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:10: use SVN::Client ();
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:10: use SVN::Client ();
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:11: use constant OK => $SVN::_Core::SVN_NO_ERROR;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:11: use constant OK => $SVN::_Core::SVN_NO_ERROR;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:11: use constant OK => $SVN::_Core::SVN_NO_ERROR;
>> /usr/share/perl/5.8/constant.pm:29:     my $class = shift;
>> /usr/share/perl/5.8/constant.pm:30:     return unless @_;			# Ignore 'use constant;'
>> /usr/share/perl/5.8/constant.pm:31:     my %constants = ();
>> /usr/share/perl/5.8/constant.pm:32:     my $multiple  = ref $_[0];
>> /usr/share/perl/5.8/constant.pm:34:     if ( $multiple ) {
>> /usr/share/perl/5.8/constant.pm:41: 	$constants{+shift} = undef;
>> /usr/share/perl/5.8/constant.pm:44:     foreach my $name ( keys %constants ) {
>> /usr/share/perl/5.8/constant.pm:45: 	unless (defined $name) {
>> /usr/share/perl/5.8/constant.pm:49: 	my $pkg = caller;
>> /usr/share/perl/5.8/constant.pm:52: 	if ($name =~ /^_?[^\W_0-9]\w*\z/ and !$forbidden{$name}) {
>> /usr/share/perl/5.8/constant.pm:94: 	    no strict 'refs';
>> /usr/share/perl/5.8/constant.pm:95: 	    my $full_name = "${pkg}::$name";
>> /usr/share/perl/5.8/constant.pm:96: 	    $declared{$full_name}++;
>> /usr/share/perl/5.8/constant.pm:97: 	    if ($multiple) {
>> /usr/share/perl/5.8/constant.pm:101: 		if (@_ == 1) {
>> /usr/share/perl/5.8/constant.pm:102: 		    my $scalar = $_[0];
>> /usr/share/perl/5.8/constant.pm:103: 		    *$full_name = sub () { $scalar };
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:720: use strict;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:720: use strict;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:720: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:847:     use URI::Escape;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:847:     use URI::Escape;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:847:     use URI::Escape;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:2: @ISA = ('SVN::Mirror');
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:3: $VERSION = '0.70';
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:335: our $debug;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:719: our @ISA = ('SVN::Delta::Editor');
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:1332: our @ISA = ('SVN::Delta::Editor');
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:1366: 1;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:48: use SVN::Mirror::Ra;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:48: use SVN::Mirror::Ra;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:498: use Sys::Hostname;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:3: use strict;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:3: use strict;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:3: use strict;
>> /usr/share/perl/5.8/strict.pm:28:     shift;
>> /usr/share/perl/5.8/strict.pm:29:     $^H |= @_ ? bits(@_) : $default_bits;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:5: use Carp;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:5: use Carp;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:5: use Carp;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:18:     $VERSION = '1.11';
>> /usr/lib/perl/5.8/Sys/Hostname.pm:20: 	local $SIG{__DIE__};
>> /usr/lib/perl/5.8/Sys/Hostname.pm:20: 	local $SIG{__DIE__};
>> /usr/lib/perl/5.8/Sys/Hostname.pm:21: 	eval {
>> /usr/lib/perl/5.8/Sys/Hostname.pm:22: 	    require XSLoader;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:23: 	    XSLoader::load('Sys::Hostname', $VERSION);
>> /usr/lib/perl/5.8/XSLoader.pm:25:     die q{XSLoader::load('Your::Module', $Your::Module::VERSION)} unless @_;
>> /usr/lib/perl/5.8/XSLoader.pm:27:     my($module) = $_[0];
>> /usr/lib/perl/5.8/XSLoader.pm:30:     my $b = "$module\::bootstrap";
>> /usr/lib/perl/5.8/XSLoader.pm:31:     goto &$b if defined &$b;
>> /usr/lib/perl/5.8/XSLoader.pm:33:     goto retry unless $module and defined &dl_load_file;
>> /usr/lib/perl/5.8/XSLoader.pm:35:     my @modparts = split(/::/,$module);
>> /usr/lib/perl/5.8/XSLoader.pm:36:     my $modfname = $modparts[-1];
>> /usr/lib/perl/5.8/XSLoader.pm:38:     my $modpname = join('/',@modparts);
>> /usr/lib/perl/5.8/XSLoader.pm:39:     my $modlibname = (caller())[1];
>> /usr/lib/perl/5.8/XSLoader.pm:40:     my $c = @modparts;
>> /usr/lib/perl/5.8/XSLoader.pm:41:     $modlibname =~ s,[\\/][^\\/]+$,, while $c--;	# Q&D basename
>> /usr/lib/perl/5.8/XSLoader.pm:42:     my $file = "$modlibname/auto/$modpname/$modfname.$dl_dlext";
>> /usr/lib/perl/5.8/XSLoader.pm:46:     my $bs = $file;
>> /usr/lib/perl/5.8/XSLoader.pm:47:     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/; # look for .bs 'beside' the library
>> /usr/lib/perl/5.8/XSLoader.pm:49:     goto retry if not -f $file or -s $bs;
>> /usr/lib/perl/5.8/XSLoader.pm:51:     my $bootname = "boot_$module";
>> /usr/lib/perl/5.8/XSLoader.pm:52:     $bootname =~ s/\W/_/g;
>> /usr/lib/perl/5.8/XSLoader.pm:53:     @DynaLoader::dl_require_symbols = ($bootname);
>> /usr/lib/perl/5.8/XSLoader.pm:55:     my $boot_symbol_ref;
>> /usr/lib/perl/5.8/XSLoader.pm:57:     if ($^O eq 'darwin') {
>> /usr/lib/perl/5.8/XSLoader.pm:70:     my $libref = dl_load_file($file, 0) or do { 
>> /usr/lib/perl/5.8/XSLoader.pm:74:     push(@DynaLoader::dl_librefs,$libref);  # record loaded object
>> /usr/lib/perl/5.8/XSLoader.pm:76:     my @unresolved = dl_undef_symbols();
>> /usr/lib/perl/5.8/XSLoader.pm:77:     if (@unresolved) {
>> /usr/lib/perl/5.8/XSLoader.pm:82:     $boot_symbol_ref = dl_find_symbol($libref, $bootname) or do {
>> /usr/lib/perl/5.8/XSLoader.pm:87:     push(@DynaLoader::dl_modules, $module); # record loaded module
>> /usr/lib/perl/5.8/XSLoader.pm:89:   boot:
>> /usr/lib/perl/5.8/XSLoader.pm:93:     return &$xs(@_);
>> /usr/lib/perl/5.8/Sys/Hostname.pm:25: 	warn $@ if $@;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:7: require Exporter;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:8: require AutoLoader;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:10: our @ISA     = qw/ Exporter AutoLoader /;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:11: our @EXPORT  = qw/ hostname /;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:13: our $VERSION;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:15: our $host;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:133: 1;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:498: use Sys::Hostname;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:498: use Sys::Hostname;
>> /usr/share/perl/5.8/Exporter.pm:30:   my $pkg = shift;
>> /usr/share/perl/5.8/Exporter.pm:31:   my $callpkg = caller($ExportLevel);
>> /usr/share/perl/5.8/Exporter.pm:33:   if ($pkg eq "Exporter" and @_ and $_[0] eq "import") {
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:39:   my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"});
>> /usr/share/perl/5.8/Exporter.pm:40:   return export $pkg, $callpkg, @_
>> /usr/share/perl/5.8/Exporter.pm:42:   my $export_cache = ($Cache{$pkg} ||= {});
>> /usr/share/perl/5.8/Exporter.pm:43:   my $args = @_ or @_ = @$exports;
>> /usr/share/perl/5.8/Exporter.pm:45:   local $_;
>> /usr/share/perl/5.8/Exporter.pm:46:   if ($args and not %$export_cache) {
>> /usr/share/perl/5.8/Exporter.pm:50:   my $heavy;
>> /usr/share/perl/5.8/Exporter.pm:53:   if ($args or $fail) {
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:56:                  foreach (@_);
>> /usr/share/perl/5.8/Exporter.pm:61:   return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy;
>> /usr/share/perl/5.8/Exporter.pm:63: 	sub {require Carp; &Carp::carp};
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/share/perl/5.8/Exporter.pm:65:   *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:3: our $VERSION = '0.70';
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:569: 1;
>> /usr/share/perl5/SVK/Util.pm:101:     my $has_svn_mirror = $ENV{SVKNOSVM} ? 0 : eval { require SVN::Mirror; 1 };
>> /usr/share/perl5/SVK/Util.pm:102:     *HAS_SVN_MIRROR = $has_svn_mirror ? sub () { 1 } : sub () { 0 };
>> /usr/share/perl5/SVK/Util.pm:103:     return $has_svn_mirror;
>> /usr/share/perl5/SVK/Command/Sync.pm:53:     die loc("argument skipto not allowed when multiple target specified")
>> /usr/share/perl5/SVK/Command/Sync.pm:56:     if ( $self->{sync_all} ) {
>> /usr/share/perl5/SVK/Command/Sync.pm:107:     for my $target (@arg) {
>> /usr/share/perl5/SVK/Command/Sync.pm:108:         my $repos = $target->{repos};
>> /usr/share/perl5/SVK/Command/Sync.pm:109:         my $fs    = $repos->fs;
>> /usr/share/perl5/SVK/Command/Sync.pm:117:             lock_message   => lock_message($target),
>> /usr/lib/perl5/SVN/Core.pm:356:     my ($class, $parent) = @_;
>> /usr/lib/perl5/SVN/Core.pm:357:     $parent = $$parent if ref ($parent) eq 'SVN::Pool';
>> /usr/lib/perl5/SVN/Core.pm:358:     my $self = bless \create ($parent), $class;
>> /usr/lib/perl5/SVN/Core.pm:359:     return $self;
>> /usr/share/perl5/SVK/Command/Sync.pm:30:     my $target = shift;
>> /usr/share/perl5/SVK/Command/Sync.pm:31:     my $i = 0;
>> /usr/share/perl5/SVK/Command/Sync.pm:47: }
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:71:     my $class = shift;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:72:     my $self = {};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:73:     %$self = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:75:     return bless $self, $class unless $class eq __PACKAGE__;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:78:     $self->{repospath} ||= $self->{target};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:79:     $self->{repos_create} ||= $self->{target_create};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:81:     die "no repository specified" unless $self->{repospath} || $self->{repos};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:83:     die "no source specified" unless $self->{source} || $self->{get_source};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:85:     $self->{pool} ||= SVN::Pool->new (undef);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:86:     if ($self->{repos_create} && !-e $self->{repospath}) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:91: 	$self->{repospath} = $self->{repos}->path;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:94:     $self->{repos} ||= SVN::Repos::open ($self->{repospath}, $self->{pool});
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:95:     my $fs = $self->{fs} = $self->{repos}->fs;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:97:     my $root = $fs->revision_root ($fs->youngest_rev);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:98:     $self->{target_path} = File::Spec::Unix->canonpath("/$self->{target_path}");
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:43:     my ($self,$path) = @_;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:50:     my $node = '';
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:51:     my $double_slashes_special = $self->isa("File::Spec::Cygwin") || $^O =~ m/^(?:qnx|nto)$/;
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:52:     if ( $double_slashes_special && $path =~ s:^(//[^/]+)(/|\z):/:s ) {
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:60:     $path =~ s|/+|/|g;                             # xx////xx  -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:61:     $path =~ s@(/\.)+(/|\Z(?!\n))@/@g;             # xx/././xx -> xx/xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:62:     $path =~ s|^(\./)+||s unless $path eq "./";    # ./xx      -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:63:     $path =~ s|^/(\.\./)+|/|;                      # /../../xx -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:64:     $path =~ s|^/\.\.$|/|;                         # /..       -> /
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:65:     $path =~ s|/\Z(?!\n)|| unless $path eq "/";          # xx/       -> xx
>> /usr/local/lib/perl/5.8.8/File/Spec/Unix.pm:66:     return "$node$path";
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:100:     if ($root->check_path ($self->{target_path}) != $SVN::Node::none) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:101: 	$self->{rsource} = $root->node_prop ($self->{target_path}, 'svm:rsource');
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:102: 	$self->{source} ||= $root->node_prop ($self->{target_path}, 'svm:source')
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:106:     return _schema_class ($self->{rsource} || $self->{source})->new (%$self);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:51:     my ($url) = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:52:     die "no source specificed" unless $url;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:53:     return 'SVN::Mirror::Ra' if $url =~ m/^(https?|file|svn(\+.*?)?):/;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:14:     my $class = shift;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:15:     my $self = bless {}, $class;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:16:     %$self = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:17:     $self->{source} =~ s{/+$}{}g;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:19:     @{$self}{qw/source source_root source_path/} =
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:29:     my $source = shift;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:30:     my ($root, $path) = split ('!', $source, 2);
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:31:     $path ||= '';
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:32:     return (join('', $root, $path), $root, $path)
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:19:     @{$self}{qw/source source_root source_path/} =
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:22:     @{$self}{qw/rsource rsource_root rsource_path/} =
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:25:     return $self;
>> /usr/share/perl5/SVK/Command/Sync.pm:122:         $m->init();
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:316:     my $self = shift;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:317:     my $pool = SVN::Pool->new_default ($self->{pool});
>> /usr/lib/perl5/SVN/Core.pm:369:     my $self = new(@_);
>> /usr/lib/perl5/SVN/Core.pm:356:     my ($class, $parent) = @_;
>> /usr/lib/perl5/SVN/Core.pm:357:     $parent = $$parent if ref ($parent) eq 'SVN::Pool';
>> /usr/lib/perl5/SVN/Core.pm:358:     my $self = bless \create ($parent), $class;
>> /usr/lib/perl5/SVN/Core.pm:359:     return $self;
>> /usr/lib/perl5/SVN/Core.pm:370:     $self->default;
>> /usr/lib/perl5/SVN/Core.pm:375:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:376:     push @POOLSTACK, $SVN::_Core::current_pool
>> /usr/lib/perl5/SVN/Core.pm:378:     $SVN::_Core::current_pool = $$self;
>> /usr/lib/perl5/SVN/Core.pm:371:     return $self;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:319:     if ($self->is_initialized) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:329:     my $self = shift;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:330:     my $headrev = $self->{headrev} ||= $self->{fs}->youngest_rev;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:331:     $self->{root} ||= $self->{fs}->revision_root ($headrev);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:333:     if ($self->{target_path} eq '/') {
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:338:         $self->{root}->check_path ($self->{target_path}) != $SVN::Node::none;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:320:         $self->pre_init (0);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:313: sub pre_init {}
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:321: 	$self->load_state ();
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:144:     my ($self) = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:146:     my $prop = $self->{root}->node_proplist ($self->{target_path});
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:148: 	@{$prop}{qw/svm:uuid svm:ruuid/};
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:147:     @{$self}{qw/source_uuid rsource_uuid/} =
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:147:     @{$self}{qw/source_uuid rsource_uuid/} =
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:149:     unless ($self->{rsource}) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:151: 	    @{$self}{qw/source source_root source_path/};
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:150: 	@{$self}{qw/rsource rsource_root rsource_path/} =
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:150: 	@{$self}{qw/rsource rsource_root rsource_path/} =
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:152: 	$self->{rsource_uuid} = $self->{source_uuid};
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:155:     die "please upgrade the mirror state\n"
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:159:     unless ($self->{ignore_lock}) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:160: 	die "no headrev"
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:172:     my ($self) = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:173:     my $fromrev;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:175:     if (defined ($fromrev = $self->_do_load_fromrev)) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:186:     my $self = shift;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:187:     my $fs = $self->{fs};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:188:     my $root = $fs->revision_root ($fs->youngest_rev);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:189:     my $changed = $root->node_created_rev ($self->{target_path});
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:190:     my $prop = $fs->revision_prop ($changed, 'svm:headrev');
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:191:     return unless $prop;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:192:     my %revs = map {split (':', $_)} $prop =~ m/^.*$/mg;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:192:     my %revs = map {split (':', $_)} $prop =~ m/^.*$/mg;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:193:     my $uuid = $self->{rsource_uuid} || $self->{source_uuid};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:194:     return $revs{$uuid};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:176: 	return $self->{fromrev} = $fromrev;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:163:     return;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:322:         return 0;
>> /usr/lib/perl5/SVN/Core.pm:408:     return if $globaldestroy;
>> /usr/lib/perl5/SVN/Core.pm:409:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:410:     if ($$self eq $SVN::_Core::current_pool) {
>> /usr/lib/perl5/SVN/Core.pm:411: 	$SVN::_Core::current_pool = pop @POOLSTACK;
>> /usr/lib/perl5/SVN/Core.pm:413:     if (exists $WRAPPOOL{$self}) {
>> /usr/lib/perl5/SVN/Core.pm:417:         apr_pool_destroy ($$self)
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/share/perl5/SVK/Command/Sync.pm:124:         if ( $self->{sync_all} ) {
>> /usr/share/perl5/SVK/Command/Sync.pm:138:             $m->run( $self->{torev} );
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:641:     my $self = shift;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:642:     my $ra = $self->_new_ra;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:167:     my ($self, %arg) = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:168:     $self->{config} ||= SVN::Core::config_get_config (undef, $self->{pool});
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:169:     $self->{auth} ||= $self->_new_auth;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:178:     my ($self) = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:180:     my $pool = SVN::Pool::create (${$self->{pool}});
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:180:     my $pool = SVN::Pool::create (${$self->{pool}});
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:181:     $pool->default;
>> /usr/lib/perl5/SVN/Core.pm:285:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:286:     my $pobj = SVN::Pool->_wrap ($$pool);
>> /usr/lib/perl5/SVN/Core.pm:398:     my ($class, $rawpool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:399:     my $pool = \$rawpool;
>> /usr/lib/perl5/SVN/Core.pm:400:     bless $pool, '_p_apr_pool_t';
>> /usr/lib/perl5/SVN/Core.pm:401:     my $npool = \$pool;
>> /usr/lib/perl5/SVN/Core.pm:402:     bless $npool, $class;
>> /usr/lib/perl5/SVN/Core.pm:403:     $WRAPPOOL{$npool} = 1;
>> /usr/lib/perl5/SVN/Core.pm:404:     $npool;
>> /usr/lib/perl5/SVN/Core.pm:287:     $WRAPPED{$pool} = $pobj;
>> /usr/lib/perl5/SVN/Core.pm:288:     $pobj->default;
>> /usr/lib/perl5/SVN/Core.pm:375:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:376:     push @POOLSTACK, $SVN::_Core::current_pool
>> /usr/lib/perl5/SVN/Core.pm:378:     $SVN::_Core::current_pool = $$self;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:182:     my ($baton, $ref) = SVN::Core::auth_open_helper([
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:306: 		goto &_UNIVERSAL_can;
>> /usr/lib/perl5/SVN/Core.pm:86:     my $args = shift;
>> /usr/lib/perl5/SVN/Core.pm:87:     my (@auth_providers,@auth_callbacks);
>> /usr/lib/perl5/SVN/Core.pm:89:     foreach my $arg (@{$args}) {
>> /usr/lib/perl5/SVN/Core.pm:89:     foreach my $arg (@{$args}) {
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:91:             push @auth_providers, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:91:             push @auth_providers, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:91:             push @auth_providers, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:91:             push @auth_providers, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:93:             push @auth_callbacks, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:91:             push @auth_providers, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:93:             push @auth_callbacks, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:91:             push @auth_providers, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:93:             push @auth_callbacks, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:91:             push @auth_providers, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:93:             push @auth_callbacks, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:91:             push @auth_providers, $arg;
>> /usr/lib/perl5/SVN/Core.pm:90:         if (ref($arg) eq '_p_svn_auth_provider_object_t') {
>> /usr/lib/perl5/SVN/Core.pm:93:             push @auth_callbacks, $arg;
>> /usr/lib/perl5/SVN/Core.pm:96:     my $auth_baton = SVN::Core::auth_open(\@auth_providers);
>> /usr/lib/perl5/SVN/Core.pm:97:     return ($auth_baton,\@auth_callbacks);
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:192:     $self->{auth_ref} = $ref;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:193:     return $baton;
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/lib/perl5/SVN/Core.pm:408:     return if $globaldestroy;
>> /usr/lib/perl5/SVN/Core.pm:409:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:410:     if ($$self eq $SVN::_Core::current_pool) {
>> /usr/lib/perl5/SVN/Core.pm:411: 	$SVN::_Core::current_pool = pop @POOLSTACK;
>> /usr/lib/perl5/SVN/Core.pm:413:     if (exists $WRAPPOOL{$self}) {
>> /usr/lib/perl5/SVN/Core.pm:414:         delete $WRAPPOOL{$self};
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:171:     SVN::Ra->new( url => $self->{rsource},
>> /usr/lib/perl5/SVN/Ra.pm:91:     my $class = shift;
>> /usr/lib/perl5/SVN/Ra.pm:92:     my $self = bless {}, $class;
>> /usr/lib/perl5/SVN/Ra.pm:93:     %$self = $#_ ? @_ : (url => $_[0]);
>> /usr/lib/perl5/SVN/Ra.pm:95:     if (defined($self->{auth})) {
>> /usr/lib/perl5/SVN/Ra.pm:96:         if (ref($self->{auth}) ne '_p_svn_auth_baton_t') {
>> /usr/lib/perl5/SVN/Ra.pm:111:     my $pool = $self->{pool} ||= SVN::Pool->new;
>> /usr/lib/perl5/SVN/Core.pm:356:     my ($class, $parent) = @_;
>> /usr/lib/perl5/SVN/Core.pm:357:     $parent = $$parent if ref ($parent) eq 'SVN::Pool';
>> /usr/lib/perl5/SVN/Core.pm:358:     my $self = bless \create ($parent), $class;
>> /usr/lib/perl5/SVN/Core.pm:359:     return $self;
>> /usr/lib/perl5/SVN/Ra.pm:112:     my $callback = 'SVN::Ra::Callbacks';
>> /usr/lib/perl5/SVN/Ra.pm:115:     if ($self->{callback} && !ref($self->{callback})) {
>> /usr/lib/perl5/SVN/Ra.pm:119:     $callback = (delete $self->{callback}) || $callback->new (auth => $self->{auth});
>> /usr/lib/perl5/SVN/Ra.pm:173:     my $class = shift;
>> /usr/lib/perl5/SVN/Ra.pm:174:     my $self = bless {}, $class;
>> /usr/lib/perl5/SVN/Ra.pm:175:     %$self = @_;
>> /usr/lib/perl5/SVN/Ra.pm:176:     return $self;
>> /usr/lib/perl5/SVN/Ra.pm:121:     $self->{session} = SVN::_Ra::svn_ra_open ($self->{url}, $callback, $self->{config} || {}, $pool);
>> /usr/lib/perl5/SVN/Ra.pm:122:     return $self;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:643:     my $latestrev = $self->get_latest_rev ($ra);
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:599:     my ($self, $ra) = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:601:     return $ra->get_latest_revnum
>> /usr/lib/perl5/SVN/Ra.pm:74:     my $class = ref($_[0]);
>> /usr/lib/perl5/SVN/Ra.pm:75:     my $method = $AUTOLOAD;
>> /usr/lib/perl5/SVN/Ra.pm:76:     $method =~ s/.*:://;
>> /usr/lib/perl5/SVN/Ra.pm:77:     return unless $method =~ m/[^A-Z]/;
>> /usr/lib/perl5/SVN/Ra.pm:79:     my $self = shift;
>> /usr/lib/perl5/SVN/Ra.pm:82:     my $func = $self->{session}->can ($method)
>> /usr/share/perl5/Class/Autouse.pm:302: 	my $class = ref $_[0] || $_[0] || return undef;
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:305: 	if ( $LOADED{$class} or defined @{"${class}::ISA"} ) { 
>> /usr/share/perl5/Class/Autouse.pm:310: 	$class =~ /^[^\W\d]\w*(?:(?:'|::)[^\W\d]\w*)*$/o or return undef;
>> /usr/share/perl5/Class/Autouse.pm:313: 	my $load = 0;
>> /usr/share/perl5/Class/Autouse.pm:314: 	my $file = _class_file($class);
>> /usr/share/perl5/Class/Autouse.pm:494: 	join( '/', split /(?:\'|::)/, shift ) . '.pm';
>> /usr/share/perl5/Class/Autouse.pm:315: 	if ( defined $INC{$file} and $INC{$file} eq 'Class::Autouse' ) {
>> /usr/share/perl5/Class/Autouse.pm:320: 		$load = 0;
>> /usr/share/perl5/Class/Autouse.pm:333: 	if ( $load ) {
>> /usr/share/perl5/Class/Autouse.pm:339: 	goto &_UNIVERSAL_can;
>> /usr/lib/perl5/SVN/Ra.pm:85:     my @ret = $func->($self->{session}, @_);
>> /usr/lib/perl5/SVN/Ra.pm:86:     return bless [@ret], 'SVN::Ra::Reporter' if $reporter{$method};
>> /usr/lib/perl5/SVN/Ra.pm:87:     return $#ret == 0 ? $ret[0] : @ret;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:645:     $self->lock ('sync');
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:508:     my ($self, $what) = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:509:     my $fs = $self->{fs};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:510:     my $token = $self->_lock_token ($what);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:501:     my $token = $_[0]->{target_path};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:502:     $token =~ s/_/__/g;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:503:     $token =~ s{/}{_}g;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:504:     return "svm:lock:$_[1]:$token";
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:511:     my $content = hostname.':'.$$;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:33:   return $host if defined $host;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:36:   $host = ghname() if defined &ghname;
>> /usr/lib/perl/5.8/Sys/Hostname.pm:37:   return $host if defined $host;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:512:     my $where = join(' ', (caller(0))[0..2]);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:513:     die $where."\n".$self->{locked}{$what} if exists $self->{locked}{$what};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:518: 	while (1) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:518: 	while (1) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:519: 	    my $who = $fs->revision_prop (0, $token) or last LOCKED;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:533:     $fs->change_rev_prop (0, $token, $content);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:534:     $self->{locked}{$what} = $where;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:646:     $self->load_fromrev;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:172:     my ($self) = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:173:     my $fromrev;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:175:     if (defined ($fromrev = $self->_do_load_fromrev)) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:186:     my $self = shift;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:187:     my $fs = $self->{fs};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:188:     my $root = $fs->revision_root ($fs->youngest_rev);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:189:     my $changed = $root->node_created_rev ($self->{target_path});
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:190:     my $prop = $fs->revision_prop ($changed, 'svm:headrev');
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:191:     return unless $prop;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:192:     my %revs = map {split (':', $_)} $prop =~ m/^.*$/mg;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:192:     my %revs = map {split (':', $_)} $prop =~ m/^.*$/mg;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:193:     my $uuid = $self->{rsource_uuid} || $self->{source_uuid};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:194:     return $revs{$uuid};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:176: 	return $self->{fromrev} = $fromrev;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:651:     $self->{headrev} = $self->{fs}->youngest_rev;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:652:     if ($self->{skip_to} && $self->{skip_to} =~ m/^HEAD(?:-(\d+))?/) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:655:     my $startrev = ($self->{skip_to} || 0);
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:656:     $startrev = $self->{fromrev}+1 if $self->{fromrev}+1 > $startrev;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:657:     my $endrev = shift || -1;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:658:     if ($endrev && $endrev =~ m/^HEAD(?:-(\d+))?/) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:661:     $endrev = $latestrev if $endrev == -1;
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:663:     print "Syncing $self->{source}".($self->_relayed ? " via $self->{rsource}\n" : "\n");
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:572: sub _relayed { $_[0]->{rsource} ne $_[0]->{source} }
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:665:     $self->unlock ('sync'), return
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:538:     my ($self, $what) = @_;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:539:     if ($what eq 'force') {
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:547:     my $token = $self->_lock_token ($what);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:501:     my $token = $_[0]->{target_path};
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:502:     $token =~ s/_/__/g;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:503:     $token =~ s{/}{_}g;
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:504:     return "svm:lock:$_[1]:$token";
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:548:     if ($self->{locked}{$what}) {
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:549: 	$self->{fs}->change_rev_prop (0, $token, undef);
>> /usr/local/share/perl/5.8.8/SVN/Mirror.pm:550: 	delete $self->{locked}{$what};
>> /usr/lib/perl5/SVN/Ra.pm:125: sub DESTROY {
>> /usr/lib/perl5/SVN/Core.pm:408:     return if $globaldestroy;
>> /usr/lib/perl5/SVN/Core.pm:409:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:410:     if ($$self eq $SVN::_Core::current_pool) {
>> /usr/lib/perl5/SVN/Core.pm:413:     if (exists $WRAPPOOL{$self}) {
>> /usr/lib/perl5/SVN/Core.pm:417:         apr_pool_destroy ($$self)
Killed by signal 15.
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/share/perl5/SVK/Command/Sync.pm:143:             find_prev_copy( $fs, $fs->youngest_rev );
>> /usr/share/perl5/SVK/Util.pm:872:     my ($fs, $endrev, $ppool) = @_;
>> /usr/share/perl5/SVK/Util.pm:873:     my $pool = SVN::Pool->new_default;
>> /usr/lib/perl5/SVN/Core.pm:369:     my $self = new(@_);
>> /usr/lib/perl5/SVN/Core.pm:356:     my ($class, $parent) = @_;
>> /usr/lib/perl5/SVN/Core.pm:357:     $parent = $$parent if ref ($parent) eq 'SVN::Pool';
>> /usr/lib/perl5/SVN/Core.pm:358:     my $self = bless \create ($parent), $class;
>> /usr/lib/perl5/SVN/Core.pm:359:     return $self;
>> /usr/lib/perl5/SVN/Core.pm:370:     $self->default;
>> /usr/lib/perl5/SVN/Core.pm:375:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:376:     push @POOLSTACK, $SVN::_Core::current_pool
>> /usr/lib/perl5/SVN/Core.pm:378:     $SVN::_Core::current_pool = $$self;
>> /usr/lib/perl5/SVN/Core.pm:371:     return $self;
>> /usr/share/perl5/SVK/Util.pm:875:     my $spool = $ppool ? SVN::Pool::create ($$ppool) : $pool;
>> /usr/share/perl5/SVK/Util.pm:876:     my ($rev, $startrev) = ($endrev, $endrev);
>> /usr/share/perl5/SVK/Util.pm:877:     my ($root, $copy);
>> /usr/share/perl5/SVK/Util.pm:878:     while ($rev > 0) {
>> /usr/share/perl5/SVK/Util.pm:879: 	$pool->clear;
>> /usr/lib/perl5/SVN/Core.pm:382:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:383:     apr_pool_clear ($$self);
>> /usr/share/perl5/SVK/Util.pm:880: 	SVN::Pool::apr_pool_clear ($spool) if $ppool;
>> /usr/share/perl5/SVK/Util.pm:881: 	if (defined (my $cache = $fs->revision_prop ($rev, 'svk:copy_cache_prev'))) {
>> /usr/share/perl5/SVK/Util.pm:882: 	    $startrev = $rev + 1;
>> /usr/share/perl5/SVK/Util.pm:883: 	    $rev = $cache;
>> /usr/share/perl5/SVK/Util.pm:884: 	    last if $rev == 0;
>> /usr/share/perl5/SVK/Util.pm:886: 	$root = $fs->revision_root ($rev, $spool);
>> /usr/share/perl5/SVK/Util.pm:887: 	if ($copy = _copies_in_root ($root)) {
>> /usr/share/perl5/SVK/Util.pm:857:     my ($root) = @_;
>> /usr/share/perl5/SVK/Util.pm:858:     my $copies;
>> /usr/share/perl5/SVK/Util.pm:859:     my $changed = $root->paths_changed;
>> /usr/share/perl5/SVK/Util.pm:860:     my $pool = SVN::Pool->new_default;
>> /usr/lib/perl5/SVN/Core.pm:369:     my $self = new(@_);
>> /usr/lib/perl5/SVN/Core.pm:356:     my ($class, $parent) = @_;
>> /usr/lib/perl5/SVN/Core.pm:357:     $parent = $$parent if ref ($parent) eq 'SVN::Pool';
>> /usr/lib/perl5/SVN/Core.pm:358:     my $self = bless \create ($parent), $class;
>> /usr/lib/perl5/SVN/Core.pm:359:     return $self;
>> /usr/lib/perl5/SVN/Core.pm:370:     $self->default;
>> /usr/lib/perl5/SVN/Core.pm:375:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:376:     push @POOLSTACK, $SVN::_Core::current_pool
>> /usr/lib/perl5/SVN/Core.pm:378:     $SVN::_Core::current_pool = $$self;
>> /usr/lib/perl5/SVN/Core.pm:371:     return $self;
>> /usr/share/perl5/SVK/Util.pm:861:     for (keys %$changed) {
>> /usr/share/perl5/SVK/Util.pm:862: 	$pool->clear;
>> /usr/lib/perl5/SVN/Core.pm:382:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:383:     apr_pool_clear ($$self);
>> /usr/share/perl5/SVK/Util.pm:863: 	next if $changed->{$_}->change_kind == $SVN::Fs::PathChange::delete;
>> /usr/lib/perl5/SVN/Base.pm:80: 		&{"SVN::_${pkg}::${prefix}${member}_".
>> /usr/lib/perl5/SVN/Base.pm:80: 		&{"SVN::_${pkg}::${prefix}${member}_".
>> /usr/share/perl5/SVK/Util.pm:864: 	my ($copyfrom_rev, $copyfrom_path) = $root->copied_from ($_);
>> /usr/share/perl5/SVK/Util.pm:865: 	$copies->{$_} = [$copyfrom_rev, $copyfrom_path]
>> /usr/share/perl5/SVK/Util.pm:862: 	$pool->clear;
>> /usr/lib/perl5/SVN/Core.pm:382:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:383:     apr_pool_clear ($$self);
>> /usr/share/perl5/SVK/Util.pm:863: 	next if $changed->{$_}->change_kind == $SVN::Fs::PathChange::delete;
>> /usr/lib/perl5/SVN/Base.pm:80: 		&{"SVN::_${pkg}::${prefix}${member}_".
>> /usr/lib/perl5/SVN/Base.pm:80: 		&{"SVN::_${pkg}::${prefix}${member}_".
>> /usr/share/perl5/SVK/Util.pm:864: 	my ($copyfrom_rev, $copyfrom_path) = $root->copied_from ($_);
>> /usr/share/perl5/SVK/Util.pm:865: 	$copies->{$_} = [$copyfrom_rev, $copyfrom_path]
>> /usr/share/perl5/SVK/Util.pm:862: 	$pool->clear;
>> /usr/lib/perl5/SVN/Core.pm:382:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:383:     apr_pool_clear ($$self);
>> /usr/share/perl5/SVK/Util.pm:863: 	next if $changed->{$_}->change_kind == $SVN::Fs::PathChange::delete;
>> /usr/lib/perl5/SVN/Base.pm:80: 		&{"SVN::_${pkg}::${prefix}${member}_".
>> /usr/lib/perl5/SVN/Base.pm:80: 		&{"SVN::_${pkg}::${prefix}${member}_".
>> /usr/share/perl5/SVK/Util.pm:864: 	my ($copyfrom_rev, $copyfrom_path) = $root->copied_from ($_);
>> /usr/share/perl5/SVK/Util.pm:865: 	$copies->{$_} = [$copyfrom_rev, $copyfrom_path]
>> /usr/share/perl5/SVK/Util.pm:862: 	$pool->clear;
>> /usr/lib/perl5/SVN/Core.pm:382:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:383:     apr_pool_clear ($$self);
>> /usr/share/perl5/SVK/Util.pm:863: 	next if $changed->{$_}->change_kind == $SVN::Fs::PathChange::delete;
>> /usr/lib/perl5/SVN/Base.pm:80: 		&{"SVN::_${pkg}::${prefix}${member}_".
>> /usr/lib/perl5/SVN/Base.pm:80: 		&{"SVN::_${pkg}::${prefix}${member}_".
>> /usr/share/perl5/SVK/Util.pm:864: 	my ($copyfrom_rev, $copyfrom_path) = $root->copied_from ($_);
>> /usr/share/perl5/SVK/Util.pm:865: 	$copies->{$_} = [$copyfrom_rev, $copyfrom_path]
>> /usr/share/perl5/SVK/Util.pm:868:     return $copies;
>> /usr/lib/perl5/SVN/Core.pm:408:     return if $globaldestroy;
>> /usr/lib/perl5/SVN/Core.pm:409:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:410:     if ($$self eq $SVN::_Core::current_pool) {
>> /usr/lib/perl5/SVN/Core.pm:411: 	$SVN::_Core::current_pool = pop @POOLSTACK;
>> /usr/lib/perl5/SVN/Core.pm:413:     if (exists $WRAPPOOL{$self}) {
>> /usr/lib/perl5/SVN/Core.pm:417:         apr_pool_destroy ($$self)
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/share/perl5/SVK/Util.pm:888: 	    last;
>> /usr/share/perl5/SVK/Util.pm:893: 	for $startrev..$endrev;
>> /usr/share/perl5/SVK/Util.pm:893: 	for $startrev..$endrev;
>> /usr/share/perl5/SVK/Util.pm:894:     return unless $rev;
>> /usr/share/perl5/SVK/Util.pm:895:     return ($root, $copy);
>> /usr/lib/perl5/SVN/Core.pm:408:     return if $globaldestroy;
>> /usr/lib/perl5/SVN/Core.pm:409:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:410:     if ($$self eq $SVN::_Core::current_pool) {
>> /usr/lib/perl5/SVN/Core.pm:411: 	$SVN::_Core::current_pool = pop @POOLSTACK;
>> /usr/lib/perl5/SVN/Core.pm:413:     if (exists $WRAPPOOL{$self}) {
>> /usr/lib/perl5/SVN/Core.pm:417:         apr_pool_destroy ($$self)
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/local/share/perl/5.8.8/SVN/Mirror/Ra.pm:715: sub DESTROY {
>> /usr/lib/perl5/SVN/Core.pm:408:     return if $globaldestroy;
>> /usr/lib/perl5/SVN/Core.pm:409:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:410:     if ($$self eq $SVN::_Core::current_pool) {
>> /usr/lib/perl5/SVN/Core.pm:413:     if (exists $WRAPPOOL{$self}) {
>> /usr/lib/perl5/SVN/Core.pm:417:         apr_pool_destroy ($$self)
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/share/perl5/SVK/Command/Sync.pm:146:     return;
>> /usr/share/perl5/SVK/Command.pm:196: 	    $xd->unlock if $xd;
>> /usr/share/perl5/SVK/XD.pm:259:     my ($self) = @_;
>> /usr/share/perl5/SVK/XD.pm:260:     my @paths = $self->{checkout}->find ('', {lock => $$});
>> /usr/share/perl5/Data/Hierarchy.pm:190:     my ($self, $key, $value) = @_;
>> /usr/share/perl5/Data/Hierarchy.pm:191:     $self->key_safe ($key);
>> /usr/share/perl5/Data/Hierarchy.pm:50:     if (length ($_[1]) > 1 and rindex($_[1], $_[0]->{sep}) == length ($_[1])) {
>> /usr/share/perl5/Data/Hierarchy.pm:54:     $_[1] =~ s/\Q$_[0]->{sep}\E+$//;
>> /usr/share/perl5/Data/Hierarchy.pm:192:     my @items;
>> /usr/share/perl5/Data/Hierarchy.pm:193:     my @datapoints = $self->descendents($key);
>> /usr/share/perl5/Data/Hierarchy.pm:113:     my ($self, $key) = @_;
>> /usr/share/perl5/Data/Hierarchy.pm:114:     my $both = {%{$self->{hash}}, %{$self->{sticky} || {}}};
>> /usr/share/perl5/Data/Hierarchy.pm:114:     my $both = {%{$self->{hash}}, %{$self->{sticky} || {}}};
>> /usr/share/perl5/Data/Hierarchy.pm:114:     my $both = {%{$self->{hash}}, %{$self->{sticky} || {}}};
>> /usr/share/perl5/Data/Hierarchy.pm:117:     return sort keys %$both unless length($key);
>> /usr/share/perl5/Data/Hierarchy.pm:195:     for my $entry (@datapoints) {
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:196: 	my $matched = 1;
>> /usr/share/perl5/Data/Hierarchy.pm:197: 	for (keys %$value) {
>> /usr/share/perl5/Data/Hierarchy.pm:198: 	    my $lookat = (index($_, '.') == 0) ?
>> /usr/share/perl5/Data/Hierarchy.pm:200: 	    $matched = 0
>> /usr/share/perl5/Data/Hierarchy.pm:203: 	    last unless $matched;
>> /usr/share/perl5/Data/Hierarchy.pm:205: 	push @items, $entry
>> /usr/share/perl5/Data/Hierarchy.pm:208:     return @items;
>> /usr/share/perl5/SVK/XD.pm:262: 	for @paths;
>> /usr/share/perl5/SVK/XD.pm:262: 	for @paths;
>> /usr/share/perl5/SVK/Command.pm:197: 	    die $@ if $@;
>> /usr/share/perl5/SVK/Command.pm:202:     $xd->giant_unlock if $xd && ref ($cmd) && !$cmd->{hold_giant};
>> /usr/share/perl5/SVK/XD.pm:302:     my ($self) = @_;
>> /usr/share/perl5/SVK/XD.pm:303:     return unless $self->{giantlock};
>> /usr/share/perl5/SVK/XD.pm:304:     unlink ($self->{giantlock});
>> /usr/share/perl5/SVK/XD.pm:305:     delete $self->{giantlocked};
>> /usr/share/perl5/SVK/Command.pm:204:     $ofh = select STDERR unless $output;
>> /usr/share/perl5/SVK/Command.pm:205:     print $ret if $ret && $ret !~ /^\d+$/;
>> /usr/share/perl5/SVK/Command.pm:207:     unless (ref($@)) {
>> /usr/share/perl5/SVK/Command.pm:208: 	if ($SVN::Core::VERSION gt '1.2.2') {
>> /usr/share/perl5/SVK/Command.pm:209: 	    print $@ if $@;
>> /usr/share/perl5/SVK/Command.pm:216:     $ret = 1 if ($ret ? $ret !~ /^\d+$/ : $@);
>> /usr/share/perl5/SVK/Command.pm:217:     undef $cmd; undef $pool; # this needs to happen before finish select
>> /usr/share/perl5/SVK/Command.pm:217:     undef $cmd; undef $pool; # this needs to happen before finish select
>> /usr/lib/perl5/SVN/Core.pm:408:     return if $globaldestroy;
>> /usr/lib/perl5/SVN/Core.pm:409:     my $self = shift;
>> /usr/lib/perl5/SVN/Core.pm:410:     if ($$self eq $SVN::_Core::current_pool) {
>> /usr/lib/perl5/SVN/Core.pm:411: 	$SVN::_Core::current_pool = pop @POOLSTACK;
>> /usr/lib/perl5/SVN/Core.pm:413:     if (exists $WRAPPOOL{$self}) {
>> /usr/lib/perl5/SVN/Core.pm:417:         apr_pool_destroy ($$self)
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/share/perl5/SVK/Command.pm:218:     select $ofh if $ofh;
>> /usr/share/perl5/SVK/Command.pm:220:     return ($ret || 0);
>> /usr/bin/svk:90:     $xd->store ();
>> /usr/share/perl5/SVK/XD.pm:215:     my ($self) = @_;
>> /usr/share/perl5/SVK/XD.pm:216:     $self->{updated} = 1;
>> /usr/share/perl5/SVK/XD.pm:217:     return unless $self->{statefile};
>> /usr/share/perl5/SVK/XD.pm:218:     local $@;
>> /usr/share/perl5/SVK/XD.pm:219:     if ($self->{giantlocked}) {
>> /usr/share/perl5/SVK/XD.pm:230:     $self->giant_unlock ();
>> /usr/share/perl5/SVK/XD.pm:302:     my ($self) = @_;
>> /usr/share/perl5/SVK/XD.pm:303:     return unless $self->{giantlock};
>> /usr/share/perl5/SVK/XD.pm:304:     unlink ($self->{giantlock});
>> /usr/share/perl5/SVK/XD.pm:305:     delete $self->{giantlocked};
>> /usr/share/perl5/SVK/XD.pm:1654:     my ($self) = @_;
>> /usr/share/perl5/SVK/XD.pm:1655:     return if $self->{updated};
>> /usr/bin/svk:93: 1;
>> /usr/bin/svk:95: exit (defined $ret ? $ret : 1);
>> /usr/share/perl/5.8/File/Temp.pm:871:     cleanup();
>> /usr/share/perl/5.8/File/Temp.pm:877:     if (!$KEEP_ALL) {
>> /usr/share/perl/5.8/File/Temp.pm:880: 		   @{ $files_to_unlink{$$} } : () );
>> /usr/share/perl/5.8/File/Temp.pm:881:       foreach my $file (@files) {
>> /usr/share/perl/5.8/File/Temp.pm:895: 		  @{ $dirs_to_unlink{$$} } : () );
>> /usr/share/perl/5.8/File/Temp.pm:896:       foreach my $dir (@dirs) {
>> /usr/share/perl/5.8/File/Temp.pm:903:       @{ $files_to_unlink{$$} } = ()
>> /usr/share/perl/5.8/File/Temp.pm:905:       @{ $dirs_to_unlink{$$} } = ()
>> /usr/lib/perl5/SVN/Core.pm:389:     $globaldestroy = 1;
>> /usr/lib/perl5/SVN/Core.pm:57:     SVN::_Core::apr_terminate();
>> /usr/lib/perl/5.8/Encode/Encoding.pm:64: sub DESTROY {}
>> /usr/lib/perl/5.8/Encode/Encoding.pm:64: sub DESTROY {}
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/lib/perl5/SVN/Core.pm:408:     return if $globaldestroy;
>> /usr/lib/perl/5.8/Encode/Encoding.pm:64: sub DESTROY {}
>> /usr/lib/perl/5.8/Config.pm:62: sub DESTROY { }
>> /usr/lib/perl5/SVN/Core.pm:408:     return if $globaldestroy;
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/lib/perl5/SVN/Core.pm:292:     my ($pool) = @_;
>> /usr/lib/perl5/SVN/Core.pm:293:     delete $WRAPPED{$pool};
>> /usr/lib/perl/5.8/IO/Handle.pm:75: sub DESTROY {}
>> /usr/lib/perl/5.8/IO/Handle.pm:75: sub DESTROY {}
>> /usr/lib/perl/5.8/IO/Handle.pm:75: sub DESTROY {}
