- Timestamp:
- 12/10/05 23:16:11 (3 years ago)
- Files:
-
- 1 modified
-
inc/Module/Install/Makefile.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/Module/Install/Makefile.pm
r8125 r8160 62 62 $args->{VERSION} = $self->version || $self->determine_VERSION($args); 63 63 $args->{NAME} =~ s/-/::/g; 64 $args->{test} = {TESTS => $self->tests}; 64 65 # Only call $self->tests if we haven't been given explicit 66 # tests from makemaker_args. 67 68 $args->{test} ||= {TESTS => $self->tests}; 65 69 66 70 if ($] >= 5.005) {
