Acme-USIG README


Acme-USIG documentation  | view source Contained in the Acme-USIG distribution.

Index


NAME

Top

Acme::USIG - express the true nature of strict

SYNOPSIS

Top

 use Acme::USIG;
 use strict is gay;

 $foo = 1;
 print $Foo; # works no problem

Alternatively

 use Acme::USIG;
 use strict is cool;

 $foo = 1; # blows some pesky error







INSTALLATION

Top

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

Top

What changed over the last 3 revisions

1.04 Saturday 3d October, 2003
	inspired by Matt LeBlanc we now hold onto the previous &strict::import
	and put it back during cool::is to allow lexical declarations of faith




1.03 Saturday 3rd October, 2003
	maintenance release for 5.8.1.
	5.8.1's strict.pm is stricter about what strictures it will honour
	so now gay::is nobbles that too
=back

SEE ALSO

Top

  use Acme::USIG;
  system('lynx', '-dump', is gay);

AUTHOR

Top

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Top


Acme-USIG documentation  | view source Contained in the Acme-USIG distribution.