Graham Knop [Fri, 2 Jun 2023 12:59:46 +0000]
update mailmap
Graham Knop [Fri, 2 Jun 2023 12:56:37 +0000]
update distar clone code
Graham Knop [Fri, 2 Jun 2023 12:56:17 +0000]
add mailmap
Graham Knop [Fri, 11 Sep 2020 12:33:27 +0000]
Release commit for 1.42
- stop using Module::Install for packaging, improving metadata and
fixing Makefile.PL on perl 5.26+. Generating a Catalyst application
still uses Module::Install::Catalyst for now.
- fix generated_app.t test on Windows
- whitespace and formatting tweaks
- various internal test cleanups
Graham Knop [Fri, 11 Sep 2020 12:30:53 +0000]
Bumping version to 1.42
Graham Knop [Fri, 11 Sep 2020 12:24:53 +0000]
changelog
Graham Knop [Sat, 29 Aug 2020 16:09:15 +0000]
fix restart message to check for
Graham Knop [Sat, 29 Aug 2020 16:07:00 +0000]
whitespace cleanup
Graham Knop [Thu, 27 Aug 2020 14:38:37 +0000]
clean up skips in test
Graham Knop [Thu, 27 Aug 2020 14:36:09 +0000]
path fixes
Graham Knop [Thu, 27 Aug 2020 13:52:43 +0000]
use tmpdir var in http test
Graham Knop [Thu, 27 Aug 2020 13:16:07 +0000]
convert to Distar
Graham Knop [Mon, 3 Aug 2020 11:10:01 +0000]
use IPC::Open3 rather than IPC::Run3
Graham Knop [Mon, 3 Aug 2020 11:09:45 +0000]
silence diag in test
Graham Knop [Mon, 3 Aug 2020 10:57:38 +0000]
File::Copy::Recursive is a hard dependency
Graham Knop [Mon, 3 Aug 2020 10:57:17 +0000]
escape INSTALL_BASE properly for EUMM to parse
Graham Knop [Mon, 3 Aug 2020 10:54:52 +0000]
calculate make command once
Graham Knop [Mon, 3 Aug 2020 10:53:54 +0000]
use @INC to find helper location rather than FindBin in generated_app test
Graham Knop [Mon, 3 Aug 2020 10:52:23 +0000]
use imported File::Spec functions in generated_app test
Graham Knop [Mon, 3 Aug 2020 10:44:48 +0000]
avoid FindBin in some tests
Graham Knop [Mon, 3 Aug 2020 10:43:35 +0000]
clean up pod location and module ends
Graham Knop [Mon, 3 Aug 2020 10:43:05 +0000]
normalize version declarations and underscore removal
Graham Knop [Mon, 27 Jul 2020 00:57:29 +0000]
Release commit for 1.41
- avoid SHILY tar headers
- fix warnings in Makefile.PL
- clean up author prereqs
- add perl version prereq metadata
Graham Knop [Mon, 27 Jul 2020 00:56:36 +0000]
changelog
Graham Knop [Mon, 27 Jul 2020 00:55:28 +0000]
bump version to 1.41
Graham Knop [Thu, 26 Mar 2020 23:55:41 +0000]
clean up gitignore
Graham Knop [Thu, 26 Mar 2020 23:54:25 +0000]
include current directory in Makefile.PL template
Graham Knop [Sat, 28 Dec 2019 19:38:50 +0000]
changelog
Graham Knop [Sat, 28 Dec 2019 19:36:40 +0000]
add inc to lib path in Makefile.PL to avoid Module::Install trying to reload files
Graham Knop [Sat, 28 Dec 2019 19:36:19 +0000]
add Proc::Background author prereq so Win32 module is loadable
Graham Knop [Sat, 28 Dec 2019 19:36:00 +0000]
clean up open3 call in Makefile.PL to avoid warnings and support spaces
Graham Knop [Sat, 28 Dec 2019 19:35:27 +0000]
add perl prereq to Catalyst::Devel so Module::Install can find it
Graham Knop [Sat, 28 Dec 2019 19:34:58 +0000]
simplify prereqs of version matching author test
John Napiorkowski [Thu, 27 Feb 2020 23:34:37 +0000]
update metadata for release
Dagfinn Ilmari Mannsåker [Sun, 23 Feb 2020 11:48:22 +0000]
Use absolute path for do $file in t/generated_app.t
Graham Knop [Sat, 15 Apr 2017 21:16:27 +0000]
add . to @INC in Makefile.PL
perl 5.26 does not include . in @INC by default, so we need to add it in
Makefile.PL for Module::Install to work properly.
Aaron Crane [Thu, 12 Jan 2017 09:45:30 +0000]
Catalyst::Restarter::Forking: clear watcher in child process
This allows any resources held by the watcher to be released in the child
process, where they won't be needed.
This is particularly important in kqueue-based watcher implementations.
The way kqueue works requires an open file descriptor for each file and
directory watched. In the case of modules being loaded from a local::lib,
this can easily amount to many thousands of file descriptors. This is not
only wasteful, but it also prevents select(2) from being called on any
file descriptor subsequently opened: you're likely to get EINVAL because the
descriptor exceeds FD_SETSIZE.
Wallace Reis [Fri, 24 May 2013 14:42:07 +0000]
Unicode - fix syntax error
Wallace Reis [Fri, 24 May 2013 14:38:35 +0000]
Sicilian buttercup unicode
http://questhub.io/perl/quest/
5134cdc18e0a96450f000038
Add encoding => 'UTF-8' to the generated skeleton files so that people
get the right thing on day one.
Tomas Doran [Sat, 27 Jul 2013 19:48:59 +0000]
Typo fixes. RT#87103
D. Ilmari Mannsåker [Fri, 14 Jun 2013 11:44:29 +0000]
Version 1.39
Dagfinn Ilmari Mannsåker [Thu, 30 May 2013 18:46:23 +0000]
Fix unbalanced parenthesis in comptest.tt (RT#85661)
Tomas Doran [Sat, 13 Apr 2013 22:29:37 +0000]
Another utf-8 fix
Tomas Doran [Sat, 13 Apr 2013 22:19:58 +0000]
Fix for people with utf-8 names. RT#84613
Tomas Doran [Thu, 11 Apr 2013 20:45:21 +0000]
It's 2013 now, duh
Tomas Doran [Thu, 11 Apr 2013 19:54:39 +0000]
Version 1.38
Tomas Doran [Thu, 11 Apr 2013 19:54:11 +0000]
Note ticket #
Tomas Doran [Wed, 3 Apr 2013 21:51:54 +0000]
Fix metadata
Tomas Doran [Thu, 14 Mar 2013 15:40:49 +0000]
Do a complete par-ectomy, fixes RT#83936
Justin Hunter [Wed, 23 May 2012 00:40:35 +0000]
apply RT#65183
Tomas Doran [Sat, 19 May 2012 10:20:04 +0000]
Version 1.37
Tomas Doran [Sat, 19 May 2012 07:26:52 +0000]
Update changelog
Tomas Doran [Sat, 19 May 2012 07:25:12 +0000]
Add x_authority metadata
Tomas Doran [Sat, 19 May 2012 07:24:43 +0000]
Try to fix the restarter selectivity
Tomas Doran [Mon, 2 Jan 2012 11:34:42 +0000]
Use iomode => :raw to stop PNG files getting corrupted
Justin Hunter [Wed, 21 Dec 2011 22:33:16 +0000]
add space between "BEGIN {" and "extends"
Tomas Doran [Wed, 21 Dec 2011 10:48:04 +0000]
Fix typo noticed by abraxxa++
Tomas Doran [Tue, 25 Oct 2011 00:58:40 +0000]
Version 1.36
Tomas Doran [Tue, 25 Oct 2011 00:57:14 +0000]
Default to sending X-Catalyst header
Tomas Doran [Fri, 21 Oct 2011 22:56:05 +0000]
Fix leaking temporary files in tests. RT#59166
Tomas Doran [Fri, 21 Oct 2011 22:51:37 +0000]
Fix generated Makefile.PL on win32. RT#65456
Tomas Doran [Thu, 13 Oct 2011 17:21:53 +0000]
I meant the app name, not the controller name
Tomas Doran [Thu, 13 Oct 2011 14:54:44 +0000]
Fix tests generated for controllers generated with --mechanize
Tomas Doran [Thu, 13 Oct 2011 14:53:32 +0000]
Merge
Rafael Kitover [Thu, 6 Oct 2011 14:15:51 +0000]
bump Module::Install dep to 1.02
1.02 has some nice new features that make dealing with deps easier, see
perldoc Module::AutoInstall for details.
Tomas Doran [Mon, 5 Sep 2011 12:07:14 +0000]
Version 1.35
Tomas Doran [Mon, 5 Sep 2011 12:16:17 +0000]
Fix author_requires
Tomas Doran [Mon, 5 Sep 2011 12:06:46 +0000]
Win32 fixes
Tomas Doran [Mon, 5 Sep 2011 11:54:43 +0000]
Skip check for win32
Tomas Doran [Tue, 16 Aug 2011 16:10:26 +0000]
Getting too enthusiastic with dates
Ton Voon [Tue, 16 Aug 2011 16:10:17 +0000]
Added Changes entry for stderr hiding in catalyst_par
Ton Voon [Tue, 16 Aug 2011 16:02:39 +0000]
Remove stderr hiding from PAR::Packer
Tomas Doran [Tue, 16 Aug 2011 08:03:22 +0000]
Version 1.34
Tomas Doran [Tue, 16 Aug 2011 08:04:16 +0000]
Update .gitignore for MYMETA
Tomas Doran [Tue, 16 Aug 2011 08:04:00 +0000]
Update MANIFEST.SKIP for MYMETA
Tomas Doran [Tue, 16 Aug 2011 07:58:45 +0000]
Fix to use apply_default_middlewares
Tomas Doran [Sun, 14 Aug 2011 11:36:07 +0000]
Merge branch 'psgi'
* psgi:
Add optional script deps to the -Devel installed package
Adapt to recent -Runtime changes
Create myapp.psgi
Tomas Doran [Tue, 26 Jul 2011 17:37:46 +0000]
Add MYMETA.yml
Tomas Doran [Sun, 24 Jul 2011 21:51:57 +0000]
Add optional script deps to the -Devel installed package
Tomas Doran [Tue, 31 May 2011 10:29:33 +0000]
Fix Pod - RT#68563
Florian Ragwitz [Sun, 15 May 2011 16:32:54 +0000]
Merge branch 'master' into psgi
* master:
Fix failing test - render_file_contents is expected to return the filename
Changelog
set permissions of script/*.pl to 0755
allow changing permissions to 0000
Fix RT#67303: -scripts changes permissions of original files
Fix duplicate 'use Test::More' statement in generated components
Dave Rolsky [Sun, 15 May 2011 15:05:53 +0000]
Fix failing test - render_file_contents is expected to return the filename
I think it'd be better to change the tests, but this is the simplest fix.
Tomas Doran [Thu, 7 Apr 2011 16:18:22 +0000]
Changelog
Alex J. G. Burzyński [Thu, 7 Apr 2011 16:04:02 +0000]
set permissions of script/*.pl to 0755
Alex J. G. Burzyński [Thu, 7 Apr 2011 16:02:44 +0000]
allow changing permissions to 0000
Alex J. G. Burzyński [Thu, 7 Apr 2011 15:24:55 +0000]
Fix RT#67303: -scripts changes permissions of original files
t0m [Tue, 29 Mar 2011 20:15:07 +0000]
Fix duplicate 'use Test::More' statement in generated components
Florian Ragwitz [Sun, 27 Mar 2011 12:44:46 +0000]
Merge branch 'master' into psgi
* master:
Long opts need double -
Version 1.33
Catalyst::Utils is not an exporter
Version 1.32
Fix RT#57019: Fix bundling of File::Copy::Recursive.
Fix RT#65907: missing build require: Test::Exception
Tomas Doran [Sun, 27 Mar 2011 12:26:12 +0000]
Long opts need double -
Florian Ragwitz [Thu, 24 Mar 2011 14:11:42 +0000]
Version 1.33
Jack Downes [Wed, 23 Mar 2011 01:24:25 +0000]
Catalyst::Utils is not an exporter
Stop trying to import from it. Call ensure_class_loaded by its fully qualified
name instead.
Tomas Doran [Tue, 22 Mar 2011 09:18:18 +0000]
Version 1.32
Tomas Doran [Tue, 22 Mar 2011 09:16:46 +0000]
Fix RT#57019: Fix bundling of File::Copy::Recursive.
Tomas Doran [Tue, 22 Mar 2011 09:15:22 +0000]
Fix RT#65907: missing build require: Test::Exception
Florian Ragwitz [Tue, 1 Mar 2011 18:38:45 +0000]
Merge branch 'master' into psgi
* master:
Use ensure_class_loaded, less ugly
Make all Restarter subclasses immutable
Version 0.31
Make pod tests author only
Fix the test in dist build
fixed config and template files not getting installed
added test for checking installed files
Add built dists to MANIFEST.SKIP
Version 1.30 after pulling master, duh
Version 1.29
Document --proc_title in generated fcgi script
Not so much use_ok
Explain why we depend on Module::Install
Florian Ragwitz [Tue, 1 Mar 2011 18:35:52 +0000]
Adapt to recent -Runtime changes
Tomas Doran [Mon, 14 Feb 2011 20:41:29 +0000]
Use ensure_class_loaded, less ugly
Dave Rolsky [Sat, 5 Feb 2011 20:17:56 +0000]
Make all Restarter subclasses immutable
Tomas Doran [Thu, 20 Jan 2011 01:08:21 +0000]
Version 0.31
Tomas Doran [Wed, 19 Jan 2011 00:08:27 +0000]
Make pod tests author only