r45605 - in /trunk/libtest-compile-perl: Changes META.yml README README.mkdn debian/changelog inc/Module/Install/ReadmeMarkdownFromPod.pm inc/Module/Install/Repository.pm lib/Test/Compile.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Oct 12 03:26:42 UTC 2009


Author: jawnsy-guest
Date: Mon Oct 12 03:26:19 2009
New Revision: 45605

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45605
Log:
Integrating new upstream version, no changes except an updated M::I::ReadmeMarkdownFromPod

Modified:
    trunk/libtest-compile-perl/Changes
    trunk/libtest-compile-perl/META.yml
    trunk/libtest-compile-perl/README
    trunk/libtest-compile-perl/README.mkdn
    trunk/libtest-compile-perl/debian/changelog
    trunk/libtest-compile-perl/inc/Module/Install/ReadmeMarkdownFromPod.pm
    trunk/libtest-compile-perl/inc/Module/Install/Repository.pm
    trunk/libtest-compile-perl/lib/Test/Compile.pm

Modified: trunk/libtest-compile-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/Changes?rev=45605&op=diff
==============================================================================
--- trunk/libtest-compile-perl/Changes (original)
+++ trunk/libtest-compile-perl/Changes Mon Oct 12 03:26:19 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension Test-Compile
+
+0.10  Thu 2009.10.08 22:29:11 CEST (Marcel Gruenauer <marcel at cpan.org>)
+    - re-release with fixed inc::Module::Install::ReadmeMarkdownFromPod
 
 0.09  Wed 2009.10.07 00:57:14 CEST (Marcel Gruenauer <marcel at cpan.org>)
      - Always report name of .pl files (thanks xsawyerx).

Modified: trunk/libtest-compile-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/META.yml?rev=45605&op=diff
==============================================================================
--- trunk/libtest-compile-perl/META.yml (original)
+++ trunk/libtest-compile-perl/META.yml Mon Oct 12 03:26:19 2009
@@ -28,4 +28,4 @@
   homepage: http://search.cpan.org/dist/Test-Compile/
   license: http://dev.perl.org/licenses/
   repository: git://github.com/hanekomu/test-compile.git
-version: 0.09
+version: 0.10

Modified: trunk/libtest-compile-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/README?rev=45605&op=diff
==============================================================================
--- trunk/libtest-compile-perl/README (original)
+++ trunk/libtest-compile-perl/README Mon Oct 12 03:26:19 2009
@@ -79,7 +79,7 @@
         correctly. You need to give the path to the script relative to this
         distribution's base directory. So if you put your scripts in a
         'top-level' directory called script the argument would be
-        script/filename
+        "script/filename".
 
         When it fails, "pl_file_ok()" will show any compilation errors as
         diagnostics.

Modified: trunk/libtest-compile-perl/README.mkdn
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/README.mkdn?rev=45605&op=diff
==============================================================================
--- trunk/libtest-compile-perl/README.mkdn (original)
+++ trunk/libtest-compile-perl/README.mkdn Mon Oct 12 03:26:19 2009
@@ -74,22 +74,22 @@
 diagnostics.
 
 The optional second argument `TESTNAME` is the name of the test. If it is
-omitted, `pm_file_ok()` chooses a default test name "Compile test for
-FILENAME".
+omitted, `pm_file_ok()` chooses a default test name `Compile test for
+FILENAME`.
 
 - `pl_file_ok(FILENAME[, TESTNAME ])`
 
 `pl_file_ok()` will okay the test if the Perl script compiles correctly. You
 need to give the path to the script relative to this distribution's base
 directory. So if you put your scripts in a 'top-level' directory called script
-the argument would be script/filename
+the argument would be `script/filename`.
 
 When it fails, `pl_file_ok()` will show any compilation errors as
 diagnostics.
 
 The optional second argument `TESTNAME` is the name of the test. If it is
-omitted, `pl_file_ok()` chooses a default test name "Compile test for
-FILENAME".
+omitted, `pl_file_ok()` chooses a default test name `Compile test for
+FILENAME`.
 
 - `all_pm_files_ok([@files/@directories])`
 

