~ubuntu-branches/ubuntu/wily/libtest-identity-perl/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-11-27 13:56:59 UTC
  • Revision ID: james.westby@ubuntu.com-20101127135659-ub08g2bnbbs0lo0t
Tags: 0.01-1
Initial Release. (Closes: #605064)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libtest-identity-perl
 
2
Section: perl
 
3
Priority: optional
 
4
Build-Depends: debhelper (>= 8)
 
5
Build-Depends-Indep: perl, libtest-pod-perl
 
6
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
7
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
 
8
Standards-Version: 3.9.1
 
9
Homepage: http://search.cpan.org/dist/Test-Identity/
 
10
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-identity-perl/
 
11
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-identity-perl/
 
12
 
 
13
Package: libtest-identity-perl
 
14
Architecture: all
 
15
Depends: ${misc:Depends}, ${perl:Depends}
 
16
Description: test module that asserts the referential identity of a reference
 
17
 Test::Identity provides a single testing function, identical. It asserts that
 
18
 a given reference is as expected; that is, it either refers to the same
 
19
 object or is undef. It is similar to Test::More::is except that it uses
 
20
 refaddr, ensuring that it behaves correctly even if the references under test
 
21
 are objects that overload stringification or numification. It also provides
 
22
 better diagnostics if the test fails.