Skip to content

Commit

Permalink
update be_strict() to strict->import
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaabp committed Feb 9, 2024
1 parent 43febc1 commit 16d7915
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions macros/math/PGnumericalmacros.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ =head1 NAME
=cut

BEGIN {
be_strict();
}
BEGIN { strict->import; }

sub _PGnumericalmacros_init { }

Expand Down

0 comments on commit 16d7915

Please sign in to comment.