libenv-path-perl 0.19-1 source package in Ubuntu

Changelog

libenv-path-perl (0.19-1) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Email change: Salvatore Bonaccorso -> <email address hidden>

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Imported Upstream version 0.19
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs
  * Convert to '3.0 (quilt)' source package format
  * Update debian/copyright file information.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
    Update copyright years for debian/* packaging files.
    Refer to Debian systems in general instead of only Debian GNU/Linux
    systems.
    Explicity refer to GPL-1 license text included in common-licenses.
  * Bump Standards-Version to 3.9.4
  * Update Debhelper compat level to 8.
    Adjust versioned Build-Depends on debhelper to (>= 8).

 -- Salvatore Bonaccorso <email address hidden>  Sat, 29 Jun 2013 08:38:35 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libenv-path-perl_0.19-1.dsc 2.0 KiB 8a08357aa0bea3673426337d44c9ab2d6db796c10b2a6ffb8629e15cf94bceb0
libenv-path-perl_0.19.orig.tar.gz 10.8 KiB 244bf093798832a7d841d9ee5b4b0e6b489996eef63541e505091aa34a9015e2
libenv-path-perl_0.19-1.debian.tar.gz 2.0 KiB fba24453ceb147558b8abb863b65dad83f1b7dae460b307b6b4a98194d708e00

Available diffs

No changes file available.

Binary packages built by this source

libenv-path-perl: Perl module implementing advanced operations on path variables

 Env::Path presents an object-oriented interface to path variables, defined
 as that subclass of environment variables which name an ordered list of
 filesystem elements separated by a platform-standard separator.
 .
 Env::Path is for cases where you need to insert or remove interior path
 entries, strip redundancies, operate on a path variable without having to
 know whether the current platform uses ":" or ";", operate on a path variable
 which may have a different name on different platforms, etc.