~ubuntu-branches/ubuntu/intrepid/libwww-perl/intrepid

« back to all changes in this revision

Viewing changes to lib/File/Listing.pm

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-04-16 16:36:16 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080416163616-06kg47nxqi6xrwts
Tags: 5.812-1
New upstream release, fixes the SSL regression (closes: #476390).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package File::Listing;
2
2
 
3
 
# $Id: Listing.pm,v 1.15 2003/10/26 14:24:22 gisle Exp $
4
 
 
5
3
sub Version { $VERSION; }
6
 
$VERSION = sprintf("%d.%02d", q$Revision: 1.15 $ =~ /(\d+)\.(\d+)/);
 
4
$VERSION = "5.810";
7
5
 
8
6
require Exporter;
9
7
@ISA = qw(Exporter);