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

« back to all changes in this revision

Viewing changes to lib/Devel/REPL/Meta/Plugin.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::Meta::Plugin::AUTHORITY = 'cpan:PHAYLON';
6
6
}
7
 
{
8
 
  $Devel::REPL::Meta::Plugin::VERSION = '1.003025';
9
 
}
10
 
 
 
7
$Devel::REPL::Meta::Plugin::VERSION = '1.003026';
11
8
use Moose;
12
9
 
13
10
extends 'Moose::Meta::Role';