[SCM] Debian packaging of libdist-zilla-plugin-run-perl branch, master, updated. debian/0.008-1-10-g100d929

gregor herrmann gregoa at debian.org
Sat Nov 5 17:41:08 UTC 2011


The following commit has been merged in the master branch:
commit 53bc29592a0053ff8fa95e0ff83df7d24b6e8889
Merge: dea7bd148fd6d4ab116872892623c09d8042d97e 500fee7ce3161abebc4d9d90aed44867a4bb31c1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 5 18:25:41 2011 +0100

    Merge commit 'upstream/0.011'

diff --combined lib/Dist/Zilla/Plugin/Run/Role/Runner.pm
index 12edbc9,c276b3c..caae58c
--- a/lib/Dist/Zilla/Plugin/Run/Role/Runner.pm
+++ b/lib/Dist/Zilla/Plugin/Run/Role/Runner.pm
@@@ -3,7 -3,7 +3,7 @@@ BEGIN 
    $Dist::Zilla::Plugin::Run::Role::Runner::AUTHORITY = 'cpan:GETTY';
  }
  {
-   $Dist::Zilla::Plugin::Run::Role::Runner::VERSION = '0.010';
+   $Dist::Zilla::Plugin::Run::Role::Runner::VERSION = '0.011';
  }
  # ABSTRACT: Role for the packages of Dist::Zilla::Plugin::Run
  use Moose::Role;
@@@ -80,7 -80,8 +80,8 @@@ sub build_formatter 
      return String::Formatter->new({
          codes => {
              # not always available
-             a => $params->{archive} || '',
+             # explicitly pass a string (not an object) [rt-72008]
+             a => defined $params->{archive} ? "$params->{archive}" : '',
              d => $dir,
              n => $self->zilla->name,
              p => $path_separator,
@@@ -104,11 -105,11 +105,11 @@@ Dist::Zilla::Plugin::Run::Role::Runner 
  
  =head1 VERSION
  
- version 0.010
+ version 0.011
  
  =head1 DESCRIPTION
  
 -This is the base role for all the plugins L<Dist::Zilla::Plugin::Run> delivers. You dont need this.
 +This is the base role for all the plugins L<Dist::Zilla::Plugin::Run> delivers. You don't need this.
  
  =head1 AUTHOR
  

-- 
Debian packaging of libdist-zilla-plugin-run-perl



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