Skip to content

Commit

Permalink
CPAN Release 0.02
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 db1e85e commit d344047
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.02
date: Sat Aug 16 11:38:30 PDT 2014
changes:
- Meta 0.0.2
---
version: 0.01
date: Sat Aug 16 00:33:40 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
23 changes: 10 additions & 13 deletions Meta
@@ -1,30 +1,27 @@
=meta: 0.0.1
=meta: 0.0.2

name: Module-Install-TestML
version: 0.01
version: 0.02
abstract: Module::Install Support for TestML
homepage: https://metacpan.org/release/Module-Install-TestML

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

requires:
perl: 5.8.1
TestML: 0
Module::Install: 1.10

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

=travis:
type: perl
irc: irc.freenode.net#testml
requires:
perl: 5.8.1
TestML: 0
Module::Install: 1.10
2 changes: 1 addition & 1 deletion lib/Module/Install/TestML.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Module::Install::TestML;
our $VERSION = '0.01';
our $VERSION = '0.02';

use Module::Install::Base;

Expand Down

0 comments on commit d344047

Please sign in to comment.