libpath-class-perl 0.37-1 source package in Ubuntu

Changelog

libpath-class-perl (0.37-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.

  [ Salvatore Bonaccorso ]
  * Import upstream version 0.37
  * Update copyright years for debian/* packaging files
  * Declare compliance with Debian policy 3.9.8

 -- Salvatore Bonaccorso <email address hidden>  Sun, 14 Aug 2016 06:52:41 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpath-class-perl_0.37-1.dsc 2.2 KiB 5cbff1a29ca84760c87aeb69f167092464cd659435cc5d3d7f5acf0013a5a8a8
libpath-class-perl_0.37.orig.tar.gz 36.6 KiB 654781948602386f2cb2e4473a739f17dc6953d92aabc2498a4ca2561bc248ce
libpath-class-perl_0.37-1.debian.tar.xz 3.9 KiB 74a5868ac6462a74ab9db889eb40e368e42e128e07dab87c8fee7719c233874d

Available diffs

No changes file available.

Binary packages built by this source

libpath-class-perl: module for cross-platform path specification manipulation

 Path::Class is a module for manipulation of file and directory specifications
 (strings describing their locations; for example: '/home/ken/foo.txt') in a
 cross-platform manner. It supports pretty much every platform Perl runs on,
 including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2 and NetWare.
 .
 Path::Class uses File::Spec internally, wrapping all the unsightly details so
 you can concentrate on your application code. Path::Class provides an object
 model of path specifications and their semantics. In other words, it creates
 objects representing files and directories, and provides methods that relate
 them to each other.