Skip to content

Commit

Permalink
CPAN Release 0.0.11
Browse files Browse the repository at this point in the history
- Remove 'use 5.x.x' from code
  • Loading branch information
ingydotnet committed Aug 16, 2014
1 parent ac0f061 commit 0223913
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.0.11
date: Sat Aug 16 15:29:02 PDT 2014
changes:
- Remove 'use 5.x.x' from code
---
version: 0.0.10
date: Sat Aug 16 14:48:25 PDT 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: TestML-Tiny
version: 0.0.10
version: 0.0.11
abstract: Single File Subset of TestML
homepage: http://testml.org
language: perl
Expand Down
4 changes: 2 additions & 2 deletions lib/TestML/Tiny.pm
@@ -1,6 +1,6 @@
use 5.008001; use strict; use warnings;
use strict; use warnings;
package TestML::Tiny;
our $VERSION = '0.0.10';
our $VERSION = '0.0.11';

use Carp;
use Test::More;
Expand Down

0 comments on commit 0223913

Please sign in to comment.