Skip to content

Commit

Permalink
CPAN Release 0.73
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 f1d6611 commit 16290e9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -32,6 +32,13 @@ script:
after_success:
- cover -report coveralls

notifications:
irc:
channels:
- irc.perl.org#io-all
on_success: change
on_failure: always
skip_join: true

# Hack to not run on tag pushes:
branches:
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.73
date: Sat Aug 16 15:35:55 PDT 2014
changes:
- Remove 'use 5.x.x' from code
---
version: 0.72
date: Sat Aug 16 11:19:00 PDT 2014
changes:
Expand Down
2 changes: 1 addition & 1 deletion Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: IO-All
version: 0.72
version: 0.73
abstract: IO::All to Larry Wall!
homepage: https://metacpan.org/release/IO-All
language: perl
Expand Down
7 changes: 2 additions & 5 deletions lib/IO/All.pm
@@ -1,9 +1,6 @@
use strict; use warnings;
package IO::All;
our $VERSION = '0.72';

use 5.006001;
use strict;
use warnings;
our $VERSION = '0.73';

require Carp;
# So one can use Carp::carp "$message" - without the parenthesis.
Expand Down

0 comments on commit 16290e9

Please sign in to comment.