Modified: trunk/libtest-compile-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/debian/changelog?rev=45605&op=diff
==============================================================================
--- trunk/libtest-compile-perl/debian/changelog (original)
+++ trunk/libtest-compile-perl/debian/changelog Mon Oct 12 03:26:19 2009
@@ -1,4 +1,4 @@
-libtest-compile-perl (0.09-1) UNRELEASED; urgency=low
+libtest-compile-perl (0.10-1) UNRELEASED; urgency=low
 
   WAITS for libpod-markdown-perl
 
@@ -19,7 +19,7 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Jonathan Yu <jawnsy at cpan.org>  Thu, 08 Oct 2009 06:54:23 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 11 Oct 2009 17:11:42 -0400
 
 libtest-compile-perl (0.08-1) unstable; urgency=low
 

Modified: trunk/libtest-compile-perl/inc/Module/Install/ReadmeMarkdownFromPod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/inc/Module/Install/ReadmeMarkdownFromPod.pm?rev=45605&op=diff
==============================================================================
--- trunk/libtest-compile-perl/inc/Module/Install/ReadmeMarkdownFromPod.pm (original)
+++ trunk/libtest-compile-perl/inc/Module/Install/ReadmeMarkdownFromPod.pm Mon Oct 12 03:26:19 2009
@@ -4,7 +4,6 @@
 use 5.006;
 use strict;
 use warnings;
-use Pod::Markdown;
 
 our $VERSION = '0.02';
 
@@ -14,6 +13,10 @@
     my ($self, $file, $clean) = @_;
     return unless $Module::Install::AUTHOR;
     die "syntax: readme_markdown_from $file, [$clean]\n" unless $file;
+
+    # require, not use because otherwise Makefile.PL will complain if
+    # non-authors don't have Pod::Markdown, which would be bad.
+    require Pod::Markdown;
 
     my $parser = Pod::Markdown->new;
     $parser->parse_from_file($file);
@@ -43,4 +46,4 @@
 
 __END__
 
-#line 146
+#line 151

Modified: trunk/libtest-compile-perl/inc/Module/Install/Repository.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/inc/Module/Install/Repository.pm?rev=45605&op=diff
==============================================================================
--- trunk/libtest-compile-perl/inc/Module/Install/Repository.pm (original)
+++ trunk/libtest-compile-perl/inc/Module/Install/Repository.pm Mon Oct 12 03:26:19 2009
@@ -4,7 +4,7 @@
 use strict;
 use 5.005;
 use vars qw($VERSION);
-$VERSION = '0.05';
+$VERSION = '0.06';
 
 use base qw(Module::Install::Base);
 

Modified: trunk/libtest-compile-perl/lib/Test/Compile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-compile-perl/lib/Test/Compile.pm?rev=45605&op=diff
==============================================================================
--- trunk/libtest-compile-perl/lib/Test/Compile.pm (original)
+++ trunk/libtest-compile-perl/lib/Test/Compile.pm Mon Oct 12 03:26:19 2009
@@ -5,7 +5,7 @@
 use Test::Builder;
 use File::Spec;
 use UNIVERSAL::require;
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 my $Test = Test::Builder->new;
 
 sub import {
@@ -253,22 +253,22 @@
 diagnostics.
 
 The optional second argument C<TESTNAME> is the name of the test. If it is
-omitted, C<pm_file_ok()> chooses a default test name "Compile test for
-FILENAME".
+omitted, C<pm_file_ok()> chooses a default test name C<Compile test for
+FILENAME>.
 
 =item C<pl_file_ok(FILENAME[, TESTNAME ])>
 
 C<pl_file_ok()> will okay the test if the Perl script compiles correctly. You
 need to give the path to the script relative to this distribution's base
 directory. So if you put your scripts in a 'top-level' directory called script
-the argument would be script/filename
+the argument would be C<script/filename>.
 
 When it fails, C<pl_file_ok()> will show any compilation errors as
 diagnostics.
 
 The optional second argument C<TESTNAME> is the name of the test. If it is
-omitted, C<pl_file_ok()> chooses a default test name "Compile test for
-FILENAME".
+omitted, C<pl_file_ok()> chooses a default test name C<Compile test for
+FILENAME>.
 
 =item C<all_pm_files_ok([@files/@directories])>
 




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