gozer       2004/07/05 15:02:42

  Modified:    .        .cvsignore Changes Makefile.PL
               todo     release
  Added:       .        META.yml
  Log:
  Created a META.yml for CPAN and friends, including Apache-Test as
  a private resource to keep CPAN from installing mod_perl when a
  user just wants Apache::Test
  Reviewed by: stas
  
  Revision  Changes    Path
  1.11      +0 -1      modperl-2.0/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/.cvsignore,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- .cvsignore        23 Dec 2003 04:26:08 -0000      1.10
  +++ .cvsignore        5 Jul 2004 22:02:42 -0000       1.11
  @@ -9,5 +9,4 @@
   MANIFEST
   glue_pods
   .mypacklist
  -META.yml
   
  
  
  
  1.402     +4 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.401
  retrieving revision 1.402
  diff -u -r1.401 -r1.402
  --- Changes   5 Jul 2004 04:00:12 -0000       1.401
  +++ Changes   5 Jul 2004 22:02:42 -0000       1.402
  @@ -12,6 +12,10 @@
   
   =item 1.99_15-dev
   
  +Created a META.yml for CPAN and friends, including Apache-Test as
  +a private resource to keep CPAN from installing mod_perl when a
  +user just wants Apache::Test [Gozer]
  +
   Moving HTTP specific functions get_status_line, method_register from
   Apache:: to Apache::RequestUtil:: to match their container [Stas]
   
  
  
  
  1.143     +1 -0      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- Makefile.PL       4 Jul 2004 18:44:49 -0000       1.142
  +++ Makefile.PL       5 Jul 2004 22:02:42 -0000       1.143
  @@ -65,6 +65,7 @@
   ModPerl::BuildMM::WriteMakefile(
       NAME          => 'mod_perl',
       VERSION       => $VERSION,
  +    NO_META       => 1,
       ABSTRACT_FROM => 'lib/mod_perl.pm',
       EXE_FILES     => [EMAIL PROTECTED],
       DEFINE        => get_DEFINE(),
  
  
  
  1.1                  modperl-2.0/META.yml
  
  Index: META.yml
  ===================================================================
  name:         mod_perl
  version_from: lib/mod_perl.pm
  installdirs:  site
  private:
      directory:
          - Apache-Test
  distribution_type: module
  
  
  
  1.30      +0 -5      modperl-2.0/todo/release
  
  Index: release
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/release,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- release   9 Jun 2004 14:46:22 -0000       1.29
  +++ release   5 Jul 2004 22:02:42 -0000       1.30
  @@ -64,11 +64,6 @@
     want. Anyway it's something to look at.
     owner: gozer
   
  -* META.yml. Generate META.yml (make dist does that), add Apache-Test
  -  as a private resource, so it won't be attempted to be indexed by
  -  PAUSE, add NO_META=>1 to WriteMakefile() which tells EU::MM not to
  -  overwrite META.yml.
  -
   * <Perl> sections:
     A few issues with <Perl> sections:
     http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=106074969831522&w=2
  
  
  

Reply via email to