libproc-invokeeditor-perl 1.07-1 source package in Ubuntu

Changelog

libproc-invokeeditor-perl (1.07-1) unstable; urgency=medium


  * Team upload.
  * New upstream release.
  * Update years of upstream copyright.
  * Bump debhelper compatibility level to 8.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Tue, 12 Aug 2014 18:55:43 +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
Xenial release universe perl

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libproc-invokeeditor-perl_1.07-1.dsc 2.3 KiB d0d287d463f3c3aa55bcd8a07468a60d33bc9e39d0cc6b9ac765825f14b03df2
libproc-invokeeditor-perl_1.07.orig.tar.gz 6.4 KiB fd8c8ab15e112b9a355ab4515fafb6cb25344b64d88073864f782d0374200caa
libproc-invokeeditor-perl_1.07-1.debian.tar.xz 3.2 KiB 2486c55804dafa6dd9ea1cfb486580dfd7da6b34a0174cfbdf2d32dbef923fb0

Available diffs

No changes file available.

Binary packages built by this source

libproc-invokeeditor-perl: Perl extension for starting a text editor

 Proc::InvokeEditor module provides the ability to supply some text to an
 external text editor, have it edited by the user, and retrieve the results.
 .
 The File::Temp module is used to provide secure, safe temporary
 files, and File::Temp is set to its highest available level of
 security. This may cause problems on some systems where no secure
 temporary directory is available.
 .
 When the editor is started, no subshell is used. Your path will
 be scanned to find the binary to use for each editor if the string
 given does not exist as a file, and if a named editor contains whitespace,
 for example if you try to use the editor 'xemacs -nw', then the string will
 be split on whitespace and anything after the editor name will be passed
 as arguments to your editor. A shell is not used but this should cover
 most simple cases.