r72009 - in /trunk/libtest-checkmanifest-perl: Changes LICENSE MANIFEST MANIFEST.SKIP META.yml Makefile.PL README debian/changelog dist.ini lib/Test/CheckManifest.pm t/99_pod.t t/99_pod_coverage.t xt/

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Mar 28 15:51:32 UTC 2011


Author: periapt-guest
Date: Mon Mar 28 15:51:16 2011
New Revision: 72009

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72009
Log:
New upstream release

Added:
    trunk/libtest-checkmanifest-perl/LICENSE
      - copied unchanged from r72008, branches/upstream/libtest-checkmanifest-perl/current/LICENSE
    trunk/libtest-checkmanifest-perl/dist.ini
      - copied unchanged from r72008, branches/upstream/libtest-checkmanifest-perl/current/dist.ini
    trunk/libtest-checkmanifest-perl/xt/
      - copied from r72008, branches/upstream/libtest-checkmanifest-perl/current/xt/
Removed:
    trunk/libtest-checkmanifest-perl/t/99_pod.t
    trunk/libtest-checkmanifest-perl/t/99_pod_coverage.t
Modified:
    trunk/libtest-checkmanifest-perl/Changes
    trunk/libtest-checkmanifest-perl/MANIFEST
    trunk/libtest-checkmanifest-perl/MANIFEST.SKIP
    trunk/libtest-checkmanifest-perl/META.yml
    trunk/libtest-checkmanifest-perl/Makefile.PL
    trunk/libtest-checkmanifest-perl/README
    trunk/libtest-checkmanifest-perl/debian/changelog
    trunk/libtest-checkmanifest-perl/lib/Test/CheckManifest.pm

Modified: trunk/libtest-checkmanifest-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/Changes?rev=72009&op=diff
==============================================================================
--- trunk/libtest-checkmanifest-perl/Changes (original)
+++ trunk/libtest-checkmanifest-perl/Changes Mon Mar 28 15:51:16 2011
@@ -1,4 +1,12 @@
 Revision history for Perl extension Test::CheckManifest.
+
+1.23  Mon Mar 28 2011
+      + CPAN toolchain now creates MYMETA.yml and META.json. These files are in
+      the list of recognized files now.
+      + clarify license of this module (In README the Perl license was mentioned where
+      in all other files Artistic 2.0 was mentioned)
+      + switched to Dist::Zilla
+      + removed tests that are created by Dist::Zilla
 
 1.22  Thu Jul 29 2010
       + fix a bug that appears when there is no MANIFEST.SKIP

Modified: trunk/libtest-checkmanifest-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/MANIFEST?rev=72009&op=diff
==============================================================================
--- trunk/libtest-checkmanifest-perl/MANIFEST (original)
+++ trunk/libtest-checkmanifest-perl/MANIFEST Mon Mar 28 15:51:16 2011
@@ -2,12 +2,15 @@
 Makefile.PL
 MANIFEST
 README
+LICENSE
 
 t/00_load.t
 t/01_selftest.t
 t/98_boilerplate.t
-t/99_pod.t
-t/99_pod_coverage.t
+
+xt/release/pod-syntax.t
+xt/release/pod-coverage.t
+
 lib/Test/CheckManifest.pm
 
 META.yml

Modified: trunk/libtest-checkmanifest-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/MANIFEST.SKIP?rev=72009&op=diff
==============================================================================
--- trunk/libtest-checkmanifest-perl/MANIFEST.SKIP (original)
+++ trunk/libtest-checkmanifest-perl/MANIFEST.SKIP Mon Mar 28 15:51:16 2011
@@ -1,3 +1,4 @@
 ^Test.txt$
 data/Test2.dat
-\.SKIP$
+\.SKIP$
+dist.ini

