From 5bf61868161c619d064ed944d2d5dcf29f25d538 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Mon, 15 Jul 2019 10:10:51 -0400 Subject: [PATCH 1/4] turn off 18.04 because it's broken --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index ddccbe0..be9344f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,7 +5,7 @@ image: - Visual Studio 2015 - ubuntu1604 - - ubuntu1804 +# - ubuntu1804 broken lately - ubuntu environment: From f7278f57eb24cd79165a62b799908342bc6af54b Mon Sep 17 00:00:00 2001 From: brian d foy Date: Mon, 15 Jul 2019 10:11:01 -0400 Subject: [PATCH 2/4] Try the latest perls --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 372f882..b1a6b2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ perl: - "5.22" - "5.24" - "5.26" + - "5.28" + - "5.30" before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers From 485ab76418655179c038944be90b2505b74dd38f Mon Sep 17 00:00:00 2001 From: brian d foy Date: Mon, 15 Jul 2019 10:11:41 -0400 Subject: [PATCH 3/4] Change to the perlreview organization --- README.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.pod b/README.pod index f52d70d..fd225c3 100644 --- a/README.pod +++ b/README.pod @@ -2,13 +2,13 @@ =encoding utf8 -=for HTML +=for HTML -=for HTML +=for HTML -=for HTML Coverage Status +=for HTML Coverage Status -=for HTML +=for HTML =for HTML @@ -72,12 +72,12 @@ the source repository: =over 4 -=item * L +=item * L =back If you find a problem, file a ticket in the L: +tracker|https://github.com/perlreview/returnvalue/issues>: =over 4 From 4ec00acd8c3646ebddedfd54a74c5cdcca924083 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Mon, 15 Jul 2019 10:17:14 -0400 Subject: [PATCH 4/4] Use F<> for filenames --- README.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.pod b/README.pod index fd225c3..d70e31c 100644 --- a/README.pod +++ b/README.pod @@ -14,7 +14,7 @@ =head1 The ReturnValue module -This is the I for the L Perl module. You're probably +This is the F for the L Perl module. You're probably looking at this because you don't know where else to find what you're looking for. Read this once and you might never have to read one again for any Perl module. @@ -36,8 +36,8 @@ You can read the documentation and inspect the meta data at L. The standard module documentation has example uses in the SYNOPSIS -section, but you can also look in the I directory (if it's -there), or look at the test files in I. +section, but you can also look in the F directory (if it's +there), or look at the test files in F. =head2 Installation @@ -66,7 +66,7 @@ module and only want to run the tests without installing anything. =head2 Source location The meta data, such as the source repository and bug tracker, is in -I or the I files it creates. You can find that on +F or the I files it creates. You can find that on those CPAN web interfaces, but you can also look at files directly in the source repository: @@ -102,7 +102,7 @@ Problem|http://archive.oreilly.com/pub/a/perl/excerpts/9780596527242/brians-guid =head2 Copyright and License -You should have received a I file, but the license is also noted +You should have received a F file, but the license is also noted in the module files. About the only thing you can't do is pretend that you wrote code that you didn't.