In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/86db16b80af61d0f0d083707c76bef013130caa7?hp=aa3ecafd01033b5ee5566f754a882d417a39e0ad>
- Log ----------------------------------------------------------------- commit 86db16b80af61d0f0d083707c76bef013130caa7 Author: Jarkko Hietaniemi <[email protected]> Date: Sat Nov 5 19:01:49 2016 -0400 customized.dat regen M t/porting/customized.dat commit 24d0af6fd31f7d336268f6b1e0135c5ae478f2b3 Author: Jarkko Hietaniemi <[email protected]> Date: Sat Nov 5 19:01:35 2016 -0400 Version bump M cpan/Archive-Tar/lib/Archive/Tar.pm commit ef77c312fc9d05923d4e2e14d85c8120ee33e38b Author: Jarkko Hietaniemi <[email protected]> Date: Sat Nov 5 18:58:51 2016 -0400 Capture also the stderr, the message from tar might go there Follow-up to 202b0c8a3ba3de0efe5cb730b242b8c0502e1add M cpan/Archive-Tar/t/09_roundtrip.t ----------------------------------------------------------------------- Summary of changes: cpan/Archive-Tar/lib/Archive/Tar.pm | 2 +- cpan/Archive-Tar/t/09_roundtrip.t | 2 +- t/porting/customized.dat | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpan/Archive-Tar/lib/Archive/Tar.pm b/cpan/Archive-Tar/lib/Archive/Tar.pm index 3b92003..55ec372 100644 --- a/cpan/Archive-Tar/lib/Archive/Tar.pm +++ b/cpan/Archive-Tar/lib/Archive/Tar.pm @@ -31,7 +31,7 @@ use vars qw[$DEBUG $error $VERSION $WARN $FOLLOW_SYMLINK $CHOWN $CHMOD $DEBUG = 0; $WARN = 1; $FOLLOW_SYMLINK = 0; -$VERSION = "2.14_01"; +$VERSION = "2.14_02"; $CHOWN = 1; $CHMOD = 1; $SAME_PERMISSIONS = $> == 0 ? 1 : 0; diff --git a/cpan/Archive-Tar/t/09_roundtrip.t b/cpan/Archive-Tar/t/09_roundtrip.t index e02a6ee..eb13d45 100644 --- a/cpan/Archive-Tar/t/09_roundtrip.t +++ b/cpan/Archive-Tar/t/09_roundtrip.t @@ -149,7 +149,7 @@ SKIP: { for my $tar_try (@TRY_TAR) { if (can_run($tar_try)) { print "# Found tar executable '$tar_try'\n"; - my $tar_help = qx{$tar_try --help}; + my $tar_help = qx{$tar_try --help 2>&1}; $can_tar_gzip = can_tar_gzip($tar_help); $can_tar_bzip2 = can_tar_bzip2($tar_help); printf "# can_tar_gzip = %d\n", $can_tar_gzip; diff --git a/t/porting/customized.dat b/t/porting/customized.dat index b59e3ea..2a76c45 100644 --- a/t/porting/customized.dat +++ b/t/porting/customized.dat @@ -1,5 +1,5 @@ -Archive::Tar cpan/Archive-Tar/lib/Archive/Tar.pm 89bcdfaed6b1716915a8cb46bc3b89a231e5a19e -Archive::Tar cpan/Archive-Tar/t/09_roundtrip.t 25278e593cc6b4a691d7d57e8cad938f6ac18a3b +Archive::Tar cpan/Archive-Tar/lib/Archive/Tar.pm 901abfb2b35e8116cf5bd09be43c431e58c51b31 +Archive::Tar cpan/Archive-Tar/t/09_roundtrip.t bfad6fc28af0a7545d3f2105dd311593027c36f7 CPAN cpan/CPAN/lib/App/Cpan.pm 3cef68c2a44a4996b432bc25622e3a544a188aa5 CPAN cpan/CPAN/lib/CPAN.pm 4616a44963045f7bd07bb7f8e5f99bbd789af4e5 CPAN cpan/CPAN/scripts/cpan 22610ed0301d48a269d1739afd2f7f84359d956f -- Perl5 Master Repository
