xref: /openbsd-src/gnu/usr.bin/perl/t/lib/deprecate/Optionally.pm (revision b39c515898423c8d899e35282f4b395f7cad3298)
1*b39c5158Smillertpackage Optionally::Deprecated;
2*b39c5158Smillertuse strict;
3*b39c5158Smillert
4*b39c5158Smillertuse if $] >=  5.011, 'deprecate';
5*b39c5158Smillert
6*b39c5158Smillertq(Mostly harmless);
7*b39c5158Smillert
8