Modified: trunk/libtest-checkmanifest-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/META.yml?rev=72009&op=diff
==============================================================================
--- trunk/libtest-checkmanifest-perl/META.yml (original)
+++ trunk/libtest-checkmanifest-perl/META.yml Mon Mar 28 15:51:16 2011
@@ -1,20 +1,22 @@
---- #YAML:1.0
-name:                Test-CheckManifest
-version:             1.22
-abstract:            Check if your Manifest matches your distro
-license:             artistic_2
-generated_by:        ExtUtils::MakeMaker version 6.31
-distribution_type:   module
+---
+abstract: 'Check if your Manifest matches your distro'
+author:
+  - 'Renee Baecker <module at renee-baecker.de>'
+build_requires: {}
+configure_requires:
+  ExtUtils::MakeMaker: 6.31
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.102340, CPAN::Meta::Converter version 2.102160'
+license: artistic_2
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Test-CheckManifest
 requires:
-    Carp:                          0
-    Cwd:                           0
-    File::Basename:                0
-    File::Find:                    0
-    File::Spec:                    0
-    Test::Builder:                 0
-meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
-author:
-    - Renee Baecker <module at renee-baecker.de>
-
+  Carp: 0
+  Cwd: 0
+  File::Basename: 0
+  File::Find: 0
+  File::Spec: 0
+  Test::Builder: 0
+version: 1.23

Modified: trunk/libtest-checkmanifest-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/Makefile.PL?rev=72009&op=diff
==============================================================================
--- trunk/libtest-checkmanifest-perl/Makefile.PL (original)
+++ trunk/libtest-checkmanifest-perl/Makefile.PL Mon Mar 28 15:51:16 2011
@@ -1,22 +1,56 @@
-require 5.006001;
 
-use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-WriteMakefile(
-    NAME              => 'Test::CheckManifest',
-    VERSION_FROM      => 'lib/Test/CheckManifest.pm', # finds $VERSION
-    PREREQ_PM         => {
-                           Test::Builder  => 0,
-			   File::Spec     => 0,
-			   File::Basename => 0,
-			   File::Find     => 0,
-			   Cwd            => 0,
-			   Carp           => 0,
-                         }, # e.g., Module::Name => 1.1
-    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
-      (ABSTRACT_FROM  => 'lib/Test/CheckManifest.pm', # retrieve abstract from module
-       AUTHOR         => 'Renee Baecker <module at renee-baecker.de>') : ()),
-    ($ExtUtils::MakeMaker::VERSION >= 6.31 ?
-      (LICENSE        => 'artistic_2') : ()),
+use strict;
+use warnings;
+
+
+
+use ExtUtils::MakeMaker 6.31;
+
+
+
+my %WriteMakefileArgs = (
+  'ABSTRACT' => 'Check if your Manifest matches your distro',
+  'AUTHOR' => 'Renee Baecker <module at renee-baecker.de>',
+  'BUILD_REQUIRES' => {},
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'Test-CheckManifest',
+  'EXE_FILES' => [],
+  'LICENSE' => 'artistic_2',
+  'NAME' => 'Test::CheckManifest',
+  'PREREQ_PM' => {
+    'Carp' => '0',
+    'Cwd' => '0',
+    'File::Basename' => '0',
+    'File::Find' => '0',
+    'File::Spec' => '0',
+    'Test::Builder' => '0'
+  },
+  'VERSION' => '1.23',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
 );
+
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
+  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
+  my $pp = $WriteMakefileArgs{PREREQ_PM};
+  for my $mod ( keys %$br ) {
+    if ( exists $pp->{$mod} ) {
+      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
+    }
+    else {
+      $pp->{$mod} = $br->{$mod};
+    }
+  }
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
+
+WriteMakefile(%WriteMakefileArgs);
+
+
+

