r39922 - in /branches/upstream/libapp-nopaste-perl/current: Changes META.yml Makefile.PL lib/App/Nopaste.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Jul 15 08:40:06 UTC 2009


Author: ryan52-guest
Date: Wed Jul 15 08:39:58 2009
New Revision: 39922

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39922
Log:
[svn-upgrade] Integrating new upstream version, libapp-nopaste-perl (0.12)

Modified:
    branches/upstream/libapp-nopaste-perl/current/Changes
    branches/upstream/libapp-nopaste-perl/current/META.yml
    branches/upstream/libapp-nopaste-perl/current/Makefile.PL
    branches/upstream/libapp-nopaste-perl/current/lib/App/Nopaste.pm

Modified: branches/upstream/libapp-nopaste-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-nopaste-perl/current/Changes?rev=39922&op=diff
==============================================================================
--- branches/upstream/libapp-nopaste-perl/current/Changes (original)
+++ branches/upstream/libapp-nopaste-perl/current/Changes Wed Jul 15 08:39:58 2009
@@ -1,4 +1,8 @@
 Revision history for App-Nopaste
+
+0.12    Mon Jul 13 19:35:10 2009
+        Don't explicitly (optionally) depend on Git, but use it if
+            we have it (Sartak)
 
 0.11    Thu Jun 18 17:20:51 2009
         Service::Gist: use file_ext instead of file_name (nothingmuch)

Modified: branches/upstream/libapp-nopaste-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-nopaste-perl/current/META.yml?rev=39922&op=diff
==============================================================================
--- branches/upstream/libapp-nopaste-perl/current/META.yml (original)
+++ branches/upstream/libapp-nopaste-perl/current/META.yml Wed Jul 15 08:39:58 2009
@@ -26,4 +26,4 @@
   homepage: http://github.com/sartak/app-nopaste/tree
   license: http://dev.perl.org/licenses/
   repository: git://github.com/sartak/app-nopaste.git
-version: 0.11
+version: 0.12

Modified: branches/upstream/libapp-nopaste-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-nopaste-perl/current/Makefile.PL?rev=39922&op=diff
==============================================================================
--- branches/upstream/libapp-nopaste-perl/current/Makefile.PL (original)
+++ branches/upstream/libapp-nopaste-perl/current/Makefile.PL Wed Jul 15 08:39:58 2009
@@ -21,8 +21,7 @@
     'copying of URLs with -x/--copy' => [
         'Clipboard',
     ],
-    'Github authentication (either module works)' => [
-        'Git' => '0.00',
+    'Github authentication (having Git installed works too)' => [
         'Config::INI::Reader' => '0.00',
     ],
 );

Modified: branches/upstream/libapp-nopaste-perl/current/lib/App/Nopaste.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libapp-nopaste-perl/current/lib/App/Nopaste.pm?rev=39922&op=diff
==============================================================================
--- branches/upstream/libapp-nopaste-perl/current/lib/App/Nopaste.pm (original)
+++ branches/upstream/libapp-nopaste-perl/current/lib/App/Nopaste.pm Wed Jul 15 08:39:58 2009
@@ -6,7 +6,7 @@
 use base 'Exporter';
 our @EXPORT_OK = 'nopaste';
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 sub nopaste {
     # process arguments {{{




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