3 years agoRelease commit for 1.41 1.41
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

3 years agochangelog
Graham Knop [Mon, 27 Jul 2020 00:56:36 +0000]
changelog

3 years agobump version to 1.41
Graham Knop [Mon, 27 Jul 2020 00:55:28 +0000]
bump version to 1.41

4 years agoclean up gitignore
Graham Knop [Thu, 26 Mar 2020 23:55:41 +0000]
clean up gitignore

4 years agoinclude current directory in Makefile.PL template
Graham Knop [Thu, 26 Mar 2020 23:54:25 +0000]
include current directory in Makefile.PL template

4 years agochangelog
Graham Knop [Sat, 28 Dec 2019 19:38:50 +0000]
changelog

4 years agoadd inc to lib path in Makefile.PL to avoid Module::Install trying to reload files
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

4 years agoadd Proc::Background author prereq so Win32 module is loadable
Graham Knop [Sat, 28 Dec 2019 19:36:19 +0000]
add Proc::Background author prereq so Win32 module is loadable

4 years agoclean up open3 call in Makefile.PL to avoid warnings and support spaces
Graham Knop [Sat, 28 Dec 2019 19:36:00 +0000]
clean up open3 call in Makefile.PL to avoid warnings and support spaces

4 years agoadd perl prereq to Catalyst::Devel so Module::Install can find it
Graham Knop [Sat, 28 Dec 2019 19:35:27 +0000]
add perl prereq to Catalyst::Devel so Module::Install can find it

4 years agosimplify prereqs of version matching author test
Graham Knop [Sat, 28 Dec 2019 19:34:58 +0000]
simplify prereqs of version matching author test

4 years agoupdate metadata for release 1.40
John Napiorkowski [Thu, 27 Feb 2020 23:34:37 +0000]
update metadata for release

4 years agoUse absolute path for do $file in t/generated_app.t
Dagfinn Ilmari Mannsåker [Sun, 23 Feb 2020 11:48:22 +0000]
Use absolute path for do $file in t/generated_app.t

6 years agoadd . to @INC in Makefile.PL
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.

6 years agoCatalyst::Restarter::Forking: clear watcher in child process
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.

10 years agoUnicode - fix syntax error
Wallace Reis [Fri, 24 May 2013 14:42:07 +0000]
Unicode - fix syntax error

10 years agoSicilian buttercup unicode
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.

10 years agoTypo fixes. RT#87103
Tomas Doran [Sat, 27 Jul 2013 19:48:59 +0000]
Typo fixes. RT#87103

10 years agoVersion 1.39 1.39
D. Ilmari Mannsåker [Fri, 14 Jun 2013 11:44:29 +0000]
Version 1.39

