X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FB%2FConcise.pm;h=5eceba2908110a5f189e92da285732f8f69db8af;hb=e41f170c93f4a3abb291e3513e1032813b1dfa04;hp=2965d9cf9e480ab1fbddd91cf00f8f8ed5fbdc91;hpb=3a40071593734bf02e987a076b6408095ecfad41;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/B/Concise.pm b/lib/Devel/REPL/Plugin/B/Concise.pm index 2965d9c..5eceba2 100644 --- a/lib/Devel/REPL/Plugin/B/Concise.pm +++ b/lib/Devel/REPL/Plugin/B/Concise.pm @@ -1,5 +1,5 @@ -#!/usr/bin/perl - +use strict; +use warnings; package Devel::REPL::Plugin::B::Concise; use Devel::REPL::Plugin; @@ -7,7 +7,7 @@ use B::Concise (); B::Concise::compileOpts(qw(-nobanner)); -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; sub BEFORE_PLUGIN { my $self = shift;