~ubuntu-branches/ubuntu/trusty/libstrictures-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/strictures.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-12-15 19:05:23 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20131215190523-2s6uhf8giscg9t3v
Tags: 1.005002-1
* Team upload.
* New upstream release.
* Convert Suggests into Recommends, following upstream changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  *_PERL_LT_5_8_4 = ($] < 5.008004) ? sub(){1} : sub(){0};
8
8
}
9
9
 
10
 
our $VERSION = '1.005001'; # 1.5.1
 
10
our $VERSION = '1.005002'; # 1.5.2
11
11
 
12
12
sub VERSION {
13
13
  for ($_[1]) {