[Bps-public-commit] cpan2rt branch, master, updated. 27308caee0e167dba5b254c324a1a39466d8cd6b

Jim Brandt jbrandt at bestpractical.com
Mon Nov 6 13:32:00 EST 2017


The branch, master has been updated
       via  27308caee0e167dba5b254c324a1a39466d8cd6b (commit)
      from  4e6d3c032eb5ac4dcd195808d006aeacfe1e77fd (commit)

Summary of changes:
 bin/cpan2rt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 27308caee0e167dba5b254c324a1a39466d8cd6b
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Sat Oct 14 15:24:20 2017 -0400

    Check in version found on rt.cpan.org

diff --git a/bin/cpan2rt b/bin/cpan2rt
index cff3165..7bf9e14 100755
--- a/bin/cpan2rt
+++ b/bin/cpan2rt
@@ -1,4 +1,7 @@
-#!/usr/bin/perl
+#!/home/rtcpan/perlbrew/perls/perl-5.16.3/bin/perl
+
+eval 'exec /home/rtcpan/perlbrew/perls/perl-5.16.3/bin/perl  -S $0 ${1+"$@"}'
+    if 0; # not running under some shell
 
 =head1 NAME
 
@@ -89,6 +92,7 @@ sub cmd_update {
     $importer->sync_distributions( $opt{'force'} ) unless $opt{'skip'}{'distributions'};
     $importer->sync_versions( $opt{'force'} ) unless $opt{'skip'}{'versions'};
     $importer->sync_maintainers( $opt{'force'} ) unless $opt{'skip'}{'maintainers'};
+    $importer->sync_bugtracker( $opt{'force'} ) unless $opt{'skip'}{'bugtrackers'};
 }
 
 sub usage {

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list