debian/0000755000000000000000000000000011505625777007205 5ustar debian/source/0000755000000000000000000000000011505625776010504 5ustar debian/source/format0000644000000000000000000000001411505624563011703 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611455041116010243 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000644000000000000000000000000211455041116010362 0ustar 7 debian/changelog0000644000000000000000000000230211505625623011042 0ustar libtest-cukes-perl (0.10-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Refresh copyright information * Use new 3.0 (quilt) source format * Standards-Version 3.9.1 (no changes) * Drop version deps satisfied by oldstable [ Ansgar Burchardt ] * Test::Simple 0.92 (for Test::Builder::Module 0.80) is also a runtime dependency. -- Jonathan Yu Sat, 25 Dec 2010 20:02:31 -0500 libtest-cukes-perl (0.09-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.4 (no changes) * Add myself to Uploaders and Copyright * Depend on Test::Simple 0.92 for Test::Builder::Module 0.80 * No longer installs examples/ * Rewrite control description * Update copyright to new DEP5 format -- Jonathan Yu Sat, 13 Mar 2010 16:08:44 -0500 libtest-cukes-perl (0.08-2) unstable; urgency=low [ Jonathan Yu ] * Changed libtest-simple-perl requirement to >= 0.82. (Closes: #544240) -- Christine Spang Sat, 29 Aug 2009 22:42:34 -0400 libtest-cukes-perl (0.08-1) unstable; urgency=low * Initial Release. (Closes: #543584) -- Christine Spang Tue, 25 Aug 2009 18:53:45 -0400 debian/watch0000644000000000000000000000016111455041116010213 0ustar version=3 http://search.cpan.org/dist/Test-Cukes/ .*/Test-Cukes-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000627611505624563011143 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Kang-min Liu Source: http://search.cpan.org/dist/Test-Cukes/ Name: Test-Cukes Files: * Copyright: 2009, Kang-min Liu License: MIT Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 2009, Christine Spang License: MIT or Artistic or GPL-1+ License: MIT This program is free software; you can redistribute it and/or modify it under the terms of the MIT (X11) license. The full text of this license is: . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. . IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 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/control0000644000000000000000000000235111505625553010601 0ustar Source: libtest-cukes-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.92), libcarp-assert-perl, libany-moose-perl, libtry-tiny-perl (>= 0.07) Maintainer: Debian Perl Group Uploaders: Christine Spang , Jonathan Yu Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Test-Cukes/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-cukes-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-cukes-perl Package: libtest-cukes-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libcarp-assert-perl, libany-moose-perl, libtry-tiny-perl (>= 0.07), perl (>= 5.10.1) | libtest-simple-perl (>= 0.92) Description: test framework inspired by Cucumber Test::Cukes is a Perl test framework inspired by Cucumber, which lets you write module tests with scenarios and is compatible with Test::More and other TAP-compliant modules. It uses Test::Builder's note function internally to print messages. . For more information about how to define features and scenarios, please read the Cucumber documentation from