Changeset 21728 for Makefile.PL

Show
Ignore:
Timestamp:
08/02/08 08:33:42 (5 months ago)
Author:
audreyt
Message:

* Build ext/.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21708 r21728  
    8282build_subdirs   (map fixpaths($_), grep { 
    8383                   -f "$_/Makefile.PL" && not -l "$_/Makefile.PL" 
    84                  } glob("docs/*") # glob("ext/*"), glob("docs/*") 
     84                 } glob("ext/*"), glob("docs/*") 
    8585                ); 
    8686my $version = version();