[svn:ExtUtils-ParseXS] r13061 - ExtUtils-ParseXS/trunk/devtools

[email protected] Wed, 15 Jul 2009 07:16:13 -0700 (PDT)
Newsgroups perl.module.build.checkins
Message-ID <[email protected]>
Author: dagolden
Date: Wed Jul 15 07:16:12 2009
New Revision: 13061

Modified:
   ExtUtils-ParseXS/trunk/devtools/patching_blead.pod

Log:
note that xsubpp needs manual copy when blead patching

Modified: ExtUtils-ParseXS/trunk/devtools/patching_blead.pod
==============================================================================
--- ExtUtils-ParseXS/trunk/devtools/patching_blead.pod	(original)
+++ ExtUtils-ParseXS/trunk/devtools/patching_blead.pod	Wed Jul 15 07:16:12 2009
@@ -26,6 +26,11 @@
 
   $ perl ~/git/perl/Porting/add-package.pl -v -r ~/git/perl 
 
+Copy xsubpp and the Changes file manually
+
+  $ cp lib/ExtUtils/xsubpp ~/git/perl/lib/ExtUtils/xsubpp
+  $ cp Changes ~/git/perl/lib/ExtUtils/ParseXS/Changes
+
 =head2 Verifying and editing the branch
 
 After add-packages.pl finishes, ~/git/perl will be on the new branch. Verify