File: control

package info (click to toggle)
libcgi-session-serialize-yaml-perl 4.21-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 72 kB
  • ctags: 7
  • sloc: makefile: 40; perl: 20
file content (27 lines) | stat: -rw-r--r-- 1,329 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
Source: libcgi-session-serialize-yaml-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5), libmodule-build-perl, quilt
Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl,
  libcgi-session-perl (>= 4.20), libyaml-syck-perl, libyaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/CGI-Session-Serialize-yaml/

Package: libcgi-session-serialize-yaml-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libcgi-session-perl (>= 4.20),
  libyaml-syck-perl | libyaml-perl
Conflicts: libcgi-session-perl (<< 4.30)
Replaces: libcgi-session-perl (<< 4.30)
Description: Add YAML and YAML::Syck support to CGI::Session's serializers
 This library can be used by CGI::Session to serialize session data. It uses
 YAML, or the faster C implementation, YAML::Syck
 if it is available. YAML serializers exist not just for Perl but also other
 dynamic languages, such as PHP, Python, and Ruby, so storing session data
 in this format makes it easy to share session data across different languages.
 .
 YAML is made to be friendly for humans to parse as well as other computer
 languages. It creates a format that is easier to read than the default
 serializer.