Changeset 10856

Show
Ignore:
Timestamp:
06/23/06 17:02:19 (2 years ago)
Author:
audreyt
Message:

* update the docs/Perl6 syncer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Makefile.PL

    r10304 r10856  
    6161        my $file = $Spec{$num}; 
    6262        print "  $num --> Spec/$file\n"; 
     63        use File::Basename; 
     64        my $dir = (dirname(__FILE__) || '.'); 
    6365        LWP::Simple::mirror( 
    64             "$BaseURI/$num.pod" => "Spec/$file.pod" 
     66            "$BaseURI/S$num.pod" => "$dir/Spec/$file.pod" 
    6567        ); 
    6668    }