cvs commit: ponie Configure.pl

[email protected] (Nicholas Clark) 4 May 2004 16:52:58 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     04/05/04 09:52:58

  Modified:    .        Configure.pl
  Log:
  Me too! Me too!
  
  Missed this rather important bit of CV and FORMAT support
  
  Revision  Changes    Path
  1.24      +1 -1      ponie/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/ponie/Configure.pl,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -w -r1.23 -r1.24
  --- Configure.pl	4 May 2004 10:20:03 -0000	1.23
  +++ Configure.pl	4 May 2004 16:52:58 -0000	1.24
  @@ -47,7 +47,7 @@
       my $template = do {local $/; <F>};
       close F or die $!;
       chdir('parrot')  || die "You need to checkout parrot inside ponie";
  -    foreach (qw(rv pvlv pvav pvhv pvio)) {
  +    foreach (qw(rv pvlv pvav pvhv pvio pvcv pvfm)) {
         my $file = File::Spec->catfile('classes', "perl5$_.pmc");
         if (-e $file) {
   	unlink $file or die "unlink '$file' failed: $!";