Changeset 30233

Show
Ignore:
Timestamp:
02/18/09 21:01:23 (4 years ago)
Author:
yappo
Message:

dependend MooseX::Types for moose test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTTP-Engine/trunk/Makefile.PL

    r30228 r30233  
    1212    } 
    1313 
    14     if (!$ENV{SHIPIT} && eval { require Moose  && Moose->VERSION( 
    15         '0.68' 
    16     ) }) { 
     14    if (!$ENV{SHIPIT} && eval { 
     15        require Moose  && Moose->VERSION( 
     16            '0.68' 
     17        ) && require MooseX::Types 
     18    }) { 
    1719        *HAVE_MOOSE = sub { 1 }; 
    1820    } else {