Skip to content

Commit

Permalink
Released version 0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jun 7, 2011
1 parent f7a1e9b commit 46c003b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
version: 0.02
date: Tue Jun 7 17:28:47 EST 2011
changes:
- Make sure that perl5.pm is a prerequisite
---
version: 0.01
date: Sun Jun 5 23:29:22 EST 2011
changes:
Expand Down
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
BEGIN { $PM = 'lib/perl5/i.pm' }
use inc::Module::Package 'Ingy:modern 0.08';

use inc::Module::Package 'Ingy:modern 0.09';
3 changes: 2 additions & 1 deletion lib/perl5/i.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ package perl5::i;
use 5.010_000;
use strict;
use warnings;
use perl5 0.03 ();
use perl5i v2.6.1 ();
use perl5i::latest ();

our $VERSION = '0.01';
our $VERSION = '0.02';

sub import {
@_ = ('perl5i::latest');
Expand Down

0 comments on commit 46c003b

Please sign in to comment.