r66209 - in /branches/upstream/libio-async-loop-glib-perl/current: Changes META.yml Makefile.PL lib/IO/Async/Loop/Glib.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 24 20:33:06 UTC 2010


Author: jawnsy-guest
Date: Fri Dec 24 20:33:00 2010
New Revision: 66209

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66209
Log:
[svn-upgrade] new version libio-async-loop-glib-perl (0.19)

Modified:
    branches/upstream/libio-async-loop-glib-perl/current/Changes
    branches/upstream/libio-async-loop-glib-perl/current/META.yml
    branches/upstream/libio-async-loop-glib-perl/current/Makefile.PL
    branches/upstream/libio-async-loop-glib-perl/current/lib/IO/Async/Loop/Glib.pm

Modified: branches/upstream/libio-async-loop-glib-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-loop-glib-perl/current/Changes?rev=66209&op=diff
==============================================================================
--- branches/upstream/libio-async-loop-glib-perl/current/Changes (original)
+++ branches/upstream/libio-async-loop-glib-perl/current/Changes Fri Dec 24 20:33:00 2010
@@ -1,4 +1,7 @@
 Revision history for IO-Async-Loop-Glib
+
+0.19    CHANGES:
+         * Updated for IO::Async 0.33
 
 0.18    CHANGES:
          * Use Time::HiRes for timing accuracy

Modified: branches/upstream/libio-async-loop-glib-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-loop-glib-perl/current/META.yml?rev=66209&op=diff
==============================================================================
--- branches/upstream/libio-async-loop-glib-perl/current/META.yml (original)
+++ branches/upstream/libio-async-loop-glib-perl/current/META.yml Fri Dec 24 20:33:00 2010
@@ -1,26 +1,26 @@
 ---
-name: IO-Async-Loop-Glib
-version: 0.18
+abstract: 'use C<IO::Async> with F<Glib> or F<GTK>'
 author:
   - 'Paul Evans <leonerd at leonerd.org.uk>'
-abstract: 'use C<IO::Async> with F<Glib> or F<GTK>'
-license: perl
-resources:
-  license: http://dev.perl.org/licenses/
 build_requires:
   IO::Async::LoopTests: 0.24
   Test::More: 0
+configure_requires:
+  Module::Build: 0.36
+generated_by: 'Module::Build version 0.3607'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: IO-Async-Loop-Glib
+provides:
+  IO::Async::Loop::Glib:
+    file: lib/IO/Async/Loop/Glib.pm
+    version: 0.19
 requires:
   Glib: 0
   IO::Async::Loop: 0.24
   Time::HiRes: 0
-configure_requires:
-  Module::Build: 0.35
-provides:
-  IO::Async::Loop::Glib:
-    file: lib/IO/Async/Loop/Glib.pm
-    version: 0.18
-generated_by: Module::Build version 0.35
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+resources:
+  license: http://dev.perl.org/licenses/
+version: 0.19

Modified: branches/upstream/libio-async-loop-glib-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-loop-glib-perl/current/Makefile.PL?rev=66209&op=diff
==============================================================================
--- branches/upstream/libio-async-loop-glib-perl/current/Makefile.PL (original)
+++ branches/upstream/libio-async-loop-glib-perl/current/Makefile.PL Fri Dec 24 20:33:00 2010
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.35
+# Note: this file was auto-generated by Module::Build::Compat version 0.3607
 use ExtUtils::MakeMaker;
 WriteMakefile
 (

Modified: branches/upstream/libio-async-loop-glib-perl/current/lib/IO/Async/Loop/Glib.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-async-loop-glib-perl/current/lib/IO/Async/Loop/Glib.pm?rev=66209&op=diff
==============================================================================
--- branches/upstream/libio-async-loop-glib-perl/current/lib/IO/Async/Loop/Glib.pm (original)
+++ branches/upstream/libio-async-loop-glib-perl/current/lib/IO/Async/Loop/Glib.pm Fri Dec 24 20:33:00 2010
@@ -1,15 +1,15 @@
 #  You may distribute under the terms of either the GNU General Public License
 #  or the Artistic License (the same terms as Perl itself)
 #
-#  (C) Paul Evans, 2007-2009 -- leonerd at leonerd.org.uk
+#  (C) Paul Evans, 2007-2010 -- leonerd at leonerd.org.uk
 
 package IO::Async::Loop::Glib;
 
 use strict;
 use warnings;
 
-our $VERSION = '0.18';
-use constant API_VERSION => '0.24';
+our $VERSION = '0.19';
+use constant API_VERSION => '0.33';
 
 use base qw( IO::Async::Loop );
 




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