5 years agolog warnings when hostname resolving fails
Alexander Hartmaier [Mon, 18 Jan 2016 13:03:36 +0000]
log warnings when hostname resolving fails

5 years agofix $c->req->hostname empty for IPv6 clients (RT#75731)
Alexander Hartmaier [Mon, 18 Jan 2016 12:57:10 +0000]
fix $c->req->hostname empty for IPv6 clients (RT#75731)

use Socket directly instead of IO::Socket
Socket version 1.96 was chosen because of the NIx_NOSERV flag

5 years agoRelease commit for 5.90122 v5.90122
Graham Knop [Sat, 3 Nov 2018 14:51:46 +0000]
Release commit for 5.90122

5 years agochangelog
Graham Knop [Sat, 3 Nov 2018 14:24:31 +0000]
changelog

5 years agoBumping version to 5.90122
Graham Knop [Sat, 3 Nov 2018 14:22:56 +0000]
Bumping version to 5.90122

5 years agoRelease commit for 5.90_121 v5.90_121
Graham Knop [Mon, 22 Oct 2018 20:39:12 +0000]
Release commit for 5.90_121

5 years agoBumping version to 5.90_121
Graham Knop [Mon, 22 Oct 2018 19:37:57 +0000]
Bumping version to 5.90_121

5 years agochangelog
Graham Knop [Sun, 21 Oct 2018 22:51:36 +0000]
changelog

5 years agotest spelling in lib files, not blib
Graham Knop [Sun, 21 Oct 2018 22:46:09 +0000]
test spelling in lib files, not blib

5 years agouse PerlIO::utf8_strict for decoding uploads
Graham Knop [Sun, 21 Oct 2018 09:11:27 +0000]
use PerlIO::utf8_strict for decoding uploads

PerlIO::utf8_strict is faster than the encoding layer.

5 years agofix decoded uploads
Graham Knop [Sun, 21 Oct 2018 03:10:22 +0000]
fix decoded uploads

sysread can't be used against UTF8 handles (deprecated since perl 5.24,
fatal since 5.30).  The only reasonable way to slurp an entire file
through an encoding layer is to use readline.  Using a read loop would
not be faster.

5 years agouse debug warnings rather than carp when uri_for args are wrong type
Graham Knop [Sun, 21 Oct 2018 03:17:18 +0000]
use debug warnings rather than carp when uri_for args are wrong type

5 years agosilence warnings in tests
Graham Knop [Sun, 21 Oct 2018 02:36:56 +0000]
silence warnings in tests

5 years agoremove unneeded shebangs from tests
Graham Knop [Sun, 21 Oct 2018 02:35:30 +0000]
remove unneeded shebangs from tests

5 years agochmod -x test scripts
Graham Knop [Sun, 21 Oct 2018 01:22:52 +0000]
chmod -x test scripts

5 years agoRelease commit for 5.90120 v5.90120
Karen Etheridge [Fri, 19 Oct 2018 06:13:13 +0000]
Release commit for 5.90120

5 years agoBumping version to 5.90120
Karen Etheridge [Fri, 19 Oct 2018 05:32:38 +0000]
Bumping version to 5.90120

5 years agoavoid problematic upload tests on 5.029004+
Karen Etheridge [Fri, 19 Oct 2018 05:25:56 +0000]
avoid problematic upload tests on 5.029004+

see RT#125843: sysread cannot be used with :utf8 filehandles

5 years agoalso test on 5.28, latest dev release, and blead
Karen Etheridge [Fri, 19 Oct 2018 05:24:09 +0000]
also test on 5.28, latest dev release, and blead

5 years agoRelease commit for 5.90119 v5.90119
Karen Etheridge [Mon, 24 Sep 2018 00:24:47 +0000]
Release commit for 5.90119

5 years agoBumping version to 5.90119
Karen Etheridge [Sun, 23 Sep 2018 23:58:42 +0000]
Bumping version to 5.90119

5 years agooverride exit() in test using MooseX::Getopt
Karen Etheridge [Sun, 23 Sep 2018 23:47:44 +0000]
override exit() in test using MooseX::Getopt

0.73 moved the exit() call outside of print_usage_text, so the test's
overridden sub no longer prevented it from being called

5 years agoRelease commit for 5.90118 v5.90118
Graham Knop [Tue, 1 May 2018 09:58:05 +0000]
Release commit for 5.90118

5 years agoremove CPANPLUS from Makefile.PL and catalyst.pl
Graham Knop [Tue, 1 May 2018 09:52:28 +0000]
remove CPANPLUS from Makefile.PL and catalyst.pl

5 years agouse normal version for Catalyst::Plugin::Unicode::Encoding
Graham Knop [Tue, 1 May 2018 09:45:37 +0000]
use normal version for Catalyst::Plugin::Unicode::Encoding

5 years agoBumping version to 5.90118
Graham Knop [Mon, 30 Apr 2018 09:39:23 +0000]
Bumping version to 5.90118

5 years agochangelog
Graham Knop [Mon, 30 Apr 2018 04:08:54 +0000]
changelog

5 years agoAdd tests for fragment handling
Stuart Johnston [Mon, 12 Feb 2018 19:35:26 +0000]
Add tests for fragment handling

5 years agofix uri_for handling of fragment with unblessed path
Graham Knop [Mon, 30 Apr 2018 04:11:23 +0000]
fix uri_for handling of fragment with unblessed path

5 years agoremove duplicate downstream test
Graham Knop [Sun, 29 Apr 2018 17:04:55 +0000]
remove duplicate downstream test

5 years agono AUTHOR_TESTING/RELEASE_TESTING for downstream tests
Graham Knop [Sun, 29 Apr 2018 17:04:42 +0000]
no AUTHOR_TESTING/RELEASE_TESTING for downstream tests

5 years agoavoid Module::AutoInstall
Graham Knop [Sun, 29 Apr 2018 17:04:22 +0000]
avoid Module::AutoInstall

5 years agoremove extra travis install step that is no longer needed
Graham Knop [Sun, 29 Apr 2018 17:03:39 +0000]
remove extra travis install step that is no longer needed

5 years agouse travis-perl helpers fix CPAN.pm issues
Graham Knop [Sun, 29 Apr 2018 17:01:20 +0000]
use travis-perl helpers fix CPAN.pm issues

travis-perl helpers has a helper to make sure CPAN.pm has a working
configuration.

5 years agoinclude catalyst.pl
Graham Knop [Thu, 26 Apr 2018 14:47:59 +0000]
include catalyst.pl

5 years agoremove another remnant of aggregate testing
Graham Knop [Thu, 26 Apr 2018 14:47:46 +0000]
remove another remnant of aggregate testing

5 years agoverbose output for downstream tests on travis
Graham Knop [Thu, 26 Apr 2018 12:54:04 +0000]
verbose output for downstream tests on travis

6 years agodrop IO::Scalar prereq
Graham Knop [Fri, 13 Apr 2018 10:05:03 +0000]
drop IO::Scalar prereq

6 years agoinclude optional test prereqs in develop
Graham Knop [Thu, 12 Apr 2018 15:41:21 +0000]
include optional test prereqs in develop

6 years agoremove unused xt prereqs
Graham Knop [Thu, 12 Apr 2018 15:40:47 +0000]
remove unused xt prereqs

6 years agoremove redundant listing of Data::OptList prereq
Graham Knop [Thu, 12 Apr 2018 15:40:21 +0000]
remove redundant listing of Data::OptList prereq

6 years agowhitespace cleanup
Graham Knop [Thu, 12 Apr 2018 15:38:16 +0000]
whitespace cleanup

6 years agoupdate README.mkdn
Graham Knop [Thu, 12 Apr 2018 14:39:56 +0000]
update README.mkdn

6 years agodrop namespace::autoclean
Graham Knop [Thu, 12 Apr 2018 14:28:14 +0000]
drop namespace::autoclean

6 years agoremove unneeded skip for old HTTP::Body
Graham Knop [Thu, 12 Apr 2018 13:53:26 +0000]
remove unneeded skip for old HTTP::Body

6 years agouse json for serialized data in tests
Graham Knop [Thu, 12 Apr 2018 13:53:02 +0000]
use json for serialized data in tests

6 years agojust use JSON::MaybeXS, not JSON.pm
Graham Knop [Thu, 12 Apr 2018 13:50:47 +0000]
just use JSON::MaybeXS, not JSON.pm

6 years agoremove unused dep on Tree::Simple::Visitor::FindByPath, add Tree::Simple::Visitor...
Graham Knop [Thu, 12 Apr 2018 13:50:01 +0000]
remove unused dep on Tree::Simple::Visitor::FindByPath, add Tree::Simple::Visitor::FindByUID

6 years agoremove unused dep HTTP::Request::AsCGI
Graham Knop [Thu, 12 Apr 2018 13:45:59 +0000]
remove unused dep HTTP::Request::AsCGI

6 years agoremove dep on Class::Data::Inheritable which isn't needed anymore
Graham Knop [Thu, 12 Apr 2018 13:45:38 +0000]
remove dep on Class::Data::Inheritable which isn't needed anymore

6 years agoimprove comment about version comment
Graham Knop [Thu, 29 Mar 2018 13:46:07 +0000]
improve comment about version comment

6 years agochangelog
Graham Knop [Wed, 28 Mar 2018 03:13:17 +0000]
changelog

6 years agofix some pod formatting code errors
Graham Knop [Wed, 28 Mar 2018 02:25:59 +0000]
fix some pod formatting code errors

6 years agofix typo in Catalyst::Utils pod
Graham Knop [Wed, 28 Mar 2018 02:15:59 +0000]
fix typo in Catalyst::Utils pod

6 years agofix unit_stats.t for new Time::HiRes
Graham Knop [Tue, 27 Mar 2018 16:03:22 +0000]
fix unit_stats.t for new Time::HiRes

tv_interval has been implemented in XS rather than as a wrapper, so it
has to be mocked as well.

6 years agoadding comment with real version to unicode plugin
Graham Knop [Tue, 23 Jan 2018 21:03:12 +0000]
adding comment with real version to unicode plugin

Distar's version bumping script expects matching version numbers in all
files.  Including an artificial version declaration in a comment will
trick it into accepting the mismatched version.  And including the
dist's real version in the file aids clarity as well.

6 years agoreported errors 5.90117
John Napiorkowski [Sun, 21 Jan 2018 22:39:48 +0000]
reported errors

6 years agoset release date 5.90116
John Napiorkowski [Fri, 19 Jan 2018 20:49:38 +0000]
set release date

6 years agoremove a submodule from travis
John Napiorkowski [Thu, 18 Jan 2018 21:59:34 +0000]
remove a submodule from travis

6 years agotry and get more info from travis
John Napiorkowski [Thu, 18 Jan 2018 21:42:44 +0000]
try and get more info from travis

6 years agoupdated travis and restore some missing files
John Napiorkowski [Thu, 18 Jan 2018 21:29:45 +0000]
updated travis and restore some missing files

6 years agodocument changes
John Napiorkowski [Thu, 18 Jan 2018 20:41:30 +0000]
document changes

6 years agoMerge branch 'distar' into release-candidates/rc-5.90116
John Napiorkowski [Thu, 18 Jan 2018 20:32:28 +0000]
Merge branch 'distar' into release-candidates/rc-5.90116

6 years agoMerge branch 'pr/157' into release-candidates/rc-5.90116
Jay Hannah [Tue, 16 Jan 2018 22:46:29 +0000]
Merge branch 'pr/157' into release-candidates/rc-5.90116

6 years agoMerge branch 'pr/156' into release-candidates/rc-5.90116
Jay Hannah [Tue, 16 Jan 2018 22:45:50 +0000]
Merge branch 'pr/156' into release-candidates/rc-5.90116

6 years agoMerge branch 'pr/154' into release-candidates/rc-5.90116
Jay Hannah [Tue, 16 Jan 2018 22:43:48 +0000]
Merge branch 'pr/154' into release-candidates/rc-5.90116

Conflicts jhannah resolved manually:
  Makefile.PL
  lib/Catalyst.pm

6 years agoMerge branch 'pr/152' into release-candidates/rc-5.90116
Jay Hannah [Tue, 16 Jan 2018 22:41:17 +0000]
Merge branch 'pr/152' into release-candidates/rc-5.90116

6 years agoMerge branch 'pr/135' into release-candidates/rc-5.90116
Jay Hannah [Tue, 16 Jan 2018 22:36:20 +0000]
Merge branch 'pr/135' into release-candidates/rc-5.90116

6 years agoMerge remote-tracking branch 'write/jhannah/docs' into release-candidates/rc-5.90116
Jay Hannah [Tue, 16 Jan 2018 21:47:41 +0000]
Merge remote-tracking branch 'write/jhannah/docs' into release-candidates/rc-5.90116

6 years agoCatalyst::Test request() docs patch
Jay Hannah [Fri, 5 Jan 2018 16:22:13 +0000]
Catalyst::Test request() docs patch

This method also accepts HTTP::Request objects, and
HTTP::Request::Common objects are especially helpful if you need
to send additional headers in the request.

6 years agoremove my tab
LNATION [Wed, 3 Jan 2018 07:57:10 +0000]
remove my tab

6 years agomake the missing data handler exception slightly more useful
LNATION [Wed, 3 Jan 2018 07:55:31 +0000]
make the missing data handler exception slightly more useful

6 years agoMerge remote-tracking branch 'upstream/master'
Ferruccio Zamuner [Wed, 25 Oct 2017 10:00:31 +0000]
Merge remote-tracking branch 'upstream/master'

6 years agoclean up travis config for distar
Graham Knop [Mon, 13 Feb 2017 23:43:54 +0000]
clean up travis config for distar

6 years agouse uniq from List::Util
Graham Knop [Mon, 13 Feb 2017 05:43:48 +0000]
use uniq from List::Util

This lets us drop the List::MoreUtils prereq.

6 years agoconvert to Distar
Graham Knop [Mon, 13 Feb 2017 05:41:54 +0000]
convert to Distar

6 years agouse different package name in autoflush log test
Graham Knop [Mon, 13 Feb 2017 08:59:34 +0000]
use different package name in autoflush log test

The log and log_autoflush tests were using duplicate packages for their
testing, so if they were run with Test::Aggregate it would cause
warnings and test failures.

6 years agostop using Moo as a test package
Graham Knop [Mon, 13 Feb 2017 05:50:39 +0000]
stop using Moo as a test package

Moo is a real module, and may be in our prerequisite list.  Stepping on
its namespace is confusing and could easily cause issues.

6 years agouse inlined module hiding in tests
Graham Knop [Mon, 13 Feb 2017 06:29:15 +0000]
use inlined module hiding in tests

Test::Without::Module and Devel::Hide both handle repeated module
loading wrong.  They also generate error messages that aren't compatible
with Class::Load.

Also add some module hiding for 'Foo' and 'Bar', as they may exist
locally, breaking tests.

6 years agoclean up contributors
Graham Knop [Mon, 13 Feb 2017 06:50:14 +0000]
clean up contributors

6 years agoFix double-encoding of spaces in query parameter keys in ->uri_for
Dagfinn Ilmari Mannsåker [Mon, 11 Sep 2017 14:19:44 +0000]
Fix double-encoding of spaces in query parameter keys in ->uri_for

Commit 5c779e9841d052721162a48ad96fdbda2acd1035 moved half of the key-
encoding part into the map over the values, but left the `s/ /+/g` in
place, causing spaces in query parameter keys to first be converted to
+, then to %2B.

This moves the current key encoding block out of the inner map and
removes the premature `s/ /+g/`.

6 years agoFix spelling test failures
Dagfinn Ilmari Mannsåker [Mon, 11 Sep 2017 14:08:09 +0000]
Fix spelling test failures

6 years agoAttempt to fix Travis build on 5.20 and 5.22
Aaron Crane [Thu, 11 May 2017 15:26:24 +0000]
Attempt to fix Travis build on 5.20 and 5.22

AFAICT, what's happening here is as follows.

The Travis build starts by installing Catalyst::Devel, which depends on
Catalyst, which is in the Catalyst-Runtime dist. So the latest released
version of Catalyst::Runtime gets installed to make that happen. The
release in question has an unversioned dependency on List::Util (well,
Scalar::Util), so that dep is met by the Perl core. Then the Travis build
runs the Makefile.PL, which prompts the user to install a newer version of
List::Util. Nothing attempts to answer that prompt, so the Travis build
times out.

Newer versions of Perl satisfy the 1.45 List::Util dependency natively.
For older versions of Perl, it seems to be the case that something else in
the dependency graph requires a newer version of List::Util than is shipped
with that Perl, and the latest version is selected automatically. So only
5.20 and 5.22 are affected by this.

We therefore change the Travis build so that, once the Makefile.PL has been
run (thus creating MYMETA.json) we try again to install any missing deps
using cpanm. Hopefully this will work!

6 years agoversions
John Napiorkowski [Mon, 1 May 2017 16:35:12 +0000]
versions

6 years agoremoved badges for now until I can make them work 5.90115
John Napiorkowski [Mon, 1 May 2017 16:14:37 +0000]
removed badges for now until I can make them work

6 years agoupdate readme
John Napiorkowski [Mon, 1 May 2017 16:03:28 +0000]
update readme

6 years agosync changes with patch
John Napiorkowski [Mon, 1 May 2017 15:42:54 +0000]
sync changes with patch

6 years agoMerge branch 'simonamor-master't push origin master
John Napiorkowski [Mon, 1 May 2017 15:42:11 +0000]
Merge branch 'simonamor-master't push origin master

6 years agoMerge branch 'master' of https://github.com/simonamor/catalyst-runtime into simonamor...
John Napiorkowski [Mon, 1 May 2017 15:41:49 +0000]
Merge branch 'master' of https://github.com/simonamor/catalyst-runtime into simonamor-master

6 years agosync changes with patch
John Napiorkowski [Mon, 1 May 2017 14:36:19 +0000]
sync changes with patch

6 years agoMerge branch 'tremor69-master't push origin master
John Napiorkowski [Mon, 1 May 2017 14:34:37 +0000]
Merge branch 'tremor69-master't push origin master

6 years agoMerge branch 'master' of https://github.com/tremor69/catalyst-runtime into tremor69...
John Napiorkowski [Mon, 1 May 2017 14:34:20 +0000]
Merge branch 'master' of https://github.com/tremor69/catalyst-runtime into tremor69-master

6 years agoMerge branch 'melmott push origin masterhx-abort-chain-doc-and-test'
John Napiorkowski [Mon, 1 May 2017 14:24:45 +0000]
Merge branch 'melmott push origin masterhx-abort-chain-doc-and-test'

6 years agoMerge branch 'abort-chain-doc-and-test' of https://github.com/melmothx/catalyst-runti...
John Napiorkowski [Mon, 1 May 2017 14:24:39 +0000]
Merge branch 'abort-chain-doc-and-test' of https://github.com/melmothx/catalyst-runtime into melmothx-abort-chain-doc-and-test

6 years agosync changes with patch
John Napiorkowski [Mon, 1 May 2017 14:13:35 +0000]
sync changes with patch

6 years agot push origin masterMerge branch 'colinnewell-colin/encoding_doc'
John Napiorkowski [Mon, 1 May 2017 14:12:35 +0000]
t push origin masterMerge branch 'colinnewell-colin/encoding_doc'

6 years agoMerge branch 'colin/encoding_doc' of https://github.com/colinnewell/catalyst-runtime...
John Napiorkowski [Mon, 1 May 2017 14:12:25 +0000]
Merge branch 'colin/encoding_doc' of https://github.com/colinnewell/catalyst-runtime into colinnewell-colin/encoding_doc

6 years agocatch Changes up to date with master changes
John Napiorkowski [Mon, 1 May 2017 13:34:36 +0000]
catch Changes up to date with master changes

7 years agoadd comment for web UI to git repo
Karen Etheridge [Tue, 28 Mar 2017 21:41:11 +0000]
add comment for web UI to git repo

7 years agodo not require MXRWO if Moose is new enough to have cored it
Karen Etheridge [Mon, 7 Sep 2015 00:50:30 +0000]
do not require MXRWO if Moose is new enough to have cored it