Skip to content

Commit

Permalink
CPAN Release 0.43
Browse files Browse the repository at this point in the history
- Fix swim errors
  • Loading branch information
ingydotnet committed Aug 9, 2014
1 parent 7d1f43f commit 346cb0a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.43
date: Sat Aug 9 00:25:05 PDT 2014
changes:
- Fix swim errors
---
version: 0.42
date: Mon Aug 4 12:37:49 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
version: 0.42
version: 0.43
abstract: A Generic Software Testing Meta Language
homepage: http://testml.org

Expand Down
2 changes: 1 addition & 1 deletion doc/TestML/Setup.swim
Expand Up @@ -23,7 +23,7 @@ generate all your testml runtime programs for you.

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

=head1 Copyright and License
= Copyright and License

Copyright 2009-2014. Ingy döt Net.

Expand Down
2 changes: 1 addition & 1 deletion lib/TestML.pm
@@ -1,7 +1,7 @@
package TestML;

use TestML::Base;
our $VERSION = '0.42';
our $VERSION = '0.43';

has runtime => ();
has compiler => ();
Expand Down

0 comments on commit 346cb0a

Please sign in to comment.