File: control

package info (click to toggle)
libapp-rad-perl 1.05-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 276 kB
  • ctags: 63
  • sloc: perl: 624; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 976 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
Source: libapp-rad-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/App-Rad/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-rad-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-rad-perl.git

Package: libapp-rad-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module for rapid and easy creation of command line applications
 App::Rad aims to be a simple yet powerful framework for developing your
 command-line applications. It can easily transform your Perl one-liners into
 reusable subroutines than can be called directly by the user of your program.
 .
 It also tries to provide a handy interface for your common command-line
 tasks.