~ubuntu-branches/ubuntu/trusty/libnetpacket-perl/trusty

« back to all changes in this revision

Viewing changes to t/000-report-versions-tiny.t

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting
  • Date: 2013-12-04 23:49:19 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131204234919-5ebhy77qln1p1fis
Tags: 1.4.4-1
* Import Upstream version 1.4.4
* Drop spelling.patch, whatis.patch: both applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
eval {                     # no excuses!
15
15
    # report our Perl details
16
 
    my $want = "any version";
 
16
    my $want = 'v5.10.0';
17
17
    $v .= "perl: $] (wanted $want) on $^O from $^X\n\n";
18
18
};
19
19
defined($@) and diag("$@");