Skip to content

Commit

Permalink
CPAN Release 0.49
Browse files Browse the repository at this point in the history
- Meta 0.0.2
  • Loading branch information
ingydotnet committed Aug 16, 2014
1 parent e10f9d6 commit dc26bbc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.49
date: Sat Aug 16 12:46:47 PDT 2014
changes:
- Meta 0.0.2
---
version: 0.48
date: Sat Aug 16 03:03:29 PDT 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@ ZILD := $(PERL) -S zild
LOG := $(PERL_ZILLA_DIST_RELEASE_LOG)

ifneq (,$(shell which zild))
NAMEPATH := $(shell $(ZILD) meta =cpan/libname)
NAMEPATH := $(shell $(ZILD) meta =zild/libname)
NAMEPATH := $(subst ::,/,$(NAMEPATH))
ifeq (,$(NAMEPATH))
NAMEPATH := $(shell $(ZILD) meta name)
Expand Down
29 changes: 11 additions & 18 deletions Meta
@@ -1,19 +1,25 @@
=meta: 0.0.1
=meta: 0.0.2

name: TestML
version: 0.48
version: 0.49
abstract: A Generic Software Testing Meta Language
homepage: http://testml.org

language: perl
license: perl
copyright: 2009-2014. Ingy döt Net.
copyright: 2009-2014

author:
name: Ingy döt Net
email: ingy@cpan.org
homepage: http://ingy.net
github: ingydotnet
twitter: ingydotnet
freenode: ingy
homepage: http://ingy.net

devel:
git: https://github.com/ingydotnet/testml-pm
bug: https://github.com/ingydotnet/testml-pm/issues
irc: irc.freenode.net#testml

requires:
perl: 5.8.1
Expand All @@ -23,16 +29,3 @@ test:
requires:
Capture::Tiny: 0
cmd: prove -lv test/

devel:
git: https://github.com/ingydotnet/testml-pm
bug: https://github.com/ingydotnet/testml-pm/issues
irc: irc.freenode.net#testml

=travis:
type: perl
irc: irc.freenode.net#testml

# XXX need to generate TestML shims:
# perl -Ilib -MTestML::Setup -e 'TestML::Setup->new->setup(shift)' t/testml.yaml
# perl -Ilib -MTestML::Setup -e 'TestML::Setup->new->setup(shift)' t/testml-lite.yaml
2 changes: 1 addition & 1 deletion lib/TestML.pm
@@ -1,7 +1,7 @@
package TestML;

use TestML::Base;
our $VERSION = '0.48';
our $VERSION = '0.49';

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

0 comments on commit dc26bbc

Please sign in to comment.