X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FB%2FConcise.pm;h=48b8bb844e48a9a8d1990778c7362c678174edc0;hp=a54e5b1b0451f5ec574856395e9a769c9c79ad0f;hb=87c0767b26285540e0d2e7b3daf95fa3929ca14b;hpb=1716b20061af51ca82cc543f618f19c1e20f2efa diff --git a/lib/Devel/REPL/Plugin/B/Concise.pm b/lib/Devel/REPL/Plugin/B/Concise.pm index a54e5b1..48b8bb8 100644 --- a/lib/Devel/REPL/Plugin/B/Concise.pm +++ b/lib/Devel/REPL/Plugin/B/Concise.pm @@ -1,13 +1,11 @@ -#!/usr/bin/perl - use strict; use warnings; package Devel::REPL::Plugin::B::Concise; use Devel::REPL::Plugin; -use B::Concise (); +use B::Concise 0.62 (); -B::Concise::compileOpts(qw(-nobanner)); +B::Concise::compileOpts qw(-nobanner); use namespace::autoclean; @@ -19,7 +17,7 @@ sub BEFORE_PLUGIN { sub AFTER_PLUGIN { my $self = shift; - my $prefix = $self->default_command_prefix; + my $prefix = $self->default_command_prefix; $self->add_turtles_matcher(qr/^ \#(concise) \s+ @@ -65,14 +63,14 @@ Devel::REPL::Plugin::B::Concise - B::Concise dumping of expression optrees repl> #concise -exec -terse { > foo => foo(), > } - COP (0x138b1e0) nextstate - OP (0x13bd280) pushmark - SVOP (0x138c6a0) const PV (0xbbab50) "foo" - OP (0x13bbae0) pushmark - SVOP (0x13bcee0) gv GV (0xbbb250) *Devel::REPL::Plugin::B::Concise::foo - UNOP (0x13890a0) entersub [1] - LISTOP (0x13ba020) anonhash - UNOP (0x5983d0) leavesub [1] + COP (0x138b1e0) nextstate + OP (0x13bd280) pushmark + SVOP (0x138c6a0) const PV (0xbbab50) "foo" + OP (0x13bbae0) pushmark + SVOP (0x13bcee0) gv GV (0xbbb250) *Devel::REPL::Plugin::B::Concise::foo + UNOP (0x13890a0) entersub [1] + LISTOP (0x13ba020) anonhash + UNOP (0x5983d0) leavesub [1] =head1 DESCRIPTION