cvs commit: ponie write_makefile.pl

[email protected] (Nicholas Clark) 27 Apr 2005 14:08:00 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     05/04/27 07:07:59

  Modified:    .        write_makefile.pl
  Log:
  Hello. Hateful
  
  Revision  Changes    Path
  1.7       +3 -3      ponie/write_makefile.pl
  
  Index: write_makefile.pl
  ===================================================================
  RCS file: /cvs/public/ponie/write_makefile.pl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- write_makefile.pl	27 Apr 2005 13:19:32 -0000	1.6
  +++ write_makefile.pl	27 Apr 2005 14:07:58 -0000	1.7
  @@ -10,9 +10,9 @@
   my $top = $FindBin::Bin;
   
   my @allPMCs
  -  = qw(cargo_cult null
  +  = 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);
  +my @real = qw(cargo_cult base);
   my %fakes;
   @fakes{@allPMCs} = ();
   delete $fakes{$_} foreach @real;