File: control

package info (click to toggle)
liblog-tracemessages-perl 1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 84 kB
  • ctags: 9
  • sloc: perl: 194; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,121 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
Source: liblog-tracemessages-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: libhtml-fromtext-perl,
                     perl
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Log-TraceMessages
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblog-tracemessages-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-tracemessages-perl.git

Package: liblog-tracemessages-perl
Architecture: all
Depends: libhtml-fromtext-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Perl module to allow for trace messages in Perl code
 This is the CPAN Perl module Log::TraceMessages.
 .
 This module is a better way of putting 'hello there' trace messages in
 your code.  It lets you turn tracing on and off without commenting out
 trace statements, and provides other useful things like HTML-ified
 trace messages for CGI scripts and an easy way to trace out data
 structures using Data::Dumper.