r29897 - in /trunk/libb-hooks-endofscope-perl: Changes MANIFEST META.yml Makefile.PL debian/changelog lib/B/Hooks/EndOfScope.pm t/exception.t

rmayorga at users.alioth.debian.org rmayorga at users.alioth.debian.org
Tue Jan 20 23:26:28 UTC 2009


Author: rmayorga
Date: Tue Jan 20 23:26:25 2009
New Revision: 29897

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29897
Log:
merge changelog entries

Added:
    trunk/libb-hooks-endofscope-perl/t/exception.t
      - copied unchanged from r29896, branches/upstream/libb-hooks-endofscope-perl/current/t/exception.t
Modified:
    trunk/libb-hooks-endofscope-perl/Changes
    trunk/libb-hooks-endofscope-perl/MANIFEST
    trunk/libb-hooks-endofscope-perl/META.yml
    trunk/libb-hooks-endofscope-perl/Makefile.PL
    trunk/libb-hooks-endofscope-perl/debian/changelog
    trunk/libb-hooks-endofscope-perl/lib/B/Hooks/EndOfScope.pm

Modified: trunk/libb-hooks-endofscope-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-endofscope-perl/Changes?rev=29897&op=diff
==============================================================================
--- trunk/libb-hooks-endofscope-perl/Changes (original)
+++ trunk/libb-hooks-endofscope-perl/Changes Tue Jan 20 23:26:25 2009
@@ -1,3 +1,7 @@
+0.06  Mon, 19 Jan 2009 00:51:45 +0100
+  * Depend on Variable::Magic 0.27 to stop exceptions thrown in on_scope_end
+    blocks from segfaulting. Also add a test for that.
+
 0.05  Sun, 04 Jan 2009 20:46:07 +0100
   * Use Variable::Magic and cast %^H instead Scope::Guard and relying
     on a timely destruction of objects within %^H. This fixes using

Modified: trunk/libb-hooks-endofscope-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-endofscope-perl/MANIFEST?rev=29897&op=diff
==============================================================================
--- trunk/libb-hooks-endofscope-perl/MANIFEST (original)
+++ trunk/libb-hooks-endofscope-perl/MANIFEST Tue Jan 20 23:26:25 2009
@@ -16,5 +16,6 @@
 README
 t/basic.t
 t/eval.t
+t/exception.t
 xt/author/pod.t
 xt/author/podcoverage.t

Modified: trunk/libb-hooks-endofscope-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-endofscope-perl/META.yml?rev=29897&op=diff
==============================================================================
--- trunk/libb-hooks-endofscope-perl/META.yml (original)
+++ trunk/libb-hooks-endofscope-perl/META.yml Tue Jan 20 23:26:25 2009
@@ -17,8 +17,8 @@
     - t
 requires:
   Sub::Exporter: 0
-  Variable::Magic: 0
+  Variable::Magic: 0.27
   perl: 5.8.0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.05
+version: 0.06

Modified: trunk/libb-hooks-endofscope-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-endofscope-perl/Makefile.PL?rev=29897&op=diff
==============================================================================
--- trunk/libb-hooks-endofscope-perl/Makefile.PL (original)
+++ trunk/libb-hooks-endofscope-perl/Makefile.PL Tue Jan 20 23:26:25 2009
@@ -5,7 +5,7 @@
 name 'B-Hooks-EndOfScope';
 all_from 'lib/B/Hooks/EndOfScope.pm';
 
-requires 'Variable::Magic';
+requires 'Variable::Magic' => '0.27';
 requires 'Sub::Exporter';
 test_requires 'Test::More';
 

Modified: trunk/libb-hooks-endofscope-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-endofscope-perl/debian/changelog?rev=29897&op=diff
==============================================================================
--- trunk/libb-hooks-endofscope-perl/debian/changelog (original)
+++ trunk/libb-hooks-endofscope-perl/debian/changelog Tue Jan 20 23:26:25 2009
@@ -1,13 +1,17 @@
-libb-hooks-endofscope-perl (0.05-1) UNRELEASED; urgency=low
+libb-hooks-endofscope-perl (0.06-1) UNRELEASED; urgency=low
+  
+   NEEDS Variable::Magic
 
-  NEEDS Variable::Magic
-  
+  [ gregor herrmann ]
   * New upstream release.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: replace libscope-guard-perl with libvariable-magic-perl.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:39:55 +0100
+  [ Rene Mayorga ]
+  * New upstream release
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Tue, 20 Jan 2009 17:21:54 -0600
 
 libb-hooks-endofscope-perl (0.04-1) unstable; urgency=low
 

Modified: trunk/libb-hooks-endofscope-perl/lib/B/Hooks/EndOfScope.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-endofscope-perl/lib/B/Hooks/EndOfScope.pm?rev=29897&op=diff
==============================================================================
--- trunk/libb-hooks-endofscope-perl/lib/B/Hooks/EndOfScope.pm (original)
+++ trunk/libb-hooks-endofscope-perl/lib/B/Hooks/EndOfScope.pm Tue Jan 20 23:26:25 2009
@@ -6,7 +6,7 @@
 use 5.008000;
 use Variable::Magic;
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 use Sub::Exporter -setup => {
     exports => ['on_scope_end'],




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