[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.09-7-g19df282

Kevin Falcone falcone at bestpractical.com
Thu Jun 26 14:21:30 EDT 2014


The branch, master has been updated
       via  19df2820969607715cddf75eed41b05a1df261c9 (commit)
       via  fd269eb3744caa8dce812794c41f2337306a6054 (commit)
      from  96f65bc025874d5b7e1127f895fe2c716439a9b7 (commit)

Summary of changes:
 profiles/db/Module.pm             | 7 +++++--
 profiles/db/skel/Makefile.PL      | 2 +-
 profiles/default/Module.pm        | 7 +++++--
 profiles/default/skel/Makefile.PL | 2 +-
 4 files changed, 12 insertions(+), 6 deletions(-)

- Log -----------------------------------------------------------------
commit fd269eb3744caa8dce812794c41f2337306a6054
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Jun 26 14:15:51 2014 -0400

    Force links not to wrap
    
    Pod::Text prints the L and then wraps it in the middle, breaking the
    link/email address.  While it's kind of awful to force it to be a 'code
    block' by indenting, it at least means email addresses and links in the
    README actually work.

diff --git a/profiles/db/Module.pm b/profiles/db/Module.pm
index 213d28c..b1544e1 100644
--- a/profiles/db/Module.pm
+++ b/profiles/db/Module.pm
@@ -68,9 +68,12 @@ or add C<{{$name}}> to your existing C<@Plugins> line.
 =head1 BUGS
 
 All bugs should be reported via email to
-L<bug-{{$dist->name}}@rt.cpan.org|mailto:bug-{{$dist->name}}@rt.cpan.org>
+
+    L<bug-{{$dist->name}}@rt.cpan.org|mailto:bug-{{$dist->name}}@rt.cpan.org>
+
 or via the web at
-L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name={{$dist->name}}>.
+
+    L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name={{$dist->name}}>.
 
 =head1 LICENSE AND COPYRIGHT
 
diff --git a/profiles/default/Module.pm b/profiles/default/Module.pm
index b0ba6a8..bb2ac28 100644
--- a/profiles/default/Module.pm
+++ b/profiles/default/Module.pm
@@ -58,9 +58,12 @@ or add C<{{$name}}> to your existing C<@Plugins> line.
 =head1 BUGS
 
 All bugs should be reported via email to
-L<bug-{{$dist->name}}@rt.cpan.org|mailto:bug-{{$dist->name}}@rt.cpan.org>
+
+    L<bug-{{$dist->name}}@rt.cpan.org|mailto:bug-{{$dist->name}}@rt.cpan.org>
+
 or via the web at
-L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name={{$dist->name}}>.
+
+    L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name={{$dist->name}}>.
 
 =head1 LICENSE AND COPYRIGHT
 

commit 19df2820969607715cddf75eed41b05a1df261c9
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Jun 26 14:21:03 2014 -0400

    Make ReadmeFromPod not quote C<>s

diff --git a/profiles/db/skel/Makefile.PL b/profiles/db/skel/Makefile.PL
index 9979f3a..50be3e2 100644
--- a/profiles/db/skel/Makefile.PL
+++ b/profiles/db/skel/Makefile.PL
@@ -2,7 +2,7 @@ use inc::Module::Install;
 {{ ($path = $dist->name) =~ s|-|/|g; '' }}
 RTx '{{$dist->name}}';
 all_from 'lib/{{$path}}.pm';
-readme_from 'lib/{{$path}}.pm';
+readme_from 'lib/{{$path}}.pm', { options => [quotes => 'none'] };
 license  'gplv2';
 
 requires_rt '4.2.0';
diff --git a/profiles/default/skel/Makefile.PL b/profiles/default/skel/Makefile.PL
index 9979f3a..50be3e2 100644
--- a/profiles/default/skel/Makefile.PL
+++ b/profiles/default/skel/Makefile.PL
@@ -2,7 +2,7 @@ use inc::Module::Install;
 {{ ($path = $dist->name) =~ s|-|/|g; '' }}
 RTx '{{$dist->name}}';
 all_from 'lib/{{$path}}.pm';
-readme_from 'lib/{{$path}}.pm';
+readme_from 'lib/{{$path}}.pm', { options => [quotes => 'none'] };
 license  'gplv2';
 
 requires_rt '4.2.0';

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


More information about the Bps-public-commit mailing list