r59970 - in /branches/upstream/libproc-invokeeditor-perl/current: META.yml README lib/Proc/InvokeEditor.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Jul 2 13:49:41 UTC 2010


Author: ansgar-guest
Date: Fri Jul  2 13:48:15 2010
New Revision: 59970

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59970
Log:
[svn-upgrade] new version libproc-invokeeditor-perl (1.03)

Modified:
    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/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libproc-invokeeditor-perl/current/META.yml?rev=59970&op=diff
==============================================================================
--- branches/upstream/libproc-invokeeditor-perl/current/META.yml (original)
+++ branches/upstream/libproc-invokeeditor-perl/current/META.yml Fri Jul  2 13:48:15 2010
@@ -1,17 +1,25 @@
 --- #YAML:1.0
-name:                Proc-InvokeEditor
-version:             1.02
-abstract:            Interface to external editor from perl
-license:             perl
-author:              
+name:               Proc-InvokeEditor
+version:            1.03
+abstract:           Interface to external editor from perl
+author:
     - Michael Stevens <mstevens at etla.org>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Carp::Assert:                  0.11
-    File::Spec:                    0.82
-    File::Temp:                    0.12
-    Test::More:                    0.08
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Carp::Assert:  0.11
+    File::Spec:    0.82
+    File::Temp:    0.12
+    Test::More:    0.08
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    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=59970&op=diff
==============================================================================
--- branches/upstream/libproc-invokeeditor-perl/current/README (original)
+++ branches/upstream/libproc-invokeeditor-perl/current/README Fri Jul  2 13:48:15 2010
@@ -1,4 +1,4 @@
-IPC/Editor version 0.01
+Proc::InvokeEditor version 1.03
 =======================
 
 This module provides a simple API to calling an external text editor
@@ -25,11 +25,20 @@
 
 This module requires these other modules and libraries:
 
-  <some other modules, probably File::Temp>
+* File::Temp
+* Test::More
+* Carp::Assert
+* File::Spec
+
+REPOSITORY
+
+This module lives on github at:
+
+http://github.com/mstevens/Proc--InvokeEditor
 
 COPYRIGHT AND LICENCE
 
 This module is licensed under the same terms as Perl itself.
 
-Copyright (C) 2001 Michael Stevens
+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=59970&op=diff
==============================================================================
--- branches/upstream/libproc-invokeeditor-perl/current/lib/Proc/InvokeEditor.pm (original)
+++ branches/upstream/libproc-invokeeditor-perl/current/lib/Proc/InvokeEditor.pm Fri Jul  2 13:48:15 2010
@@ -30,7 +30,7 @@
 @EXPORT = qw(
 	
 );
-$VERSION = '1.02';
+$VERSION = '1.03';
 
 @DEFAULT_EDITORS = ( $ENV{'VISUAL'}, $ENV{'EDITOR'}, '/usr/bin/vi',
                      '/bin/vi', '/bin/ed'




More information about the Pkg-perl-cvs-commits mailing list