--- Convert-UUlib/UUlib.pm 2020/02/28 17:19:02 1.48 +++ Convert-UUlib/UUlib.pm 2020/02/28 17:33:09 1.49 @@ -1,7 +1,6 @@ package Convert::UUlib; -no warnings; -use strict; +use common::sense; use Carp; @@ -53,12 +52,6 @@ # dummy function for compatiiblity with pre-1.7 versions sub Initialize { } -for (@_consts) { - my $constant = constant ($_); - no strict 'refs'; - *$_ = sub () { $constant }; -} - # action code -> string mapping sub straction($) { return 'copying' if $_[0] == &ACT_COPYING;