File: control

package info (click to toggle)
libcgi-session-serialize-yaml-perl 4.24-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 76 kB
  • ctags: 3
  • sloc: perl: 20; makefile: 17
file content (31 lines) | stat: -rw-r--r-- 1,568 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
31
Source: libcgi-session-serialize-yaml-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl,
  libcgi-session-perl (>= 4.30), libyaml-syck-perl, libyaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>,
 Jose Luis Rivas <ghostbar38@gmail.com>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/
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.30),
  libyaml-syck-perl | libyaml-perl
Conflicts: libcgi-session-perl (<< 4.30)
Replaces: libcgi-session-perl (<< 4.30)
Description: YAML and YAML::Syck support for CGI::Session's serializers
 CGI::Session::Serialize::yaml 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.