Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 18.227.134.162
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : extra.pm
package strictures::extra;
use strict;
use warnings FATAL => 'all';

sub import {
  $ENV{PERL_STRICTURES_EXTRA} = 1;
}

sub unimport {
  $ENV{PERL_STRICTURES_EXTRA} = 0;
}

1;

__END__
=head1 NAME

strictures::extra - enable or disable strictures additional checks

=head1 SYNOPSIS

  no strictures::extra;
  # will not enable indirect, multidimensional, or bareword filehandle checks
  use strictures;

=head1 DESCRIPTION

Enable or disable strictures additional checks, preventing checks for C<.git>
or other VCS directories.

Equivalent to setting the C<PERL_STRICTURES_EXTRA> environment variable.

=head1 AUTHORS

See L<strictures> for authors.

=head1 COPYRIGHT AND LICENSE

See L<strictures> for the copyright and license.

=cut
© 2025 GrazzMean