Devel-Ditto
view release on metacpan or search on metacpan
lib/Devel/Ditto/Color.pm view on Meta::CPAN
package Devel::Ditto::Color;
use strict;
use warnings;
use Carp;
use base qw( Devel::Ditto::Colour );
=head1 NAME
Devel::Ditto::Color - Color version of Devel::Ditto
=head1 VERSION
This document describes Devel::Ditto version 0.06
=head1 SYNOPSIS
$ perl -MDevel::Ditto::Color myprog.pl
[main, t/myprog.pl, 9] This is regular text
[main, t/myprog.pl, 10] This is a warning
[MyPrinter, t/lib/MyPrinter.pm, 7] Hello, World
[MyPrinter, t/lib/MyPrinter.pm, 8] Whappen?
=cut
our $VERSION = '0.06';
1;
__END__
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to
C<bug-devel-Ditto@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>.
=head1 AUTHOR
Andy Armstrong C<< <andy@hexten.net> >>
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2009, Andy Armstrong C<< <andy@hexten.net> >>.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>.
( run in 3.100 seconds using v1.01-cache-2.11-cpan-a5162978ef8 )