~ubuntu-branches/ubuntu/wily/libdevel-repl-perl/wily

« back to all changes in this revision

Viewing changes to lib/Devel/REPL/Plugin/Colors.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-07-16 17:29:07 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20140716172907-5k2q0365p0nvvi7z
Tags: 1.003026-1
* New upstream release.
* Strip trailing slash from metacpan URLs.
* Install new CONTRIBUTING file.
* Drop patch add-whatis, merged upstream.
* Update build dependencies. And lower debhelper compat level, since
  Module::Build::Tiny is gone.
* debian/rules: drop override which removed empty manpages which were
  created by Module::Build::Tiny.
* Update years of packaging copyright.
* Declare compliance with Debian Policy 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
BEGIN {
5
5
  $Devel::REPL::Plugin::Colors::AUTHORITY = 'cpan:PHAYLON';
6
6
}
7
 
{
8
 
  $Devel::REPL::Plugin::Colors::VERSION = '1.003025';
9
 
}
10
 
 
 
7
$Devel::REPL::Plugin::Colors::VERSION = '1.003026';
11
8
use Devel::REPL::Plugin;
12
9
use Term::ANSIColor;
13
10
use namespace::autoclean;
73
70
 
74
71
Devel::REPL::Plugin::Colors - add color to return values, warnings, and errors
75
72
 
 
73
=head1 VERSION
 
74
 
 
75
version 1.003026
 
76
 
76
77
=head1 SYNOPSIS
77
78
 
78
79
    use Devel::REPL;