Bug#613657: Bug#613656: ITP: libapp-repl-perl -- Perl interactive shell
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
>>>>> stew@debian.org("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 <takaki@debian.org> wrote:
> > Package: wnpp
> > Owner: takaki@debian.org
> > Severity: wishlist
> >
> > * Package name : libapp-repl-perl
> > Version : 0.012
> > Upstream Author : Julian Fondren, <ayrnieu@cpan.org>
> > * URL or Web page : http://search.cpan.org/dist/App-REPL/
> > * License : Perl
> > Description : Perl interactive shell
> >
> >
> >
> > --
> > To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
> > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> > Archive: [🔎] 20110216131659.6E2E1F20B8@vanaheim">http://lists.debian.org/[🔎] 20110216131659.6E2E1F20B8@vanaheim
> >
> [2 <application/pgp-signature (7bit)>]
>
--
谷口 貴紀 (TANIGUCHI Takaki) takaki@asis.media-as.org
http://takaki-web.media-as.org/ takaki@debian.org
Reply to: