From: Karen Etheridge Date: Tue, 16 Aug 2016 01:44:06 +0000 (-0700) Subject: Try-Tiny-0.27 X-Git-Tag: v0.27^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4b1313567f8cf94ad2d0b848d825f68d04a6375;p=p5sagit%2FTry-Tiny.git Try-Tiny-0.27 - repository moved to the github p5sagit organization (the primary is on shadowcat, mirrored to github) - no changes since 0.26 --- diff --git a/CONTRIBUTING b/CONTRIBUTING index f2c6fcb..234eb44 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -72,7 +72,7 @@ Once installed, here are some dzil commands you might try: You can learn more about Dist::Zilla at http://dzil.org/. The code for this distribution is hosted at GitHub. The repository is: -https://github.com/karenetheridge/Try-Tiny +https://github.com/p5sagit/Try-Tiny You can submit code changes by forking the repository, pushing your code changes to your clone, and then submitting a pull request. Detailed instructions for doing that is available here: @@ -92,5 +92,5 @@ wish to be listed under a different name or address, you should submit a pull request to the .mailmap file to contain the correct mapping. -This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.009 from a -template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.112. +This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.012 from a +template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.118. diff --git a/Changes b/Changes index 13fe424..5f89c34 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Try-Tiny -{{$NEXT}} +0.27 2016-08-16 01:43:35Z - repository moved to the github p5sagit organization (the primary is on shadowcat, mirrored to github) - no changes since 0.26 diff --git a/INSTALL b/INSTALL index f171741..98c01b2 100644 --- a/INSTALL +++ b/INSTALL @@ -8,10 +8,10 @@ If you have cpanm, you only need one line: % cpanm Try::Tiny -If you are installing into a system-wide directory, you may need to pass the -"-S" flag to cpanm, which uses sudo to install the module: - - % cpanm -S Try::Tiny +If it does not have permission to install modules to the current perl, cpanm +will automatically set up and install to a local::lib in your home directory. +See the local::lib documentation (https://metacpan.org/pod/local::lib) for +details on enabling it in your environment. ## Installing with the CPAN shell @@ -31,9 +31,9 @@ Then install it: % make install -If you are installing into a system-wide directory, you may need to run: - - % sudo make install +If your perl is system-managed, you can create a local::lib in your home +directory to install modules to. For details, see the local::lib documentation: +https://metacpan.org/pod/local::lib ## Documentation diff --git a/README.pod b/README.pod index 70c656d..83d3976 100644 --- a/README.pod +++ b/README.pod @@ -8,7 +8,7 @@ Try::Tiny - minimal try/catch with proper preservation of $@ =head1 VERSION -version 0.26 +version 0.27 =head1 SYNOPSIS @@ -478,10 +478,6 @@ Or read the source: L -=head1 VERSION CONTROL - -L - =head1 SUPPORT Bugs may be submitted through L