libpath-class-perl 0.37-ok2 source package in openKylin

Changelog

libpath-class-perl (0.37-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Thu, 15 Sep 2022 13:34:26 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libpath-class-perl_0.37.orig.tar.gz 36.6 KiB 654781948602386f2cb2e4473a739f17dc6953d92aabc2498a4ca2561bc248ce
libpath-class-perl_0.37-ok2.debian.tar.xz 7.8 KiB ce212cefab404f328125687e444e6803d9ca4f2b966440470b448050e6410b8c
libpath-class-perl_0.37-ok2.dsc 1.8 KiB 607e230f55c8f8178ea52240ed16e433a7d8709241362bfea6737292f8273796

Available diffs

View changes file

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.