12 years agosilence warning about missing perl version
John Napiorkowski [Sun, 31 Jul 2011 17:45:43 +0000]
silence warning about missing perl version

13 years agoChecking in changes prior to tagging of version 0.53. Changelog diff is:
Tomas Doran [Sun, 5 Dec 2010 23:03:06 +0000]
Checking in changes prior to tagging of version 0.53.  Changelog diff is:

Index: CHANGES
===================================================================
--- CHANGES (revision 13778)
+++ CHANGES (working copy)
@@ -1,5 +1,6 @@
 Revision history for Perl module Test::WWW::Mechanize::Catalyst:

+0.53 Sun Dec 5 23:03 GMT 2010
      - Fix tests to work with the upcoming psgi based Catalyst release
        as $c->req->header('Host') now more accurately reflects what you
        see in a real web server (i.e. the port will not be defined if it

13 years agoFix to pass tests against the psgi branch
Tomas Doran [Sun, 5 Dec 2010 20:10:07 +0000]
Fix to pass tests against the psgi branch

13 years agoRemove taint mode from the tests.
Tomas Doran [Sun, 5 Dec 2010 17:37:43 +0000]
Remove taint mode from the tests.

14 years agoChecking in changes prior to tagging of version 0.52. Changelog diff is:
Tomas Doran [Mon, 8 Mar 2010 01:23:08 +0000]
Checking in changes prior to tagging of version 0.52.  Changelog diff is:

Index: CHANGES
===================================================================
--- CHANGES (revision 13033)
+++ CHANGES (working copy)
@@ -1,6 +1,6 @@
 Revision history for Perl module Test::WWW::Mechanize::Catalyst:

-0.52 UNRELEASED
+0.52 Mon Mar 8 01:25 GMT 2010
      - Move actions out of the test applications to avoid deprecation warnings.
      - POD corrections by jhannah
      - Bump version dependency of Test::WWW::Mechanize to 1.54 to fix RT#44555

14 years agoChangelog
Tomas Doran [Mon, 8 Mar 2010 01:19:11 +0000]
Changelog

14 years agoMake test skips actually work, fixes RT#47037
Tomas Doran [Mon, 8 Mar 2010 01:19:03 +0000]
Make test skips actually work, fixes RT#47037

14 years agoFix RT#44555 by requiring newer Mechanize
Tomas Doran [Mon, 8 Mar 2010 01:18:05 +0000]
Fix RT#44555 by requiring newer Mechanize

14 years agoActually add the new bits for rearranged apps
Tomas Doran [Mon, 8 Mar 2010 01:17:29 +0000]
Actually add the new bits for rearranged apps

14 years agoFix appclass actions in the tests
Tomas Doran [Mon, 8 Mar 2010 01:08:29 +0000]
Fix appclass actions in the tests

14 years agoPOD typo corrections.
Jay Hannah [Wed, 22 Jul 2009 01:00:02 +0000]
POD typo corrections.

14 years agoinsidious typo
Jesse Sheidlower [Thu, 18 Jun 2009 22:05:24 +0000]
insidious typo

14 years agoAdd repository resource to all the MI Makefile.PLs
Tomas Doran [Sat, 23 May 2009 11:09:06 +0000]
Add repository resource to all the MI Makefile.PLs

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

15 years agoVersion bump for release 0.51
Ash Berlin [Mon, 16 Mar 2009 10:03:03 +0000]
Version bump for release

15 years agoDont use Catalyst::Test for handling remote apps (CATALYST_SERVER)
Ash Berlin [Mon, 16 Mar 2009 10:02:44 +0000]
Dont use Catalyst::Test for handling remote apps (CATALYST_SERVER)

15 years agoTWMC: Fix bug where redirect was followed on a 500 response
Ash Berlin [Sun, 1 Mar 2009 17:15:46 +0000]
TWMC: Fix bug where redirect was followed on a 500 response

15 years agoDont test against the bit of the error message that gets localized
Ash Berlin [Wed, 18 Feb 2009 09:40:14 +0000]
Dont test against the bit of the error message that gets localized

15 years agoDoc patch. kd++
Ash Berlin [Tue, 17 Feb 2009 22:54:34 +0000]
Doc patch. kd++

15 years agoIgnore things
Ash Berlin [Tue, 17 Feb 2009 22:49:25 +0000]
Ignore things

15 years agoTWMC: Doc patch and useragent patch from rT
Ash Berlin [Tue, 17 Feb 2009 22:29:19 +0000]
TWMC: Doc patch and useragent patch from rT

15 years agoVersion bump for release
Ash Berlin [Tue, 17 Feb 2009 18:26:05 +0000]
Version bump for release
Remove warnings in HTTP::Cookies.
Call BUILDALL

15 years agoMake t/multi_content_type.t handle case when server cant be started, which is almost...
Ash Berlin [Thu, 12 Feb 2009 09:49:45 +0000]
Make t/multi_content_type.t handle case when server cant be started, which is almost always due to port in use.

15 years agoChecking in stuff that git svn seemed to un-commit somehow
Ash Berlin [Fri, 6 Feb 2009 23:01:31 +0000]
Checking in stuff that git svn seemed to un-commit somehow

15 years agoMerge branch 'master' of git@github.com:ashb/test-www-mechanize-catalyst
Ash Berlin [Wed, 4 Feb 2009 20:10:28 +0000]
Merge branch 'master' of git@github.com:ashb/test-www-mechanize-catalyst

Conflicts:
CHANGES
lib/Test/WWW/Mechanize/Catalyst.pm
t/lib/Catty.pm

15 years agoTWMC: Add white label (Host header) testing
Ash Berlin [Wed, 4 Feb 2009 20:10:25 +0000]
TWMC: Add white label (Host header) testing

15 years agoMoosify TWMC
Ash Berlin [Wed, 4 Feb 2009 20:10:18 +0000]
Moosify TWMC

15 years agoSupport testing against two apps in same perl interpreter
Ash Berlin [Tue, 3 Feb 2009 21:18:50 +0000]
Support testing against two apps in same perl interpreter

15 years agoFix auth bug exposed by t/multi_content_type.t
Ash Berlin [Mon, 2 Feb 2009 22:37:44 +0000]
Fix auth bug exposed by t/multi_content_type.t

15 years agoFix auth test
Ash Berlin [Mon, 2 Feb 2009 22:37:40 +0000]
Fix auth test

15 years agoMake test less noisy by removing -Debug and cleaning up wide charin print errors
Ash Berlin [Mon, 2 Feb 2009 21:54:36 +0000]
Make test less noisy by removing -Debug and cleaning up wide charin print errors

15 years agoCommit latest CPAN ver of TWMC to repo
Ash Berlin [Mon, 2 Feb 2009 20:10:59 +0000]
Commit latest CPAN ver of TWMC to repo