r55477 - in /branches/upstream/libpoe-loop-tk-perl/current: CHANGES META.yml Makefile.PL lib/POE/Loop/Tk.pm lib/POE/Loop/TkActiveState.pm lib/POE/Loop/TkCommon.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Apr 5 01:22:25 UTC 2010


Author: jawnsy-guest
Date: Mon Apr  5 01:22:02 2010
New Revision: 55477

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55477
Log:
[svn-upgrade] Integrating new upstream version, libpoe-loop-tk-perl (1.304)

Modified:
    branches/upstream/libpoe-loop-tk-perl/current/CHANGES
    branches/upstream/libpoe-loop-tk-perl/current/META.yml
    branches/upstream/libpoe-loop-tk-perl/current/Makefile.PL
    branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/Tk.pm
    branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/TkActiveState.pm
    branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/TkCommon.pm

Modified: branches/upstream/libpoe-loop-tk-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-loop-tk-perl/current/CHANGES?rev=55477&op=diff
==============================================================================
--- branches/upstream/libpoe-loop-tk-perl/current/CHANGES (original)
+++ branches/upstream/libpoe-loop-tk-perl/current/CHANGES Mon Apr  5 01:22:02 2010
@@ -1,3 +1,36 @@
+=====================================
+2010-04-03T20:05:25.585279Z plt-1_304
+=====================================
+
+  2010-04-03 20:02:18 (r2868) by rcaputo
+  polo-tk/lib/POE/Loop/TkActiveState.pm M; polo-tk/lib/POE/Loop/Tk.pm M;
+  polo-tk/lib/POE/Loop/TkCommon.pm M; polo-tk/Makefile.PL M
+
+    Bump revision for a new release. No significant changes, other than
+    to build a new dist with the latest EUMM.
+
+=====================================
+2010-04-03T18:20:11.015755Z plt-1_303
+=====================================
+
+  2010-04-03 18:18:51 (r2860) by rcaputo
+  polo-tk/lib/POE/Loop/TkActiveState.pm M; polo-tk/lib/POE/Loop/Tk.pm M;
+  polo-tk/lib/POE/Loop/TkCommon.pm M; polo-tk/Makefile.PL M
+
+    Fix PLT dependencies and bump revision for release.
+
+  2010-03-24 06:52:46 (r2852) by apocal
+  poe M; polo-gtk/Makefile.PL M; polo-tk M; polo-event M; poe-test-loops
+  M; polo-gtk M
+
+    Set svn:ignore for: META.yml CHANGES run_network_tests PoLo-Gtk
+    forgot to clean run_network_tests 
+
+  2010-03-11 05:06:03 (r2837) by apocal
+  polo-event/Makefile.PL M; polo-tk/Makefile.PL M
+
+    Add "run_network_tests" to "make clean" 
+
 =====================================
 2009-08-27T04:28:34.969753Z plt-1_302
 =====================================

Modified: branches/upstream/libpoe-loop-tk-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-loop-tk-perl/current/META.yml?rev=55477&op=diff
==============================================================================
--- branches/upstream/libpoe-loop-tk-perl/current/META.yml (original)
+++ branches/upstream/libpoe-loop-tk-perl/current/META.yml Mon Apr  5 01:22:02 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               POE-Loop-Tk
-version:            1.302
+version:            1.304
 abstract:           Tk event loop support for POE.
 author:
     - Rocco Caputo <rcaputo at cpan.org>
@@ -8,14 +8,13 @@
 distribution_type:  module
 configure_requires:
     ExtUtils::MakeMaker:  0
-    POE::Test::Loops:     1.021
+    POE::Test::Loops:     1.035
 build_requires:
     ExtUtils::MakeMaker:  0
-    POE::Test::Loops:     1.021
+    POE::Test::Loops:     1.035
 requires:
-    POE:               1.007
-    POE::Test::Loops:  1.021
-    Tk:                804.028
+    POE:  1.289
+    Tk:   804.028
 resources:
     license:     http://dev.perl.org/licenses/
     repository:  https://poe.svn.sourceforge.net/svnroot/poe/trunk/polo-tk
@@ -23,7 +22,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.54
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: branches/upstream/libpoe-loop-tk-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-loop-tk-perl/current/Makefile.PL?rev=55477&op=diff
==============================================================================
--- branches/upstream/libpoe-loop-tk-perl/current/Makefile.PL (original)
+++ branches/upstream/libpoe-loop-tk-perl/current/Makefile.PL Mon Apr  5 01:22:02 2010
@@ -85,23 +85,22 @@
       '/usr/bin/tee ./$(DISTNAME)-$(VERSION)/CHANGES > ./CHANGES'
     ),
   },
-  clean           => { FILES => 't/poe_loop_tk/*.t t/poe_loop_tk' },
+  clean           => { FILES => 't/poe_loop_tk/*.t t/poe_loop_tk ' . $marker },
   test            => { TESTS => 't/*.t t/poe_loop_tk/*.t' },
 
   CONFIGURE_REQUIRES => {
     'ExtUtils::MakeMaker' => 0,
-    'POE::Test::Loops'    => 1.021,
+    'POE::Test::Loops'    => 1.035,
   },
 
   META_MERGE      => {
     build_requires => {
-      'POE::Test::Loops'    => 1.021,
+      'POE::Test::Loops'    => 1.035,
     },
   },
 
   PREREQ_PM       => {
-    'POE'               => 1.007,
-    'POE::Test::Loops'  => 1.021,
+    'POE'               => 1.289,
     'Tk'                => 804.028,
   },
 );

Modified: branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/Tk.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/Tk.pm?rev=55477&op=diff
==============================================================================
--- branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/Tk.pm (original)
+++ branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/Tk.pm Mon Apr  5 01:22:02 2010
@@ -3,7 +3,7 @@
 package POE::Loop::Tk;
 
 use vars qw($VERSION);
-$VERSION = '1.302'; # NOTE - Should be #.### (three decimal places)
+$VERSION = '1.304'; # NOTE - Should be #.### (three decimal places)
 
 # Include common things.
 use POE::Loop::PerlSignals;

Modified: branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/TkActiveState.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/TkActiveState.pm?rev=55477&op=diff
==============================================================================
--- branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/TkActiveState.pm (original)
+++ branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/TkActiveState.pm Mon Apr  5 01:22:02 2010
@@ -4,7 +4,7 @@
 package POE::Loop::TkActiveState;
 
 use vars qw($VERSION);
-$VERSION = '1.302'; # NOTE - Should be #.### (three decimal places)
+$VERSION = '1.304'; # NOTE - Should be #.### (three decimal places)
 
 # Merge things into POE::Loop::Tk.
 package POE::Loop::Tk;

Modified: branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/TkCommon.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/TkCommon.pm?rev=55477&op=diff
==============================================================================
--- branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/TkCommon.pm (original)
+++ branches/upstream/libpoe-loop-tk-perl/current/lib/POE/Loop/TkCommon.pm Mon Apr  5 01:22:02 2010
@@ -8,7 +8,7 @@
 use POE::Loop::PerlSignals;
 
 use vars qw($VERSION);
-$VERSION = '1.302'; # NOTE - Should be #.### (three decimal places)
+$VERSION = '1.304'; # NOTE - Should be #.### (three decimal places)
 
 use Tk 800.021;
 use 5.00503;




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