xmltv Makefile.PL,1.398,1.399

Nick Morrott <[email protected]>
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv
In directory vz-cvs-3.sog:/tmp/cvs-serv24523

Modified Files:
	Makefile.PL 
Log Message:
Whitespace. Tabs left in heredocs output directly to Makefile, replaced with spaces otherwise.

Index: Makefile.PL
===================================================================
RCS file: /cvsroot/xmltv/xmltv/Makefile.PL,v
retrieving revision 1.398
retrieving revision 1.399
diff -C2 -d -r1.398 -r1.399
*** Makefile.PL	9 Jun 2012 02:43:40 -0000	1.398
--- Makefile.PL	9 Jun 2012 03:12:27 -0000	1.399
***************
*** 17,23 ****
  $SIG{__WARN__} = sub {
      for (my $msg = shift) {
! 	$_ = "warning: something's wrong" if not defined;
! 	warn $_
! 	  unless /Argument .+ isn.t numeric in numeric lt .+MakeMaker.pm/;
      }
  };
--- 17,23 ----
  $SIG{__WARN__} = sub {
      for (my $msg = shift) {
[...1222 lines suppressed...]
!             my $name = $1;
!             die "target $name seen twice" if defined $r{$name};
!             $r{$name} = $curr_target = [];
!         }
!         elsif (/^\s+/ and defined $curr_target) {
!             # Commands for the target.
!             push @$curr_target, $_;
!         }
          elsif (/^$/) {
              # Blank lines are legal in a target definition
          }
!         elsif (/^\s*(?:\#.*)?$/) {
!             undef $curr_target;
!         }
!         else {
!             chomp;
!             die "bad makefile line: '$_'";
!         }
      }
      return \%r;


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.