| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 
 | Source: ebug-http
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), cdbs, patchutils
Build-Depends-Indep: perl (>= 5.8.8-7), libdevel-ebug-perl, libcatalyst-perl, 
 libcatalyst-modules-perl, libhtml-prototype-perl, libpath-class-perl, libppi-perl, 
 libppi-html-perl, libtest-expect-perl
Maintainer: Peter Makholm <peter@makholm.net>
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/ebug-http/trunk
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/ebug-http/trunk/
Homepage: http://search.cpan.org/dist/Devel-ebug-HTTP/
Package: ebug-http
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdevel-ebug-perl, libcatalyst-perl, 
 libcatalyst-modules-perl, libhtml-prototype-perl, libpath-class-perl, libppi-perl, 
 libppi-html-perl, libjs-prototype
Description: web front end to a simple, extensible Perl debugger
 Devel::ebug is a simple, extensible Perl debugger with a clean API. Using this
 module, you may easily write a Perl debugger to debug your programs.
 .
 This package provides a web front end to Devel::ebug. ebug_http is the command
 line program to launch the debugger. It will return a URL which you should
 point a web browser to.
 |