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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libpath-class-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 17:27:07 +0100

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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpath-class-perl_0.37-4.dsc 2.1 KiB 10640dda782d213f9d28690c8796f238206f553b7347fa5db4ada935f18cd928
libpath-class-perl_0.37.orig.tar.gz 36.6 KiB 654781948602386f2cb2e4473a739f17dc6953d92aabc2498a4ca2561bc248ce
libpath-class-perl_0.37-4.debian.tar.xz 4.3 KiB 64b0f0fb29ae18e57f3dfda02c03e9b389d6b67d6407cfce975366b215ec7d4a

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.