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

Re: [PATCH] fix POD generation with COPYRIGHT section in source



err, now it's attached.

-- 
_________________________
Ryan Niebur
ryanryan52 gmail com
do not add an aditional =cut if the COPYRIGHT section came from the
source (as opposed to being generated), as it will already have a =cut

--- a/GenPod.pm
+++ b/GenPod.pm
@@ -356,10 +356,9 @@
 			# use normal copyright system
 			$ret = get_copyright ();
 			print "\n=head1 COPYRIGHT\n\n$ret" if ($ret);
+		        print "\n=cut\n\n";
 		}
 
-		print "\n=cut\n\n";
-
 		close POD;
 	}
 

Attachment: signature.asc
Description: Digital signature



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