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 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

13 years agomk_app() can figure out app name and act from project root directory
Jan Henning Thorsen [Mon, 21 Jun 2010 21:49:47 +0000]
mk_app() can figure out app name and act from project root directory

13 years agoremove eval Perl-Critic doesn't like it
Caleb Cushing [Mon, 26 Jul 2010 17:58:58 +0000]
remove eval Perl-Critic doesn't like it

Perl::Critic says this is bad code, while that may not be true there isn't a
spectacular reason for it to exist.

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

13 years agoNote that plugin order is important
Tomas Doran [Tue, 20 Jul 2010 15:04:40 +0000]
Note that plugin order is important

13 years agoFix typo in share/script/myapp_server.pl.tt (RT #58475)
Brian Cassidy [Thu, 24 Jun 2010 12:55:09 +0000]
Fix typo in share/script/myapp_server.pl.tt (RT #58475)

13 years agouse shellwords to split up pp option string
Rafael Kitover [Fri, 18 Jun 2010 10:44:43 +0000]
use shellwords to split up pp option string

13 years agosplit option string by whitespace
Rafael Kitover [Thu, 17 Jun 2010 13:20:05 +0000]
split option string by whitespace

13 years agodon't pollute M::I plugin detector with GetOptions symbol from GetOpt::Long
Rafael Kitover [Thu, 17 Jun 2010 02:44:10 +0000]
don't pollute M::I plugin detector with GetOptions symbol from GetOpt::Long

13 years agoVersion 1.28 1.28
Tomas Doran [Wed, 16 Jun 2010 01:47:32 +0000]
Version 1.28

13 years agoAdd a version number test
Tomas Doran [Wed, 16 Jun 2010 01:46:39 +0000]
Add a version number test

13 years agoMove plan skip_all for ENV{TEST_POD} to the top
Tomas Doran [Wed, 16 Jun 2010 01:33:30 +0000]
Move plan skip_all for ENV{TEST_POD} to the top

13 years agoFix Pod typo (RT#57362)
Tomas Doran [Sat, 22 May 2010 11:41:35 +0000]
Fix Pod typo (RT#57362)

13 years agoFix brocket
Tomas Doran [Sat, 8 May 2010 16:39:28 +0000]
Fix brocket

13 years agoAdd a little more changelog and comments
Tomas Doran [Sat, 8 May 2010 15:56:19 +0000]
Add a little more changelog and comments

13 years agoAdd restarter changes of not restarting on directory events
diegok [Sat, 8 May 2010 15:17:36 +0000]
Add restarter changes of not restarting on directory events

13 years agoDon't restart on directory notifications
diegok [Fri, 7 May 2010 00:31:05 +0000]
Don't restart on directory notifications

13 years agomake restart test a bit less buggy (but still slow and buggy)
diegok [Fri, 7 May 2010 00:27:19 +0000]
make restart test a bit less buggy (but still slow and buggy)

13 years agoadding -w to shebang line is rude
Rafael Kitover [Sat, 1 May 2010 11:13:50 +0000]
adding -w to shebang line is rude

14 years agorequire Pod::Coverage 0.20+
Justin Hunter [Wed, 14 Apr 2010 20:24:38 +0000]
require Pod::Coverage 0.20+

14 years agofix the pod-coverage version required (by rjbs)
Tomas Doran [Wed, 14 Apr 2010 20:20:12 +0000]
fix the pod-coverage version required (by rjbs)

Without this fix, the generated-app tests will run, will set
TEST_POD, and may try to run the tests. The tests fail with 0.17 of
Pod::Coverage, so this requires a newer one or testing will be skipped.

Original patch didn't want to apply with git am :(

14 years agoupdate help for myapp_create.pl
Rafael Kitover [Wed, 7 Apr 2010 11:45:15 +0000]
update help for myapp_create.pl

14 years agoVersion 1.27. 1.27
Florian Ragwitz [Tue, 23 Feb 2010 09:46:29 +0000]
Version 1.27.

14 years agoadd 1; to the end of controller template
Rafael Kitover [Tue, 23 Feb 2010 01:49:08 +0000]
add 1; to the end of controller template

14 years agoFix spacing
Tomas Doran (t0m) [Wed, 3 Feb 2010 11:57:50 +0000]
Fix spacing

14 years agoComplain loudly if you don't have M::I::Catalyst
Tomas Doran (t0m) [Wed, 3 Feb 2010 11:54:29 +0000]
Complain loudly if you don't have M::I::Catalyst

14 years agoTrim more trailing whitespace.
Florian Ragwitz [Thu, 28 Jan 2010 17:28:20 +0000]
Trim more trailing whitespace.

14 years agoChangelog
Tomas Doran [Wed, 27 Jan 2010 23:51:41 +0000]
Changelog

14 years agoTrim trailing whitespace
Tomas Doran [Wed, 27 Jan 2010 23:51:12 +0000]
Trim trailing whitespace

14 years agoC::Devel - branche catalyst_par_options (changed default behaviour)
kmx [Fri, 12 Jun 2009 06:30:09 +0000]
C::Devel - branche catalyst_par_options (changed default behaviour)

14 years agoC::Devel - new branche catalyst_par_options (push more options into PAR creation...
kmx [Thu, 11 Jun 2009 19:01:10 +0000]
C::Devel - new branche catalyst_par_options (push more options into PAR creation process)

14 years agoFix STUPID HATEFUL VERSION NUMBERS
Tomas Doran [Thu, 14 Jan 2010 00:08:00 +0000]
Fix STUPID HATEFUL VERSION NUMBERS

14 years agoVersion 1.26. 1.26
Florian Ragwitz [Tue, 12 Jan 2010 02:58:50 +0000]
Version 1.26.

14 years agoDepend on a Static::Simple that's known to not break.
Florian Ragwitz [Tue, 12 Jan 2010 02:54:49 +0000]
Depend on a Static::Simple that's known to not break.

14 years agoRevert "Search a list of potential template directories, including the current projec...
Florian Ragwitz [Wed, 6 Jan 2010 17:10:08 +0000]
Revert "Search a list of potential template directories, including the current project base."

This reverts commit 9385890d6bcf864ba9c7be8d913e7a7d497d7ee8.

14 years agoSearch a list of potential template directories, including the current project base.
masto [Wed, 6 Jan 2010 16:52:53 +0000]
Search a list of potential template directories, including the current project base.

14 years agoVersion 1.25. 1.25
Florian Ragwitz [Sat, 2 Jan 2010 15:16:17 +0000]
Version 1.25.

14 years agoUpdate repo url.
Florian Ragwitz [Mon, 14 Dec 2009 23:51:50 +0000]
Update repo url.

14 years agoVersion 1.24. 1.24
Florian Ragwitz [Mon, 7 Dec 2009 22:29:31 +0000]
Version 1.24.

14 years agoUnrevert r12223.
Florian Ragwitz [Mon, 7 Dec 2009 22:22:53 +0000]
Unrevert r12223.

14 years agoMissed one
Tomas Doran [Mon, 7 Dec 2009 22:21:03 +0000]
Missed one

14 years agoChangelog up to date
Tomas Doran [Mon, 7 Dec 2009 22:19:52 +0000]
Changelog up to date

14 years agoStop requiring generated test files to have a true return value.
Florian Ragwitz [Sun, 6 Dec 2009 21:24:35 +0000]
Stop requiring generated test files to have a true return value.

14 years agoWin32 compatibility fix:
kmx [Sun, 6 Dec 2009 19:43:32 +0000]
Win32 compatibility fix:
1) hardcoded 'make' replaced by: $Config{make}||'make'
2) testing executable flags skipped on Win32

14 years agoCredit myself for generated_app.t fix
Dave Rolsky [Sun, 6 Dec 2009 18:51:28 +0000]
Credit myself for generated_app.t fix

14 years agoFix pod to match option names (ideally this would come directly from Catalyst::Script...
Dave Rolsky [Sun, 6 Dec 2009 18:49:56 +0000]
Fix pod to match option names (ideally this would come directly from Catalyst::Script::Server instead of being duplicated here)