Skip to content

Commit

Permalink
Version and Authority-ify
Browse files Browse the repository at this point in the history
  • Loading branch information
arodland committed Apr 18, 2012
1 parent ac2a320 commit a134fd8
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/TAP/Spec/BailOut.pm
@@ -1,5 +1,7 @@
package TAP::Spec::BailOut;
# ABSTRACT: A TAP Bail Out! line
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;

Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/Body.pm
@@ -1,5 +1,7 @@
package TAP::Spec::Body;
# ABSTRACT: The main body of a TAP testset
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;

Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/Comment.pm
@@ -1,5 +1,7 @@
package TAP::Spec::Comment;
# ABSTRACT: A comment in a TAP stream
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;

Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/Footer.pm
@@ -1,5 +1,7 @@
package TAP::Spec::Footer;
# ABSTRACT: Trailing information in a TAP stream
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;

Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/Header.pm
@@ -1,5 +1,7 @@
package TAP::Spec::Header;
# ABSTRACT: Information at the beginning of a TAP stream
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;

Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/JunkLine.pm
@@ -1,5 +1,7 @@
package TAP::Spec::JunkLine;
# ABSTRACT: A line of non-TAP data in a TAP stream
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;

Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/Parser.pm
@@ -1,5 +1,7 @@
package TAP::Spec::Parser;
# ABSTRACT: Reference implementation of the TAP specification
# VERSION
# AUTHORITY
use Mouse;
use Method::Signatures::Simple;
use Try::Tiny;
Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/Plan.pm
@@ -1,5 +1,7 @@
package TAP::Spec::Plan;
# ABSTRACT: A TAP test plan
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;

Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/Plan/Simple.pm
@@ -1,5 +1,7 @@
package TAP::Spec::Plan::Simple;
# ABSTRACT: A basic TAP plan with a number of tests
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;
extends 'TAP::Spec::Plan';
Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/Plan/SkipAll.pm
@@ -1,5 +1,7 @@
package TAP::Spec::Plan::SkipAll;
# ABSTRACT: A TAP plan indicating that all tests were skipped
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;
extends 'TAP::Spec::Plan';
Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/Plan/Todo.pm
@@ -1,5 +1,7 @@
package TAP::Spec::Plan::Todo;
# ABSTRACT: A legacy TAP plan indicating TODO tests
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;
extends 'TAP::Spec::Plan::Simple';
Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/TestResult.pm
@@ -1,5 +1,7 @@
package TAP::Spec::TestResult;
# ABSTRACT: The results of a single test
# VERSION
# AUTHORITY
use Mouse;
use Mouse::Util::TypeConstraints;
use namespace::autoclean;
Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/TestSet.pm
@@ -1,5 +1,7 @@
package TAP::Spec::TestSet;
# ABSTRACT: A set of related TAP tests
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;

Expand Down
2 changes: 2 additions & 0 deletions lib/TAP/Spec/Version.pm
@@ -1,5 +1,7 @@
package TAP::Spec::Version;
# ABSTRACT: A TAP version number specification
# VERSION
# AUTHORITY
use Mouse;
use namespace::autoclean;

Expand Down

0 comments on commit a134fd8

Please sign in to comment.