Changeset 10590 for lang/perl/WebService-Simple/trunk/t/02_parser_lite.t
- Timestamp:
- 04/27/08 20:18:54 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-Simple/trunk/t/02_parser_lite.t
r10434 r10590 5 5 BEGIN 6 6 { 7 eval { require XML::Parser::Lite::Tree }; 7 eval { 8 require XML::Parser::Lite::Tree; 9 require XML::Parser::Lite::Tree::XPath; 10 }; 8 11 if ($@) { 9 12 plan(skip_all => "XML::Parser::Lite::Tree not installed");
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)