Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add perl 5.6.2 to prereq
  • Loading branch information
gfx committed Dec 13, 2009
1 parent ac6af24 commit f59c6be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -15,4 +15,4 @@ remove = PodVersion

[Prereq]
Mouse = 0.40

perl = 5.006_002
2 changes: 1 addition & 1 deletion lib/Any/Moose.pm
@@ -1,14 +1,14 @@
package Any::Moose;
# ABSTRACT: use Moose or Mouse modules

use 5.006_002;
use strict;
use warnings;

use Carp ();

our $PREFERRED = $ENV{'ANY_MOOSE'};


sub import {
my $self = shift;
my $pkg = caller;
Expand Down

0 comments on commit f59c6be

Please sign in to comment.