Changeset 2167
- Timestamp:
- 12/23/08 03:06:23 (3 years ago)
- Location:
- trunk/Padre
- Files:
-
- 2 edited
-
Makefile.PL (modified) (1 diff)
-
t/00-compile.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/Makefile.PL
r2166 r2167 81 81 requires 'Thread::Queue' => '2.11'; 82 82 requires 'YAML::Tiny' => '1.32'; 83 requires 'Wx' => '0.89'; 84 requires 'Wx::Perl::Dialog' => '0.04'; 85 requires 'Wx::Perl::ProcessStream' => '0.11'; 83 84 # See #170 85 if (win32 or $ENV{DISPLAY}) { 86 requires 'Wx' => '0.89'; 87 requires 'Wx::Perl::Dialog' => '0.04'; 88 requires 'Wx::Perl::ProcessStream' => '0.11'; 89 } 90 86 91 requires 'Parse::ErrorString::Perl'=> '0.06'; 87 92 test_requires 'Test::Compile' => '0.08' unless win32; -
trunk/Padre/t/00-compile.t
r1696 r2167 4 4 5 5 use Test::More; 6 plan skip_all => 'Needs DISPLAY' if 6 7 plan skip_all => 'Needs Test::Compile 0.08 but that does not work on Windows' if $^O eq 'MSWin32'; # the same as File::Spec uses 7 8 plan skip_all => 'Needs Test::Compile 0.08' if not eval "use Test::Compile 0.08; 1"; ## no critic
Note: See TracChangeset
for help on using the changeset viewer.
