~ubuntu-branches/ubuntu/trusty/libpod-simple-perl/trusty

« back to all changes in this revision

Viewing changes to lib/Pod/Simple/LinkSection.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2012-06-02 19:46:46 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120602194646-snwch2m75wjvyua9
Tags: 3.22-1
* New upstream release.
* Remove patches, all applied upstream.
* Update years of packaging copyright.
* Add debian/NEWS mentioning a compatibility change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
package Pod::Simple::LinkSection;
4
4
  # Based somewhat dimly on Array::Autojoin
5
5
use vars qw($VERSION );
6
 
$VERSION = '3.20';
 
6
$VERSION = '3.22';
7
7
 
8
8
use strict;
9
9
use Pod::Simple::BlackBox;
10
10
use vars qw($VERSION );
11
 
$VERSION = '3.20';
 
11
$VERSION = '3.22';
12
12
 
13
13
use overload( # So it'll stringify nice
14
14
  '""'   => \&Pod::Simple::BlackBox::stringify_lol,