File: control

package info (click to toggle)
libwx-perl-datawalker-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 72 kB
  • ctags: 30
  • sloc: perl: 520; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: libwx-perl-datawalker-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-12), libwx-perl (>= 0.88),
  libdevel-size-perl (>= 0.71), libyaml-libyaml-perl (>= 0.32),
  libclass-xsaccessor-perl (>= 0.06), xauth, xvfb, xfonts-base
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Wx-Perl-DataWalker/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwx-perl-datawalker-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwx-perl-datawalker-perl/

Package: libwx-perl-datawalker-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libwx-perl (>= 0.88),
  libdevel-size-perl (>= 0.71), libyaml-libyaml-perl (>= 0.32),
  libclass-xsaccessor-perl (>= 0.06)
Description: Perl data structure browser
 Wx::Perl::DataWalker implements a Wx::Frame subclass that shows a relatively
 simple Perl data structure browser. After opening such a frame and supplying
 it with a reference to an essentially arbitrary data structure, you can
 visually browse it by double-clicking references.
 .
 So far, there is no tree view but only a display of the current level of the
 data structure. You can traverse back up the structure with a back button.
 .
 Optionally, Wx::Perl::DataWalker displays the (approximate!) size of the data
 structure using Devel::Size.