Changeset 8769
- Timestamp:
- 04/03/08 17:12:25 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/misc/pmsetup/yappo-pmsetup (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/misc/pmsetup/yappo-pmsetup
r7769 r8769 175 175 use strict; 176 176 use Test::More; 177 eval { use Test::Perl::Critic -profile => 't/perlcriticrc' }; 177 eval { 178 require Test::Perl::Critic; 179 Test::Perl::Critic->import( -profile => 't/perlcriticrc'); 180 }; 178 181 plan skip_all => "Test::Perl::Critic is not installed." if $@; 179 182 all_critic_ok('lib');
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)