Skip to content

Commit

Permalink
CPAN Release 0.42
Browse files Browse the repository at this point in the history
- Meta 0.0.2
- Remove .gitignore
  • Loading branch information
ingydotnet committed Aug 16, 2014
1 parent a805a4e commit b7afdb6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

6 changes: 6 additions & 0 deletions Changes
@@ -1,4 +1,10 @@
---
version: 0.42
date: Sat Aug 16 10:49:31 PDT 2014
changes:
- Meta 0.0.2
- Remove .gitignore
---
version: 0.41
date: Fri Aug 15 15:41:09 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
22 changes: 9 additions & 13 deletions Meta
@@ -1,31 +1,27 @@
=meta: 0.0.1
=meta: 0.0.2

name: boolean
version: 0.41
version: 0.42
abstract: Boolean support for Perl
homepage: https://metacpan.org/release/boolean

language: perl
license: perl
copyright: 2007-2014. Ingy döt Net.
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

recommends:
JSON: 0

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

=travis:
type: perl
irc: irc.freenode.net#pkg
requires:
perl: 5.8.1

recommends:
JSON: 0
2 changes: 1 addition & 1 deletion lib/boolean.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package boolean;
our $VERSION = '0.41';
our $VERSION = '0.42';

my ($true, $false);

Expand Down

0 comments on commit b7afdb6

Please sign in to comment.