Skip to content

Commit

Permalink
CPAN Release 0.42
Browse files Browse the repository at this point in the history
- Only support back to 5.8.1
  • Loading branch information
ingydotnet committed Aug 9, 2014
1 parent be549d4 commit dcfb3aa
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.42
date: Sat Aug 9 00:43:22 PDT 2014
changes:
- Only support back to 5.8.1
---
version: 0.41
date: Thu Aug 7 00:28:54 PDT 2014
changes:
Expand Down
4 changes: 2 additions & 2 deletions Meta
@@ -1,7 +1,7 @@
=meta: 0.0.1

name: Spiffy
version: 0.41
version: 0.42
abstract: Spiffy Perl Interface Framework For You
homepage: https://metacpan.org/release/Spiffy

Expand All @@ -16,7 +16,7 @@ author:
homepage: http://ingy.net

requires:
perl: 5.6.1
perl: 5.8.1

devel:
git: http://github.com/ingydotnet/spiffy-pm
Expand Down
2 changes: 1 addition & 1 deletion lib/Spiffy.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package Spiffy;
our $VERSION = '0.41';
our $VERSION = '0.42';

use Carp;
require Exporter;
Expand Down

0 comments on commit dcfb3aa

Please sign in to comment.