Changeset 17146
- Timestamp:
- 08/06/08 13:41:28 (5 years ago)
- Location:
- lang/perl/Google-Chart/trunk
- Files:
-
- 3 modified
-
MANIFEST (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
t/00_compile.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Google-Chart/trunk/MANIFEST
r16838 r17146 9 9 inc/Module/Install/Win32.pm 10 10 inc/Module/Install/WriteAll.pm 11 inc/Test/Compile.pm12 11 inc/Test/More.pm 12 inc/Test/UseAllModules.pm 13 13 lib/Google/Chart.pm 14 14 lib/Google/Chart/Axis.pm -
lang/perl/Google-Chart/trunk/Makefile.PL
r16840 r17146 33 33 34 34 test_requires 'Test::More'; 35 test_requires 'Test:: Compile';35 test_requires 'Test::UseAllModules'; 36 36 37 37 auto_include; -
lang/perl/Google-Chart/trunk/t/00_compile.t
r16838 r17146 1 1 use strict; 2 use Test::More; 3 eval { require Test::Compile; Test::Compile->import }; 4 if ($@) { 5 plan(skip_all => "Test::Compile required for testing compilation: $@"); 6 } else { 7 Test::Compile::all_pm_files_ok(); 8 } 2 use Test::UseAllModules; 3 4 BEGIN { all_uses_ok() }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)