10 years agoFix unbalanced parenthesis in comptest.tt (RT#85661)
Dagfinn Ilmari Mannsåker [Thu, 30 May 2013 18:46:23 +0000]
Fix unbalanced parenthesis in comptest.tt (RT#85661)

11 years agoAnother utf-8 fix
Tomas Doran [Sat, 13 Apr 2013 22:29:37 +0000]
Another utf-8 fix

11 years agoFix for people with utf-8 names. RT#84613
Tomas Doran [Sat, 13 Apr 2013 22:19:58 +0000]
Fix for people with utf-8 names. RT#84613

11 years agoIt's 2013 now, duh
Tomas Doran [Thu, 11 Apr 2013 20:45:21 +0000]
It's 2013 now, duh

11 years agoVersion 1.38 1.38
Tomas Doran [Thu, 11 Apr 2013 19:54:39 +0000]
Version 1.38

11 years agoNote ticket #
Tomas Doran [Thu, 11 Apr 2013 19:54:11 +0000]
Note ticket #

11 years agoFix metadata
Tomas Doran [Wed, 3 Apr 2013 21:51:54 +0000]
Fix metadata

11 years agoDo a complete par-ectomy, fixes RT#83936
Tomas Doran [Thu, 14 Mar 2013 15:40:49 +0000]
Do a complete par-ectomy, fixes RT#83936

11 years agoapply RT#65183
Justin Hunter [Wed, 23 May 2012 00:40:35 +0000]
apply RT#65183

11 years agoVersion 1.37 1.37
Tomas Doran [Sat, 19 May 2012 10:20:04 +0000]
Version 1.37

11 years agoUpdate changelog
Tomas Doran [Sat, 19 May 2012 07:26:52 +0000]
Update changelog

11 years agoAdd x_authority metadata
Tomas Doran [Sat, 19 May 2012 07:25:12 +0000]
Add x_authority metadata

11 years agoTry to fix the restarter selectivity
Tomas Doran [Sat, 19 May 2012 07:24:43 +0000]
Try to fix the restarter selectivity

12 years agoUse iomode => :raw to stop PNG files getting corrupted
Tomas Doran [Mon, 2 Jan 2012 11:34:42 +0000]
Use iomode => :raw to stop PNG files getting corrupted

12 years agoadd space between "BEGIN {" and "extends"
Justin Hunter [Wed, 21 Dec 2011 22:33:16 +0000]
add space between "BEGIN {" and "extends"

12 years agoFix typo noticed by abraxxa++
Tomas Doran [Wed, 21 Dec 2011 10:48:04 +0000]
Fix typo noticed by abraxxa++

12 years agoVersion 1.36 1.36
Tomas Doran [Tue, 25 Oct 2011 00:58:40 +0000]
Version 1.36

12 years agoDefault to sending X-Catalyst header
Tomas Doran [Tue, 25 Oct 2011 00:57:14 +0000]
Default to sending X-Catalyst header

12 years agoFix leaking temporary files in tests. RT#59166
Tomas Doran [Fri, 21 Oct 2011 22:56:05 +0000]
Fix leaking temporary files in tests. RT#59166

12 years agoFix generated Makefile.PL on win32. RT#65456
Tomas Doran [Fri, 21 Oct 2011 22:51:37 +0000]
Fix generated Makefile.PL on win32. RT#65456

12 years agoI meant the app name, not the controller name
Tomas Doran [Thu, 13 Oct 2011 17:21:53 +0000]
I meant the app name, not the controller name

12 years agoFix tests generated for controllers generated with --mechanize
Tomas Doran [Thu, 13 Oct 2011 14:54:44 +0000]
Fix tests generated for controllers generated with --mechanize

12 years agoMerge
Tomas Doran [Thu, 13 Oct 2011 14:53:32 +0000]
Merge

12 years agobump Module::Install dep to 1.02
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.

12 years agoVersion 1.35 1.35
Tomas Doran [Mon, 5 Sep 2011 12:07:14 +0000]
Version 1.35

12 years agoFix author_requires
Tomas Doran [Mon, 5 Sep 2011 12:16:17 +0000]
Fix author_requires

12 years agoWin32 fixes
Tomas Doran [Mon, 5 Sep 2011 12:06:46 +0000]
Win32 fixes

12 years agoSkip check for win32
Tomas Doran [Mon, 5 Sep 2011 11:54:43 +0000]
Skip check for win32

12 years agoGetting too enthusiastic with dates
Tomas Doran [Tue, 16 Aug 2011 16:10:26 +0000]
Getting too enthusiastic with dates

12 years agoAdded Changes entry for stderr hiding in catalyst_par par_stderr_not_null mirror/par_stderr_not_null
Ton Voon [Tue, 16 Aug 2011 16:10:17 +0000]
Added Changes entry for stderr hiding in catalyst_par

12 years agoRemove stderr hiding from PAR::Packer
Ton Voon [Tue, 16 Aug 2011 16:02:39 +0000]
Remove stderr hiding from PAR::Packer

12 years agoVersion 1.34 1.34
Tomas Doran [Tue, 16 Aug 2011 08:03:22 +0000]
Version 1.34

12 years agoUpdate .gitignore for MYMETA
Tomas Doran [Tue, 16 Aug 2011 08:04:16 +0000]
Update .gitignore for MYMETA

12 years agoUpdate MANIFEST.SKIP for MYMETA
Tomas Doran [Tue, 16 Aug 2011 08:04:00 +0000]
Update MANIFEST.SKIP for MYMETA

12 years agoFix to use apply_default_middlewares
Tomas Doran [Tue, 16 Aug 2011 07:58:45 +0000]
Fix to use apply_default_middlewares

12 years agoMerge branch 'psgi'
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

12 years agoAdd MYMETA.yml
Tomas Doran [Tue, 26 Jul 2011 17:37:46 +0000]
Add  MYMETA.yml

12 years agoAdd optional script deps to the -Devel installed package
Tomas Doran [Sun, 24 Jul 2011 21:51:57 +0000]
Add optional script deps to the -Devel installed package

12 years agoFix Pod - RT#68563
Tomas Doran [Tue, 31 May 2011 10:29:33 +0000]
Fix Pod - RT#68563

12 years agoMerge branch 'master' into psgi
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

12 years agoFix failing test - render_file_contents is expected to return the filename
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.

13 years agoChangelog
Tomas Doran [Thu, 7 Apr 2011 16:18:22 +0000]
Changelog

13 years agoset permissions of script/*.pl to 0755
Alex J. G. Burzyński [Thu, 7 Apr 2011 16:04:02 +0000]
set permissions of script/*.pl to 0755

13 years agoallow changing permissions to 0000
Alex J. G. Burzyński [Thu, 7 Apr 2011 16:02:44 +0000]
allow changing permissions to 0000

13 years agoFix RT#67303: -scripts changes permissions of original files
Alex J. G. Burzyński [Thu, 7 Apr 2011 15:24:55 +0000]
Fix RT#67303: -scripts changes permissions of original files

13 years agoFix duplicate 'use Test::More' statement in generated components
t0m [Tue, 29 Mar 2011 20:15:07 +0000]
Fix duplicate 'use Test::More' statement in generated components

13 years agoMerge branch 'master' into psgi
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

13 years agoLong opts need double -
Tomas Doran [Sun, 27 Mar 2011 12:26:12 +0000]
Long opts need double -

13 years agoVersion 1.33 1.33
Florian Ragwitz [Thu, 24 Mar 2011 14:11:42 +0000]
Version 1.33

13 years agoCatalyst::Utils is not an exporter
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.

13 years agoVersion 1.32 1.32
Tomas Doran [Tue, 22 Mar 2011 09:18:18 +0000]
Version 1.32

13 years agoFix RT#57019: Fix bundling of File::Copy::Recursive.
Tomas Doran [Tue, 22 Mar 2011 09:16:46 +0000]
Fix RT#57019: Fix bundling of File::Copy::Recursive.

13 years agoFix RT#65907: missing build require: Test::Exception
Tomas Doran [Tue, 22 Mar 2011 09:15:22 +0000]
Fix RT#65907: missing build require: Test::Exception

13 years agoMerge branch 'master' into psgi
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

13 years agoAdapt to recent -Runtime changes
Florian Ragwitz [Tue, 1 Mar 2011 18:35:52 +0000]
Adapt to recent -Runtime changes

13 years agoUse ensure_class_loaded, less ugly
Tomas Doran [Mon, 14 Feb 2011 20:41:29 +0000]
Use ensure_class_loaded, less ugly

13 years agoMake all Restarter subclasses immutable
Dave Rolsky [Sat, 5 Feb 2011 20:17:56 +0000]
Make all Restarter subclasses immutable

13 years agoVersion 0.31
Tomas Doran [Thu, 20 Jan 2011 01:08:21 +0000]
Version 0.31

13 years agoMake pod tests author only
Tomas Doran [Wed, 19 Jan 2011 00:08:27 +0000]
Make pod tests author only

13 years agoFix the test in dist build
Tomas Doran [Thu, 20 Jan 2011 01:04:44 +0000]
Fix the test in dist build

13 years agofixed config and template files not getting installed
Alexander Hartmaier [Tue, 18 Jan 2011 13:16:03 +0000]
fixed config and template files not getting installed

13 years agoadded test for checking installed files
Alexander Hartmaier [Tue, 18 Jan 2011 11:50:34 +0000]
added test for checking installed files

13 years agoAdd built dists to MANIFEST.SKIP
Tomas Doran [Tue, 11 Jan 2011 23:57:01 +0000]
Add built dists to MANIFEST.SKIP

13 years agoVersion 1.30 after pulling master, duh 1.30
Tomas Doran [Tue, 11 Jan 2011 23:54:46 +0000]
Version 1.30 after pulling master, duh

13 years agoMerge remote branch 'origin/master'
Tomas Doran [Tue, 11 Jan 2011 23:52:53 +0000]
Merge remote branch 'origin/master'

* origin/master:
  Explain why we depend on Module::Install
  Make sure we include needed rcopy dependency
  Update Changes
  Increase ConfigLoader dep from 0.23 to 0.30.

13 years agoVersion 1.29 1.29
Tomas Doran [Tue, 11 Jan 2011 23:51:42 +0000]
Version 1.29

13 years agoDocument --proc_title in generated fcgi script
Tomas Doran [Tue, 11 Jan 2011 23:51:06 +0000]
Document --proc_title in generated fcgi script

13 years agoNot so much use_ok
Tomas Doran [Tue, 11 Jan 2011 23:45:16 +0000]
Not so much use_ok

13 years agoExplain why we depend on Module::Install
Florian Ragwitz [Mon, 13 Dec 2010 19:00:01 +0000]
Explain why we depend on Module::Install

13 years agoCreate myapp.psgi
Florian Ragwitz [Sun, 5 Dec 2010 16:12:11 +0000]
Create myapp.psgi

13 years agoMake sure we include needed rcopy dependency
John Napiorkowski [Wed, 29 Sep 2010 16:46:24 +0000]
Make sure we include needed rcopy dependency

13 years agoUpdate Changes
Andrew Rodland [Tue, 21 Sep 2010 08:37:32 +0000]
Update Changes

13 years agoIncrease ConfigLoader dep from 0.23 to 0.30.
Andrew Rodland [Tue, 21 Sep 2010 08:32:09 +0000]
Increase ConfigLoader dep from 0.23 to 0.30.

This should help get more people on the latest versions of
Config::General and Config::Any with single-item-arrayref support.

13 years agoChangelog
Tomas Doran [Thu, 12 Aug 2010 00:00:28 +0000]
Changelog

13 years agosplit method for creating tests
Caleb Cushing [Sun, 25 Jul 2010 10:32:46 +0000]
split method for creating tests

This gives modules subclassing helper a way not to create all tests when
calling mk_app

Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>

13 years agoChangelog
Tomas Doran [Wed, 11 Aug 2010 23:58:18 +0000]
Changelog

13 years agoallow $self->{author} to be defined at ->new
Caleb Cushing [Thu, 22 Jul 2010 08:01:30 +0000]
allow $self->{author} to be defined at ->new

this allows us to write scripts that get our author information from someplace
other than the environment.

Signed-off-by: Caleb Cushing <xenoterracide@gmail.com>

13 years agoChangelog
Tomas Doran [Wed, 11 Aug 2010 23:51:53 +0000]
Changelog

13 years agoMerge remote branch 'origin/topic/template-remove-critic-violation'
Tomas Doran [Wed, 11 Aug 2010 23:50:10 +0000]
Merge remote branch 'origin/topic/template-remove-critic-violation'

* origin/topic/template-remove-critic-violation:
  remove eval Perl-Critic doesn't like it

13 years agoChangelog
Tomas Doran [Wed, 11 Aug 2010 23:37:08 +0000]
Changelog

13 years agoTest it actually works
Tomas Doran [Wed, 11 Aug 2010 23:35:35 +0000]
Test it actually works