perl-Glib r1112 - trunk



Author: tsch
Date: Thu Mar 19 17:30:06 2009
New Revision: 1112
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1112&view=rev

Log:
(postamble_docs_full): Use qq// instead of qq{} to quote the copyright string
in order to avoid problems with dmake.  Patch by Martin Schlemmer.  (GNOME
#573099)


Modified:
   trunk/ChangeLog
   trunk/MakeHelper.pm

Modified: trunk/MakeHelper.pm
==============================================================================
--- trunk/MakeHelper.pm	(original)
+++ trunk/MakeHelper.pm	Thu Mar 19 17:30:06 2009
@@ -362,7 +362,7 @@
 	if ($copyright) {
 		# this text has to be escaped for both make and the shell.
 		$copyright =~ s/\n/\\n/gm; # collapse to one line.
-		$copyright = "Glib::GenPod::set_copyright(qq{$copyright});";
+		$copyright = "Glib::GenPod::set_copyright(qq/$copyright/);";
 	}
 
 	# the module name specified explicitly overrides the one in a



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]