cvs commit: ponie write_makefile.pl
[email protected] (Nicholas Clark) 27 Apr 2005 14:32:34 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/04/27 07:32:34
Modified: . write_makefile.pl
Log:
http://nick.hates-software.com/2005/04/27/bd3dfc81.html
Revision Changes Path
1.8 +3 -2 ponie/write_makefile.pl
Index: write_makefile.pl
===================================================================
RCS file: /cvs/public/ponie/write_makefile.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- write_makefile.pl 27 Apr 2005 14:07:58 -0000 1.7
+++ write_makefile.pl 27 Apr 2005 14:32:34 -0000 1.8
@@ -12,7 +12,8 @@
my @allPMCs
= qw(cargo_cult base null
iv nv rv pv pviv pvnv pvmg pvbm pvgv pvlv pvav pvhv pvcv pvfm pvio);
-my @real = qw(cargo_cult base);
+my @real
+ = qw(cargo_cult base pviv pvnv pvmg pvbm pvgv pvlv pvav pvhv pvcv pvfm pvio);
my %fakes;
@fakes{@allPMCs} = ();
delete $fakes{$_} foreach @real;