debian/0000755000000000000000000000000012234764577007207 5ustar debian/patches/0000755000000000000000000000000012234764464010631 5ustar debian/patches/series0000644000000000000000000000003012234764464012037 0ustar use_test-mocktime.patch debian/patches/use_test-mocktime.patch0000644000000000000000000000064112234764464015314 0ustar Description: Use Test::MockTime instead of Test::Time It is very similar, has more features, and is already in the archive Author: Florian Schlichting Forwarded: not-needed --- a/t/01_bake.t +++ b/t/01_bake.t @@ -1,6 +1,7 @@ use strict; use Test::More; -use Test::Time time => 1381154217; +use Test::MockTime; +Test::MockTime::set_absolute_time(1381154217); use Cookie::Baker; # Freeze time debian/watch0000644000000000000000000000016512234764464010235 0ustar version=3 https://metacpan.org/release/Cookie-Baker .*/Cookie-Baker-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000205012234764464011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Cookie-Baker Upstream-Contact: Masahiro Nagano Upstream-Name: Cookie-Baker Files: * Copyright: 2013, Masahiro Nagano License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000211712234764535010605 0ustar Source: libcookie-baker-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8), perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000), perl Build-Depends-Indep: libtest-mocktime-perl, liburi-perl, perl (>= 5.13.11) | libtest-simple-perl (>= 0.98) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcookie-baker-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcookie-baker-perl.git Homepage: https://metacpan.org/release/Cookie-Baker Package: libcookie-baker-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl Description: simple cookie string generator and parser Cookie::Baker provides a simple cookie string generator and parser. There are many other cookie related modules on CPAN, like CGI, CGI::Simple, Plack, or Dancer::Cookie. But none is as simple as Cookie::Baker. debian/compat0000644000000000000000000000000212234764464010400 0ustar 8 debian/changelog0000644000000000000000000000025012234764573011052 0ustar libcookie-baker-perl (0.02-1) unstable; urgency=low * Initial Release. (Closes: #728337) -- Florian Schlichting Fri, 01 Nov 2013 18:48:42 +0100 debian/source/0000755000000000000000000000000012234764464010502 5ustar debian/source/format0000644000000000000000000000001412234764464011710 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612234764464010261 0ustar #!/usr/bin/make -f %: dh $@