X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FOpcode%2Fops.pm;h=8a7a200665a042dabf12bef8ed6b05bead337b17;hb=821bf9a5d89e1fc44be0165540e1f57de5c874e1;hp=b9ea36cef39ec2a8518148a94d32db13b88a44c9;hpb=2ea6c7ce0488e1089687862028446bf8024c6a88;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Opcode/ops.pm b/ext/Opcode/ops.pm index b9ea36c..8a7a200 100644 --- a/ext/Opcode/ops.pm +++ b/ext/Opcode/ops.pm @@ -1,5 +1,7 @@ package ops; +our $VERSION = '1.00'; + use Opcode qw(opmask_add opset invert_opset); sub import { @@ -31,7 +33,7 @@ ops - Perl pragma to restrict unsafe operations when compiling =head1 DESCRIPTION -Since the ops pragma currently has an irreversable global effect, it is +Since the ops pragma currently has an irreversible global effect, it is only of significant practical use with the C<-M> option on the command line. See the L module for information about opcodes, optags, opmasks