cvs commit: ponie write_makefile.pl
[email protected] (Nicholas Clark) 27 Apr 2005 13:19:32 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/04/27 06:19:32
Modified: . write_makefile.pl
Log:
Oi. Crock of shit. I committed this file last time. You even had it in the
"modified files" list.
http://nick.hates-software.com/2005/04/27/bd3dfc81.html
Revision Changes Path
1.6 +3 -4 ponie/write_makefile.pl
Index: write_makefile.pl
===================================================================
RCS file: /cvs/public/ponie/write_makefile.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- write_makefile.pl 27 Apr 2005 11:51:21 -0000 1.5
+++ write_makefile.pl 27 Apr 2005 13:19:32 -0000 1.6
@@ -10,9 +10,8 @@
my $top = $FindBin::Bin;
my @allPMCs
- = qw(cargo_cult null pvmg);
- # Don't need the rest yet.
- # iv nv rv pv pviv pvnv pvmg pvbm pvgv pvlv pvav pvhv pvcv pvfm pvio);
+ = qw(cargo_cult null
+ iv nv rv pv pviv pvnv pvmg pvbm pvgv pvlv pvav pvhv pvcv pvfm pvio);
my @real = qw(cargo_cult);
my %fakes;
@fakes{@allPMCs} = ();