~ubuntu-branches/ubuntu/vivid/libcontextual-return-perl/vivid

« back to all changes in this revision

Viewing changes to t/retobj.t

  • Committer: Package Import Robot
  • Author(s): Salvatore Bonaccorso, Fabrizio Regalli, gregor herrmann, Ansgar Burchardt, Salvatore Bonaccorso
  • Date: 2012-01-19 20:27:39 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120119202739-ug34d6shq77s0ooc
Tags: 0.003002-1
[ Fabrizio Regalli ]
* Bump to 3.9.2 Standard-Version.
* Add myself to Uploaders and Copyright.
* Build-Depends: switch to debhelper (>= 8).
* Fixed lintian copyright-refers-to-symlink-license message.
* Removed no more needed source.lintian-overrides file.

[ gregor herrmann ]
* Remove alternative (build) dependencies that are already satisfied
  in oldstable.

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.

[ Salvatore Bonaccorso ]
* Email change: Salvatore Bonaccorso -> carnil@debian.org
* debian/copyright: Replace DEP5 Format-Specification URL from
  svn.debian.org to anonscm.debian.org URL.
* Imported Upstream version 0.003002
* Refresh debian/copyright file.
  Update copyright years for upstream files and for debian/* packaging
  files.
  Refer to Debian systems in general instead of only Debian GNU/Linux
  systems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
is ref $_, 'Contextual::Return::Value'              => 'RETOBJ is object';
19
19
 
20
20
my $x;
 
21
undef $_;
21
22
is do{ ($x = ::foo()) ? 'true' : 'false' }, 'true'  => 'BOOLEAN context';
 
23
 
 
24
ok !defined $_                                      => 'RETOBJ not assigned';