libpath-class-perl 0.36-1 source package in Ubuntu
Changelog
libpath-class-perl (0.36-1) unstable; urgency=medium * Team upload. [ Salvatore Bonaccorso ] * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ Lucas Kanashiro ] * Import upstream version 0.36 * Update years of upstream copyright * Lowercase upstream email address * Update Debian packaging copyright * Fix d/control. Thanks for cme. * Bump debhelper compatibility level to 9 * Declare compliance with Debian policy 3.9.7 -- Lucas Kanashiro <email address hidden> Wed, 17 Feb 2016 20:48:03 -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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libpath-class-perl_0.36-1.dsc | 2.2 KiB | 9bfe64c6f0883bef6a97e92fb866ec45a4fda1ee973bfdd02c991a2f8a4af7eb |
libpath-class-perl_0.36.orig.tar.gz | 36.2 KiB | 45e6f51329a31b3f52810eec70f2ff54e3faea8893f07bdf95028adb71dcbdf9 |
libpath-class-perl_0.36-1.debian.tar.xz | 3.9 KiB | e60aa557124049ac94e7172378aac1d4c7646d19f3634974a7749b75202324d7 |
Available diffs
- diff from 0.35-1 to 0.36-1 (7.8 KiB)
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.