ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/constants.pl.PL
(Generate patch)

Comparing AnyEvent/constants.pl.PL (file contents):
Revision 1.11 by root, Tue Mar 27 23:47:57 2012 UTC vs.
Revision 1.12 by root, Sat Sep 22 00:22:59 2012 UTC

8BEGIN { eval "use Socket ()" } 8BEGIN { eval "use Socket ()" }
9BEGIN { eval "use Fcntl ()" } 9BEGIN { eval "use Fcntl ()" }
10BEGIN { eval "use POSIX ()" } 10BEGIN { eval "use POSIX ()" }
11 11
12open my $fh, ">lib/AnyEvent/constants.pl" 12open my $fh, ">lib/AnyEvent/constants.pl"
13 or die "lib/AnyEvent/constants.pl: $_[0]\n"; 13 or die "lib/AnyEvent/constants.pl: $!\n";
14 14
15my $oldstdout = select $fh; 15my $oldstdout = select $fh;
16 16
17print "# automatically generated from constants.pl.PL for perl $] built for $Config{archname}\n"; 17print "# automatically generated from constants.pl.PL for perl $] built for $Config{archname}\n";
18 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines