r75080 - /trunk/libmodule-depends-perl/debian/patches/cpan_meta.patch
    mxey-guest at users.alioth.debian.org 
    mxey-guest at users.alioth.debian.org
       
    Fri Jun  3 11:09:43 UTC 2011
    
    
  
Author: mxey-guest
Date: Fri Jun  3 11:09:21 2011
New Revision: 75080
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75080
Log:
debian/patches/cpan_meta.patch: Add MYMETA.{json,yml} to error message
Modified:
    trunk/libmodule-depends-perl/debian/patches/cpan_meta.patch
Modified: trunk/libmodule-depends-perl/debian/patches/cpan_meta.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-depends-perl/debian/patches/cpan_meta.patch?rev=75080&op=diff
==============================================================================
--- trunk/libmodule-depends-perl/debian/patches/cpan_meta.patch (original)
+++ trunk/libmodule-depends-perl/debian/patches/cpan_meta.patch Fri Jun  3 11:09:21 2011
@@ -154,7 +154,7 @@
      }
      else {
 -        $self->error( "No META.yml found in ". $self->dist_dir );
-+        $self->error( "No META.{json,yml} found in ". $self->dist_dir );
++        $self->error( "No {MY,}META.{json,yml} found in ". $self->dist_dir );
      }
      return $self;
  }
    
    
More information about the Pkg-perl-cvs-commits
mailing list