r28873 - in /trunk/libgtk2-sexy-perl: ChangeLog META.yml debian/changelog 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:41:31 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 19:41:28 2008
New Revision: 28873

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28873
Log:
New upstream release

Modified:
    trunk/libgtk2-sexy-perl/ChangeLog
    trunk/libgtk2-sexy-perl/META.yml
    trunk/libgtk2-sexy-perl/debian/changelog
    trunk/libgtk2-sexy-perl/inc/Module/Install/ExtraTests.pm
    trunk/libgtk2-sexy-perl/lib/Gtk2/Sexy.pm

Modified: trunk/libgtk2-sexy-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/ChangeLog?rev=28873&op=diff
==============================================================================
--- trunk/libgtk2-sexy-perl/ChangeLog (original)
+++ trunk/libgtk2-sexy-perl/ChangeLog Sun Dec 28 19:41:28 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: trunk/libgtk2-sexy-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/META.yml?rev=28873&op=diff
==============================================================================
--- trunk/libgtk2-sexy-perl/META.yml (original)
+++ trunk/libgtk2-sexy-perl/META.yml Sun Dec 28 19:41:28 2008
@@ -28,4 +28,4 @@
 requires:
   Gtk2: 0
   perl: 5.8.0
-version: 0.04
+version: 0.05

Modified: trunk/libgtk2-sexy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/debian/changelog?rev=28873&op=diff
==============================================================================
--- trunk/libgtk2-sexy-perl/debian/changelog (original)
+++ trunk/libgtk2-sexy-perl/debian/changelog Sun Dec 28 19:41:28 2008
@@ -1,9 +1,13 @@
-libgtk2-sexy-perl (0.04-2) UNRELEASED; urgency=low
+libgtk2-sexy-perl (0.05-1) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:43:23 +0100
+  [ Ryan Niebur ]
+  * New upstream release
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 11:40:25 -0800
 
 libgtk2-sexy-perl (0.04-1) unstable; urgency=low
 

Modified: trunk/libgtk2-sexy-perl/inc/Module/Install/ExtraTests.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/inc/Module/Install/ExtraTests.pm?rev=28873&op=diff
==============================================================================
--- trunk/libgtk2-sexy-perl/inc/Module/Install/ExtraTests.pm (original)
+++ trunk/libgtk2-sexy-perl/inc/Module/Install/ExtraTests.pm Sun Dec 28 19:41:28 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: trunk/libgtk2-sexy-perl/lib/Gtk2/Sexy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/lib/Gtk2/Sexy.pm?rev=28873&op=diff
==============================================================================
--- trunk/libgtk2-sexy-perl/lib/Gtk2/Sexy.pm (original)
+++ trunk/libgtk2-sexy-perl/lib/Gtk2/Sexy.pm Sun Dec 28 19:41:28 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