Bug 117056 - New Port : devel/perlconsole - a light program that lets you evaluate Perl code interactively.
Summary: New Port : devel/perlconsole - a light program that lets you evaluate Perl co...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 06:30 UTC by Philippe Audeoud
Modified: 2007-10-10 14:40 UTC (History)
0 users

See Also:


Attachments
shar-perlconsole-1.sh (3.08 KB, text/plain)
2007-10-10 06:30 UTC, Philippe Audeoud
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Audeoud 2007-10-10 06:30:03 UTC
	Perl Console is a light program that lets you evaluate Perl code interactively. It uses Readline for grabing input and provides completion with all the namespaces loaded during your session.

This is pretty useful for Perl developers that write modules. You can load a module in your session and test a function exported by the module.

Readline is used to grab user input and provides then all the facilities your are used to : completion, key bindings, ...
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-10-10 13:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-10-10 14:39:42 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-10-10 14:39:51 UTC
miwi        2007-10-10 13:39:45 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/perlconsole    Makefile distinfo pkg-descr 
  Log:
  Perl Console is a light program that lets you evaluate Perl code
  interactively. It uses Readline for grabing input and provides
  completion with all the namespaces loaded during your session.
  
  This is pretty useful for Perl developers that write modules. You can
  load a module in your session and test a function exported by the
  module.
  
  Readline is used to grab user input and provides then all the facilities
  your are used to : completion, key bindings, ...
  
  WWW: http://www.sukria.net/perlconsole.html
  
  PR:             ports/117056
  Submitted by:   Philippe Audeoud <jadawin at tuxaco.net>
  
  Revision  Changes    Path
  1.2905    +1 -0      ports/devel/Makefile
  1.1       +52 -0     ports/devel/perlconsole/Makefile (new)
  1.1       +3 -0      ports/devel/perlconsole/distinfo (new)
  1.1       +12 -0     ports/devel/perlconsole/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"