r45224 - in /trunk/libevent-perl: ChangeLog MANIFEST META.yml README.EV Tutorial.pdf-errata.txt debian/changelog lib/Event.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Oct 1 22:41:36 UTC 2009


Author: jawnsy-guest
Date: Thu Oct  1 22:41:31 2009
New Revision: 45224

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45224
Log:
No release necessary; only documentation changes.
IGNORE-VERSION: 1.13-1
* New upstream release

Added:
    trunk/libevent-perl/README.EV
      - copied unchanged from r45223, branches/upstream/libevent-perl/current/README.EV
    trunk/libevent-perl/Tutorial.pdf-errata.txt
      - copied unchanged from r45223, branches/upstream/libevent-perl/current/Tutorial.pdf-errata.txt
Modified:
    trunk/libevent-perl/ChangeLog
    trunk/libevent-perl/MANIFEST
    trunk/libevent-perl/META.yml
    trunk/libevent-perl/debian/changelog
    trunk/libevent-perl/lib/Event.pm

Modified: trunk/libevent-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libevent-perl/ChangeLog?rev=45224&op=diff
==============================================================================
--- trunk/libevent-perl/ChangeLog (original)
+++ trunk/libevent-perl/ChangeLog Thu Oct  1 22:41:31 2009
@@ -1,3 +1,8 @@
+2009-09-25  Joshua Pritikin  <joshua at localhost>
+
+	* The repository has moved to a (hopefully) more permanent
+	location.  See http://gitorious.org/perl-event/mainline
+
 2007-05-21    <joshua at always.joy.eth.net>
 
 	* Event is now stored in GIT. You can grab a copy with "git clone

Modified: trunk/libevent-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libevent-perl/MANIFEST?rev=45224&op=diff
==============================================================================
--- trunk/libevent-perl/MANIFEST (original)
+++ trunk/libevent-perl/MANIFEST Thu Oct  1 22:41:31 2009
@@ -47,8 +47,10 @@
 Makefile.PL
 MANIFEST
 MANIFEST.SKIP
+META.yml
 ppport.h
 README
+README.EV
 t/attach_to.t
 t/bored.t
 t/callback.t
@@ -74,6 +76,6 @@
 t/var.t
 TODO
 Tutorial.pdf
+Tutorial.pdf-errata.txt
 util/bench.pl
 util/filehandle.txt
-META.yml

Modified: trunk/libevent-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libevent-perl/META.yml?rev=45224&op=diff
==============================================================================
--- trunk/libevent-perl/META.yml (original)
+++ trunk/libevent-perl/META.yml Thu Oct  1 22:41:31 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Event
-version:             1.12
+version:             1.13
 abstract:            ~
 license:             ~
 author:              ~

Modified: trunk/libevent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libevent-perl/debian/changelog?rev=45224&op=diff
==============================================================================
--- trunk/libevent-perl/debian/changelog (original)
+++ trunk/libevent-perl/debian/changelog Thu Oct  1 22:41:31 2009
@@ -1,3 +1,12 @@
+libevent-perl (1.13-1) UNRELEASED; urgency=low
+
+  No release necessary; only documentation changes.
+  IGNORE-VERSION: 1.13-1
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 01 Oct 2009 14:55:34 -0400
+
 libevent-perl (1.12-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libevent-perl/lib/Event.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libevent-perl/lib/Event.pm?rev=45224&op=diff
==============================================================================
--- trunk/libevent-perl/lib/Event.pm (original)
+++ trunk/libevent-perl/lib/Event.pm Thu Oct  1 22:41:31 2009
@@ -14,7 +14,7 @@
 eval { require Carp::Heavy; };  # work around perl_call_pv bug XXX
 use vars qw($VERSION @EXPORT_OK
 	    $API $DebugLevel $Eval $DIED $Now);
-$VERSION = '1.12';
+$VERSION = '1.13';
 
 # If we inherit DynaLoader then we inherit AutoLoader; Bletch!
 require DynaLoader;




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