Changeset 21566 for lang/perl/String-IRC
- Timestamp:
- 10/18/08 03:14:36 (5 years ago)
- Location:
- lang/perl/String-IRC/trunk
- Files:
-
- 3 modified
-
Changes (modified) (1 diff)
-
lib/String/IRC.pm (modified) (3 diffs)
-
t/91.pod-coverage.t (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/String-IRC/trunk/Changes
r10701 r21566 1 1 Revision history for String-IRC 2 3 0.03 2008-10-18 4 * typo fixed. 5 http://rt.cpan.org/Public/Bug/Display.html?id=40039 2 6 3 7 0.02 2007-02-23 -
lang/perl/String-IRC/trunk/lib/String/IRC.pm
r10701 r21566 5 5 use Carp; 6 6 7 our $VERSION = '0.0 2';7 our $VERSION = '0.03'; 8 8 9 9 use overload ( … … 38 38 7 => [qw(orange olive)], 39 39 8 => [qw(yellow)], 40 9 => [qw(light t_green lime)],40 9 => [qw(light_green lime)], 41 41 10 => [qw(teal)], 42 42 11 => [qw(light_cyan cyan aqua)], … … 119 119 orange olive 120 120 yellow 121 light t_green lime121 light_green lime 122 122 teal 123 123 light_cyan cyan aqua -
lang/perl/String-IRC/trunk/t/91.pod-coverage.t
- Property svn:executable set to *
r10701 r21566 4 4 eval "use Test::Pod::Coverage 1.04"; 5 5 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; 6 my $trustme = { trustme => [qr/^(white|black|blue|navy|green|red|brown|maroon|purple|orange|olive|yellow|light t_green|lime|teal|light_cyan|cyan|aqua|light_blue|royal|pink|light_purple|fuchsia|grey|light_grey|silver)$/] };6 my $trustme = { trustme => [qr/^(white|black|blue|navy|green|red|brown|maroon|purple|orange|olive|yellow|light_green|lime|teal|light_cyan|cyan|aqua|light_blue|royal|pink|light_purple|fuchsia|grey|light_grey|silver)$/] }; 7 7 all_pod_coverage_ok($trustme);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)