X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-presentations.git;a=blobdiff_plain;f=moose-class%2Fexercises%2Ft%2F00-prereq.t;h=0b1cdf67ee495706e78803092fa2574970fa7fa1;hp=5abef568f975910e575b856c4114a9557c2f1e23;hb=64edea8d8e7b85b622a0fed1751c7dbdd8cd171c;hpb=da9fa3c069d750fdf6d15ff9fbaf5934dfc8a515 diff --git a/moose-class/exercises/t/00-prereq.t b/moose-class/exercises/t/00-prereq.t index 5abef56..0b1cdf6 100644 --- a/moose-class/exercises/t/00-prereq.t +++ b/moose-class/exercises/t/00-prereq.t @@ -6,7 +6,7 @@ use lib 't/lib'; use Test::More tests => 1; my %prereqs = ( - 'Moose' => '2.0000', + 'Moose' => '2.0800', ); my @missing;