The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::USIG - express the true nature of strict

SYNOPSIS

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

perl Build.PL
perl Build test

and if all goes well

perl Build install

HISTORY

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

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

AUTHOR

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Copyright (C) 2001, 2002, 2003 Richard Clamp. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 52:

You forgot a '=back' before '=head1'