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

Changelog

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


  * Add debian/upstream/metadata
  * Imported upstream version 0.35

 -- Salvatore Bonaccorso <email address hidden>  Mon, 15 Sep 2014 20:44:36 +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

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpath-class-perl_0.35-1.dsc 2.1 KiB 490c7307c04a8689fb9176c78664a03845303b2ae865a7ae3071bba240dd3aab
libpath-class-perl_0.35.orig.tar.gz 33.3 KiB 9226b305196127d02529303dbd6c37802baafe736f0245cb089241ed25922aee
libpath-class-perl_0.35-1.debian.tar.xz 3.7 KiB a5cae7e4eee26bfadf81496d0cd2f67be3abaee28f13c8a474f949b18299c3b0

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.