r28871 - in /branches/upstream/libgtk2-sexy-perl/current: ChangeLog META.yml inc/Module/Install/ExtraTests.pm lib/Gtk2/Sexy.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 19:39:20 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 19:39:17 2008
New Revision: 28871

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28871
Log:
[svn-upgrade] Integrating new upstream version, libgtk2-sexy-perl (0.05)

Modified:
    branches/upstream/libgtk2-sexy-perl/current/ChangeLog
    branches/upstream/libgtk2-sexy-perl/current/META.yml
    branches/upstream/libgtk2-sexy-perl/current/inc/Module/Install/ExtraTests.pm
    branches/upstream/libgtk2-sexy-perl/current/lib/Gtk2/Sexy.pm

Modified: branches/upstream/libgtk2-sexy-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-sexy-perl/current/ChangeLog?rev=28871&op=diff
==============================================================================
--- branches/upstream/libgtk2-sexy-perl/current/ChangeLog (original)
+++ branches/upstream/libgtk2-sexy-perl/current/ChangeLog Sun Dec 28 19:39:17 2008
@@ -1,3 +1,7 @@
+Mon, 22 Dec 2008 12:06:48 +0100
+* Version 0.05
+* Load Gtk2.pm to make manifypods work on cygwin (closes RT#41845).
+
 Thu, 12 Jun 2008 14:35:33 +0200
 * Version: 0.04
 * Exit Makefile.PL if pkg-config couldn't find the prereqs.

Modified: branches/upstream/libgtk2-sexy-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-sexy-perl/current/META.yml?rev=28871&op=diff
==============================================================================
--- branches/upstream/libgtk2-sexy-perl/current/META.yml (original)
+++ branches/upstream/libgtk2-sexy-perl/current/META.yml Sun Dec 28 19:39:17 2008
@@ -28,4 +28,4 @@
 requires:
   Gtk2: 0
   perl: 5.8.0
-version: 0.04
+version: 0.05

Modified: branches/upstream/libgtk2-sexy-perl/current/inc/Module/Install/ExtraTests.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-sexy-perl/current/inc/Module/Install/ExtraTests.pm?rev=28871&op=diff
==============================================================================
--- branches/upstream/libgtk2-sexy-perl/current/inc/Module/Install/ExtraTests.pm (original)
+++ branches/upstream/libgtk2-sexy-perl/current/inc/Module/Install/ExtraTests.pm Sun Dec 28 19:39:17 2008
@@ -6,7 +6,7 @@
 use Module::Install::Base;
 
 BEGIN {
-  our $VERSION = '0.003';
+  our $VERSION = '0.006';
   our $ISCORE  = 1;
   our @ISA     = qw{Module::Install::Base};
 }
@@ -14,7 +14,7 @@
 sub extra_tests {
   my ($self) = @_;
 
-  die "extra_tests requested, but no ./xt exists\n" unless -d 'xt';
+  return unless -d 'xt';
   return unless my @content = grep { $_ =~ /^[.]/ } <xt/*>;
 
   die "unknown files found in ./xt" if grep { -f } @content;
@@ -66,7 +66,7 @@
   # out on the command line can blow over its exec limit.
   require ExtUtils::Command;
   push @ARGV, __PACKAGE__->_deep_t($author_tests)
-    if $author_tests and $is_author;
+    if $author_tests and (exists $ENV{AUTHOR_TESTING} ? $ENV{AUTHOR_TESTING} : $is_author);
 
   push @ARGV, __PACKAGE__->_deep_t($release_tests)
     if $release_tests and $ENV{RELEASE_TESTING};

Modified: branches/upstream/libgtk2-sexy-perl/current/lib/Gtk2/Sexy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-sexy-perl/current/lib/Gtk2/Sexy.pm?rev=28871&op=diff
==============================================================================
--- branches/upstream/libgtk2-sexy-perl/current/lib/Gtk2/Sexy.pm (original)
+++ branches/upstream/libgtk2-sexy-perl/current/lib/Gtk2/Sexy.pm Sun Dec 28 19:39:17 2008
@@ -3,8 +3,9 @@
 
 package Gtk2::Sexy;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
+use Gtk2;
 use base 'DynaLoader';
 
 sub dl_load_flags { 0x01 }




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