r70884 - in /branches/upstream/libproc-invokeeditor-perl/current: Changes META.yml README lib/Proc/InvokeEditor.pm
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Tue Mar 8 12:39:43 UTC 2011
Author: periapt-guest
Date: Tue Mar 8 12:39:35 2011
New Revision: 70884
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70884
Log:
[svn-upgrade] new version libproc-invokeeditor-perl (1.05)
Modified:
branches/upstream/libproc-invokeeditor-perl/current/Changes
branches/upstream/libproc-invokeeditor-perl/current/META.yml
branches/upstream/libproc-invokeeditor-perl/current/README
branches/upstream/libproc-invokeeditor-perl/current/lib/Proc/InvokeEditor.pm
Modified: branches/upstream/libproc-invokeeditor-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libproc-invokeeditor-perl/current/Changes?rev=70884&op=diff
==============================================================================
--- branches/upstream/libproc-invokeeditor-perl/current/Changes (original)
+++ branches/upstream/libproc-invokeeditor-perl/current/Changes Tue Mar 8 12:39:35 2011
@@ -19,3 +19,5 @@
1.04 30 Jul 2010
- Add a "use warnings" to keep CPANTS happy.
+1.05 19 Feb 2011
+ - Fix README
Modified: branches/upstream/libproc-invokeeditor-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libproc-invokeeditor-perl/current/META.yml?rev=70884&op=diff
==============================================================================
--- branches/upstream/libproc-invokeeditor-perl/current/META.yml (original)
+++ branches/upstream/libproc-invokeeditor-perl/current/META.yml Tue Mar 8 12:39:35 2011
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Proc-InvokeEditor
-version: 1.04
+version: 1.05
abstract: Interface to external editor from perl
author:
- Michael Stevens <mstevens at etla.org>
@@ -19,7 +19,7 @@
directory:
- t
- inc
-generated_by: ExtUtils::MakeMaker version 6.56
+generated_by: ExtUtils::MakeMaker version 6.55_02
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
Modified: branches/upstream/libproc-invokeeditor-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libproc-invokeeditor-perl/current/README?rev=70884&op=diff
==============================================================================
--- branches/upstream/libproc-invokeeditor-perl/current/README (original)
+++ branches/upstream/libproc-invokeeditor-perl/current/README Tue Mar 8 12:39:35 2011
@@ -1,4 +1,4 @@
-Proc::InvokeEditor version 1.03
+Proc::InvokeEditor version 1.05
=======================
This module provides a simple API to calling an external text editor
@@ -41,4 +41,3 @@
This module is licensed under the same terms as Perl itself.
Copyright (C) 2001,2010 Michael Stevens
-
Modified: branches/upstream/libproc-invokeeditor-perl/current/lib/Proc/InvokeEditor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libproc-invokeeditor-perl/current/lib/Proc/InvokeEditor.pm?rev=70884&op=diff
==============================================================================
--- branches/upstream/libproc-invokeeditor-perl/current/lib/Proc/InvokeEditor.pm (original)
+++ branches/upstream/libproc-invokeeditor-perl/current/lib/Proc/InvokeEditor.pm Tue Mar 8 12:39:35 2011
@@ -32,7 +32,7 @@
@EXPORT = qw(
);
-$VERSION = '1.04';
+$VERSION = '1.05';
@DEFAULT_EDITORS = ( $ENV{'VISUAL'}, $ENV{'EDITOR'}, '/usr/bin/vi',
'/bin/vi', '/bin/ed'
More information about the Pkg-perl-cvs-commits
mailing list