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

« back to all changes in this revision

Viewing changes to lib/Devel/REPL/Plugin/MultiLine/PPI.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::MultiLine::PPI::AUTHORITY = 'cpan:PHAYLON';
6
6
}
7
 
{
8
 
  $Devel::REPL::Plugin::MultiLine::PPI::VERSION = '1.003025';
9
 
}
10
 
 
 
7
$Devel::REPL::Plugin::MultiLine::PPI::VERSION = '1.003026';
11
8
use Devel::REPL::Plugin;
12
9
use PPI;
13
10
use namespace::autoclean;
94
91
 
95
92
Devel::REPL::Plugin::MultiLine::PPI - read lines until all blocks are closed
96
93
 
 
94
=head1 VERSION
 
95
 
 
96
version 1.003026
 
97
 
97
98
=head1 SYNOPSIS
98
99
 
99
100
    use Devel::REPL;