r59972 - in /trunk/libproc-invokeeditor-perl: META.yml README debian/changelog lib/Proc/InvokeEditor.pm

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


Author: ansgar-guest
Date: Fri Jul  2 13:53:42 2010
New Revision: 59972

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59972
Log:
IGNORE-VERSION: 1.03-1
Adds names of dependencies and location of upstream repository to README.

Modified:
    trunk/libproc-invokeeditor-perl/META.yml
    trunk/libproc-invokeeditor-perl/README
    trunk/libproc-invokeeditor-perl/debian/changelog
    trunk/libproc-invokeeditor-perl/lib/Proc/InvokeEditor.pm

Modified: trunk/libproc-invokeeditor-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-invokeeditor-perl/META.yml?rev=59972&op=diff
==============================================================================
--- trunk/libproc-invokeeditor-perl/META.yml (original)
+++ trunk/libproc-invokeeditor-perl/META.yml Fri Jul  2 13:53:42 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: trunk/libproc-invokeeditor-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-invokeeditor-perl/README?rev=59972&op=diff
==============================================================================
--- trunk/libproc-invokeeditor-perl/README (original)
+++ trunk/libproc-invokeeditor-perl/README Fri Jul  2 13:53:42 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: trunk/libproc-invokeeditor-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-invokeeditor-perl/debian/changelog?rev=59972&op=diff
==============================================================================
--- trunk/libproc-invokeeditor-perl/debian/changelog (original)
+++ trunk/libproc-invokeeditor-perl/debian/changelog Fri Jul  2 13:53:42 2010
@@ -1,4 +1,7 @@
-libproc-invokeeditor-perl (1.02-2) UNRELEASED; urgency=low
+libproc-invokeeditor-perl (1.03-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 1.03-1
+  Adds names of dependencies and location of upstream repository to README.
 
   [ gregor herrmann ]
   * debian/rules: delete /usr/lib/perl5 only if it exists.
@@ -12,7 +15,7 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 09 Jan 2008 21:18:41 +0100
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 02 Jul 2010 22:50:34 +0900
 
 libproc-invokeeditor-perl (1.02-1) unstable; urgency=low
 

Modified: trunk/libproc-invokeeditor-perl/lib/Proc/InvokeEditor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-invokeeditor-perl/lib/Proc/InvokeEditor.pm?rev=59972&op=diff
==============================================================================
--- trunk/libproc-invokeeditor-perl/lib/Proc/InvokeEditor.pm (original)
+++ trunk/libproc-invokeeditor-perl/lib/Proc/InvokeEditor.pm Fri Jul  2 13:53:42 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