Devel-Ditto

 view release on metacpan or  search on metacpan

lib/Devel/Ditto.pm  view on Meta::CPAN

    close REALSTDERR;
  }
  else {
    close REALSTDOUT;
  }
}

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> >>

lib/Devel/Ditto/Color.pm  view on Meta::CPAN

  [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> >>

lib/Devel/Ditto/Colour.pm  view on Meta::CPAN

sub _logbit {
  my $self = shift;
  my $lb   = $self->SUPER::_logbit;
  return Term::ANSIColor::colored(
    [ $self->{is_err} ? 'red' : 'green' ], $lb );
}

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> >>



( run in 0.330 second using v1.01-cache-2.11-cpan-0d8aa00de5b )