Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CPAN Release 0.0.9
- Meta 0.0.2
  • Loading branch information
ingydotnet committed Aug 16, 2014
1 parent 8d071b8 commit 987e210
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.9
date: Sat Aug 16 12:48:35 PDT 2014
changes:
- Meta 0.0.2
---
version: 0.0.8
date: Fri Aug 15 20:52:24 PDT 2014
changes:
Expand Down
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -124,7 +124,7 @@ endif
make check-release
make date
make test-all
make test-dist
RELEASE_TESTING=1 make test-dist
@echo '***** Releasing $(DISTDIR)'
make dist
ifneq ($(PERL_ZILLA_DIST_RELEASE_TIME),)
Expand Down
23 changes: 10 additions & 13 deletions Meta
@@ -1,30 +1,27 @@
=meta: 0.0.1
=meta: 0.0.2

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

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

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

requires:
perl: 5.8.1
Test::More: 0.99
XXX: 0

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

=travis:
type: perl
irc: irc.freenode.net#testml
requires:
perl: 5.8.1
Test::More: 0.99
XXX: 0
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.8';
our $VERSION = '0.0.9';

use Carp;
use Test::More;
Expand Down

0 comments on commit 987e210

Please sign in to comment.