the __END__ is temporarily removed.
p4raw-id: //depot/perl@29587
package POSIX;
+use strict;
+use warnings;
-our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %SIGRT) = ();
+our(@ISA, %EXPORT_TAGS, @EXPORT_OK, @EXPORT, $AUTOLOAD, %SIGRT) = ();
our $VERSION = "1.12";
package POSIX::SigRt;
-use strict;
-
use AutoLoader 'AUTOLOAD';
use Tie::Hash;