Skip to content

Commit

Permalink
TODO module.t DateTime <5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Jan 15, 2014
1 parent 1767dbb commit f69d822
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions t/modules.t
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,13 @@ sub is_todo {
#foreach(qw(
# ExtUtils::CBuilder
#)) { return 'overlong linking time' if $_ eq $module; }
#if ($] < 5.007) { foreach(qw(
# ExtUtils::CBuilder
#)) { return '5.6' if $_ eq $module; }}
if ($] >= 5.008004 and $] < 5.0080006) { foreach(qw(
Module::Pluggable
)) { return '5.8.5 CopFILE_set' if $_ eq $module; }}
# ??
if ($] < 5.010) { foreach(qw(
DateTime
)) { return '<5.10' if $_ eq $module; }}
# restricted v_string hash?
if ($] eq '5.010000') { foreach(qw(
IO
Expand All @@ -279,11 +280,6 @@ sub is_todo {
if ($] > 5.015 and $] < 5.015006) { foreach(qw(
B::Hooks::EndOfScope
)) { return '> 5.15' if $_ eq $module; }}
#if ($] > 5.015) { foreach(qw(
# Moose
# MooseX::Types
# DateTime
#)) { return '> 5.15 (unshare_hek)' if $_ eq $module; }}
# SvSTASH of magic stashes?
if ($] >= 5.016) { foreach(qw(
Module::Build
Expand All @@ -297,15 +293,6 @@ sub is_todo {
if (!$DEBUGGING) { foreach(qw(
Test::Tester
)) { return 'non-debugging with threads' if $_ eq $module; }}
#if ($] >= 5.008005 and $] < 5.008006) { foreach(qw(
# Module::Build
# Test::NoWarnings
# Test::Warn
# Test::Simple
# Test::Exception
# Test::Tester
# Test::Deep
#)) { return '5.8.4-5 shared_scalar n-magic (\156)' if $_ eq $module; }}
if ($] > 5.008001 and $] < 5.008009) { foreach(qw(
Test::Pod
)) { return '5.8.1-5.8.8 with threads' if $_ eq $module; }}
Expand All @@ -319,15 +306,6 @@ sub is_todo {
Pod::Text
Template::Stash
)) { return '5.10 with threads' if $_ eq $module; }}
# XXX 5.12.0 not tested recently
if ($] eq 5.012000) { foreach(qw(
DBI
DateTime
DateTime::Locale
Filter::Util::Call
Storable
Sub::Name
)) { return '5.12.0 with threads' if $_ eq $module; }}
#if ($] >= 5.018) { foreach(qw(
# ExtUtils::CBuilder
#)) { return '>= 5.18 with threads' if $_ eq $module; }}
Expand Down

0 comments on commit f69d822

Please sign in to comment.