Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CPAN Release 0.46
- Move Module::Install::TestML out of dist
  • Loading branch information
ingydotnet committed Aug 16, 2014
1 parent a745b66 commit 595a6c4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 62 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.46
date: Sat Aug 16 00:23:39 PDT 2014
changes:
- Move Module::Install::TestML out of dist
---
version: 0.45
date: Fri Aug 15 20:51:09 PDT 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
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
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.1

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

Expand Down
59 changes: 0 additions & 59 deletions lib/Module/Install/TestML.pm

This file was deleted.

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

use TestML::Base;
our $VERSION = '0.45';
our $VERSION = '0.46';

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

0 comments on commit 595a6c4

Please sign in to comment.