~ubuntu-branches/ubuntu/vivid/libapp-cmd-perl/vivid

« back to all changes in this revision

Viewing changes to lib/App/Cmd/Tester.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2012-02-11 20:22:46 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20120211202246-0422h4flypekda8n
Tags: 0.316-1
* New upstream release.
* Add libio-tiecombine-perl to Depends.
* Add /me to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
use warnings;
3
3
package App::Cmd::Tester;
4
4
{
5
 
  $App::Cmd::Tester::VERSION = '0.314';
 
5
  $App::Cmd::Tester::VERSION = '0.316';
6
6
}
7
7
 
8
8
# ABSTRACT: for capturing the result of running an app
79
79
{
80
80
  package App::Cmd::Tester::Result;
81
81
{
82
 
  $App::Cmd::Tester::Result::VERSION = '0.314';
 
82
  $App::Cmd::Tester::Result::VERSION = '0.316';
83
83
}
84
84
 
85
85
  sub new {
98
98
{
99
99
  package App::Cmd::Tester::Exited;
100
100
{
101
 
  $App::Cmd::Tester::Exited::VERSION = '0.314';
 
101
  $App::Cmd::Tester::Exited::VERSION = '0.316';
102
102
}
103
103
  sub throw {
104
104
    my ($class, $code) = @_;
118
118
 
119
119
=head1 VERSION
120
120
 
121
 
version 0.314
 
121
version 0.316
122
122
 
123
123
=head1 SYNOPSIS
124
124