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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: libmason-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>,
Daniel Lintott <daniel@serverb.co.uk>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libcapture-tiny-perl,
libclass-load-perl,
libclass-unload-perl,
libdevel-globaldestruction-perl,
libexception-class-perl,
libguard-perl,
libipc-system-simple-perl,
libjson-perl,
liblog-any-perl,
libmethod-signatures-simple-perl,
libmoose-perl,
libmoosex-hasdefaults-perl,
libmoosex-strictconstructor-perl (>= 0.13),
libtry-tiny-perl,
libtest-class-most-perl,
libtest-longstring-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmason-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmason-perl.git
Homepage: https://metacpan.org/release/Mason
Package: libmason-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcapture-tiny-perl,
libclass-load-perl,
libclass-unload-perl,
libdevel-globaldestruction-perl,
libexception-class-perl,
libguard-perl,
libipc-system-simple-perl,
libjson-perl,
liblog-any-perl,
libmethod-signatures-simple-perl,
libmoose-perl,
libmoosex-hasdefaults-perl,
libmoosex-strictconstructor-perl (>= 0.13),
libtry-tiny-perl,
libtest-class-most-perl,
libtest-longstring-perl
Recommends: perltidy
Description: powerful, high-performance templating for the web and beyond
Mason is a powerful Perl-based templating system, designed to generate
dynamic content of all kinds.
.
Unlike many templating systems, Mason does not attempt to invent an
alternate, "easier" syntax for templates. It provides a set of syntax and
features specific to template creation, but underneath it is still clearly
and proudly recognizable as Perl.
.
Mason is most often used for generating web pages. It can handle web requests
directly via PSGI, or act as the view layer for a web framework such as
Catalyst or Dancer.
.
All documentation is indexed at Mason::Manual.
.
The previous major version of Mason (1.x) is available under the name
HTML::Mason (package libhtml-mason-perl).
|