summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Shell.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Shell.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Shell.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/Shell.pm b/Master/tlpkg/tlperl/lib/Shell.pm
index 72c7ec21376..66a0c6b0e11 100644
--- a/Master/tlpkg/tlperl/lib/Shell.pm
+++ b/Master/tlpkg/tlperl/lib/Shell.pm
@@ -9,6 +9,8 @@ our($capture_stderr, $raw, $VERSION, $AUTOLOAD);
$VERSION = '0.72_01';
$VERSION = eval $VERSION;
+use if $] >= 5.011, 'deprecate';
+
sub new { bless \my $foo, shift }
sub DESTROY { }