Skip to content

Commit

Permalink
CPAN Release 0.0.7
Browse files Browse the repository at this point in the history
- Fix swim errors
  • Loading branch information
ingydotnet committed Aug 9, 2014
1 parent 765d4ee commit 58c7fd8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@
language: perl

perl:
- '5.20'
- '5.18'
- '5.16'
- '5.14'
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.7
date: Sat Aug 9 00:26:12 PDT 2014
changes:
- Fix swim errors
---
version: 0.0.6
date: Sat Aug 2 23:51:31 PDT 2014
changes:
Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -12,6 +12,7 @@ ZILD := $(PERL) -S zild

ifneq (,$(shell which zild))
NAMEPATH := $(shell $(ZILD) meta =cpan/libname)
NAMEPATH := $(subst ::,/,$(NAMEPATH))
ifeq (,$(NAMEPATH))
NAMEPATH := $(shell $(ZILD) meta name)
endif
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: TestML-Tiny
version: 0.0.6
version: 0.0.7
abstract: Single File Subset of TestML
homepage: http://testml.org

Expand Down
4 changes: 2 additions & 2 deletions ReadMe.pod
Expand Up @@ -53,7 +53,7 @@ a descendent of Perl's Test::Base, made to work in any programming language.
Some projects only need a subset of TestML, and would like it to be in a
single file that ships with their project. TestML::Tiny aims to be that.

=head1 How TO TestML
=head1 HOW TO TESTML

TestML is really clean and simple in practice, but it involves learning a few
new concepts. There's TestML code and data sections, bridge classes, and
Expand All @@ -73,7 +73,7 @@ This version is being used in YAML::Tiny development.

Ingy döt Net (ingy) <ingy@cpan.org>

=head1 Copyright and License
=head1 COPYRIGHT AND LICENSE

Copyright 2013-2014 Ingy döt Net

Expand Down
4 changes: 2 additions & 2 deletions doc/TestML/Tiny.swim
Expand Up @@ -44,7 +44,7 @@ a descendent of Perl's Test::Base, made to work in any programming language.
Some projects only need a subset of TestML, and would like it to be in a
single file that ships with their project. TestML::Tiny aims to be that.

=head1 How TO TestML
= How To TestML

TestML is really clean and simple in practice, but it involves learning a few
new concepts. There's TestML code and data sections, bridge classes, and
Expand All @@ -64,7 +64,7 @@ This version is being used in YAML::Tiny development.

Ingy döt Net (ingy) <ingy@cpan.org>

=head1 Copyright and License
= Copyright and License

Copyright 2013-2014 Ingy döt Net

Expand Down
2 changes: 1 addition & 1 deletion lib/TestML/Tiny.pm
@@ -1,6 +1,6 @@
use 5.008001; use strict; use warnings;
package TestML::Tiny;
our $VERSION = '0.0.6';
our $VERSION = '0.0.7';

use Carp;
use Test::More;
Expand Down

0 comments on commit 58c7fd8

Please sign in to comment.