Modified: trunk/libtest-checkmanifest-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/README?rev=72009&op=diff
==============================================================================
--- trunk/libtest-checkmanifest-perl/README (original)
+++ trunk/libtest-checkmanifest-perl/README Mon Mar 28 15:51:16 2011
@@ -1,31 +1,14 @@
-Test-CheckManifest
-==================
-
-The MANIFEST file is one critical point of each module on CPAN. Many programmers
-(including myself) add new testscripts or new files to the distribution. But then
-these files are not added to the MANIFEST.
-
-This can cause problems during installation process.
-
-This module aims to help the programmer to keep the MANIFEST file up to date.
-
-INSTALLATION
-
-To install this module type the following:
-
-   perl Makefile.PL
-   make
-   make test
-   make install
-
-COPYRIGHT AND LICENCE
-
-Put the correct copyright and licence information here.
-
-Copyright (C) 2006 by Renee Baecker
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself, either Perl version 5.8.6 or,
-at your option, any later version of Perl 5 you may have available.
 
 
+This archive contains the distribution Test-CheckManifest,
+version 1.23:
+
+  Check if your Manifest matches your distro
+
+This software is Copyright (c) 2011 by Renee Baecker.
+
+This is free software, licensed under:
+
+  The Artistic License 2.0
+
+

Modified: trunk/libtest-checkmanifest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/debian/changelog?rev=72009&op=diff
==============================================================================
--- trunk/libtest-checkmanifest-perl/debian/changelog (original)
+++ trunk/libtest-checkmanifest-perl/debian/changelog Mon Mar 28 15:51:16 2011
@@ -1,12 +1,13 @@
-libtest-checkmanifest-perl (1.22-2) UNRELEASED; urgency=low
+libtest-checkmanifest-perl (1.23-1) UNRELEASED; urgency=low
 
   [ Ansgar Burchardt ]
   * Email change: Ansgar Burchardt -> ansgar at debian.org
 
   [ Nicholas Bamber ]
   * Added myself to Uploaders
+  * New upstream release
 
- -- Ansgar Burchardt <ansgar at debian.org>  Mon, 01 Nov 2010 11:17:27 +0100
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 28 Mar 2011 16:54:18 +0100
 
 libtest-checkmanifest-perl (1.22-1) unstable; urgency=low
 

Modified: trunk/libtest-checkmanifest-perl/lib/Test/CheckManifest.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-checkmanifest-perl/lib/Test/CheckManifest.pm?rev=72009&op=diff
==============================================================================
--- trunk/libtest-checkmanifest-perl/lib/Test/CheckManifest.pm (original)
+++ trunk/libtest-checkmanifest-perl/lib/Test/CheckManifest.pm Mon Mar 28 15:51:16 2011
@@ -10,7 +10,7 @@
 use Test::Builder;
 use File::Find;
 
-our $VERSION = '1.22';
+our $VERSION = '1.23';
 
 my $test      = Test::Builder->new();
 my $test_bool = 1;
@@ -167,7 +167,7 @@
 sub _is_excluded{
     my ($file,$dirref,$filter,$bool,$files_in_skip,$home) = @_;
     my @excluded_files = qw(pm_to_blib Makefile META.yml Build pod2htmd.tmp
-                            pod2htmi.tmp Build.bat .cvsignore);
+                            pod2htmi.tmp Build.bat .cvsignore MYMETA.json);
 
     if ( $files_in_skip and 'ARRAY' eq ref $files_in_skip ) {
         (my $local_file = $file) =~ s{\Q$home\E/?}{};
@@ -229,11 +229,17 @@
 }
 
 1;
-__END__
+
+
+=pod
 
 =head1 NAME
 
-Test::CheckManifest - Check if your Manifest matches your distro
+Test::CheckManifest
+
+=head1 VERSION
+
+version 1.23
 
 =head1 SYNOPSIS
 
@@ -247,6 +253,10 @@
 =head2 EXPORT
 
 There is only one method exported: C<ok_manifest>
+
+=head1 NAME
+
+Test::CheckManifest - Check if your Manifest matches your distro
 
 =head1 METHODS
 
@@ -330,10 +340,25 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2006 - 2009 by Renee Baecker
+Copyright (C) 2006 - 2011 by Renee Baecker
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Artistic License 2.0
 
+=head1 AUTHOR
+
+Renee Baecker <module at renee-baecker.de>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is Copyright (c) 2011 by Renee Baecker.
+
+This is free software, licensed under:
+
+  The Artistic License 2.0
 
 =cut
+
+
+__END__
+




More information about the Pkg-perl-cvs-commits mailing list