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

« back to all changes in this revision

Viewing changes to t/fail.t

  • Committer: Package Import Robot
  • Author(s): Salvatore Bonaccorso
  • Date: 2012-10-04 18:57:36 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121004185736-367r7u9j2vi26e7e
Tags: 0.004006-1
* Imported Upstream version 0.004005 and 0.004006
* Bump Standards-Version to 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
use Contextual::Return;
 
1
use Contextual::Return qw< FAIL FAIL_WITH >;
2
2
 
3
3
use Test::More 'no_plan';
4
4