Hi,

App::Repl and Shell::Perl have better output.
I think Devel::Perl is not useful.

Please see sample output.

re.pl(Devel::Perl)
$ use CGI
$ CGI->new
$CGI1 = CGI=HASH(0x3e38f60);

App::REPL
App::REPL _ use CGI
App::REPL _ CGI->new
$VAR1 = bless( {
'.parameters' => [],
'use_tempfile' => 1,
'.charset' => 'ISO-8859-1',
'.fieldnames' => {},
'param' => {},
'escape' => 1
}, 'CGI' );

Shell::Perl
pirl @> use CGI
@var = ();
pirl @> CGI->new
@var = (
         bless( {
                  '.parameters' => [],
                  'use_tempfile' => 1,
                  '.charset' => 'ISO-8859-1',
                  '.fieldnames' => {},
                  'param' => {},
                  'escape' => 1
                }, 'CGI' )
       );

Regards,

>>>>> On Wed, 16 Feb 2011 08:46:06 -0500
>>>>> [email protected]("Mike O'Connor")  said:
> 
> [1  <text/plain (quoted-printable)>]
> 
> Do we really need libshell-perl-perl and libapp-repl-perl and
> perl-console (which is already in the repos)?
> 
> Do either of these new ITPs provide any functionality that we don't
> already have in debian?
> 
> bye,
> stew
> 
> On Wed, 16 Feb 2011 22:16:59 +0900 (JST), TANIGUCHI Takaki 
> <[email protected]> wrote:
> > Package: wnpp
> > Owner: [email protected]
> > Severity: wishlist
> > 
> > * Package name    : libapp-repl-perl
> >   Version         : 0.012
> >   Upstream Author : Julian Fondren, <[email protected]>
> > * URL or Web page : http://search.cpan.org/dist/App-REPL/
> > * License         : Perl
> >   Description     : Perl interactive shell
> > 
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [email protected]
> > with a subject of "unsubscribe". Trouble? Contact 
> > [email protected]
> > Archive: http://lists.debian.org/20110216131659.6E2E1F20B8@vanaheim
> > 
> [2  <application/pgp-signature (7bit)>]
> 
--
谷口 貴紀 (TANIGUCHI Takaki)    [email protected]
http://takaki-web.media-as.org/ [email protected]



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/87vd0kyt5f.wl%[email protected]

Reply via email to