Fix RT#84787
[catagits/Catalyst-Runtime.git] / Makefile.PL
2009-09-23 Tomas Doran Dep bump
2009-09-17 Tomas Doran Well, that got forgotten, oops
2009-09-15 Tomas Doran Remove what is now lies from Changes. Bump all the...
2009-09-15 Florian Ragwitz Use MooseX::Role::WithOverloading.
2009-09-05 Tomas Doran Merge 'trunk' into 'better_scripts'
2009-09-05 Tomas Doran We also need autoclean
2009-09-05 Tomas Doran We need to depend on MX::Types, and ::StashChange not...
2009-09-01 Tomas Doran Bump versions back to 5.8.4
2009-09-01 Tomas Doran Author tests
2009-08-21 Florian Ragwitz Conflict with the latest mason view, which blows up...
2009-08-21 Florian Ragwitz Now we don't have the broken restarter engine anymore...
2009-08-12 Tomas Doran Make the code much clearer about what is going on,...
2009-08-07 Tomas Doran Bump MX::MA dep for anon class tests
2009-08-07 Tomas Doran Blow up if we're in author mode and don't have the...
2009-08-07 Tomas Doran Fix the perl version required there also
2009-08-01 Tomas Doran Merge branch pass_component_names:
2009-07-23 Andrew Rodland Depend on Module::Pluggable 3.9 to resolve a bug with...
2009-07-18 Tomas Doran Add tests that _component_name works as expected, and...
2009-07-14 Tomas Doran Fix Makefile.PL to actually do the right thing on Lepoa...
2009-07-07 Dave Rolsky Deleted the old Restarter and associated code.
2009-07-03 Florian Ragwitz Unfuck indenting.
2009-07-03 Florian Ragwitz Only call author_requires once, so all missing author...
2009-07-03 Florian Ragwitz Stop writing META.yml twice.
2009-07-03 Florian Ragwitz Merge branch 'check_conflicts'
2009-07-03 Florian Ragwitz Port to Module::Install::CheckConflicts.
2009-07-02 Florian Ragwitz Port to Module::Install::AuthorRequires.
2009-06-27 Florian Ragwitz Bump deps for test aggregation.
2009-06-26 Florian Ragwitz Add Catalyst::Component::ContextClosure.
2009-06-25 Devin Austin updated Makefil.PL
2009-06-25 Rafael Kitover Merge 'trunk' into 'namespace_handling_refactor'
2009-06-19 Tomas Doran Remove MockObject from Makefile.PL
2009-06-10 Tomas Doran Add conflict line to Makefile.PL for Component::ACCEPT_...
2009-06-06 Moritz Onken refactor of namespace handling
2009-05-29 Tomas Doran Add Test::Exception in test_requires to Makefile.PL
2009-05-28 Tomas Doran Still borked in 0.2
2009-05-28 Tomas Doran Require new MX::MethodAttributes. Mark retardo plugin...
2009-05-15 Tomas Doran Add dep
2009-05-14 Tomas Doran Fix last commit
2009-05-13 Tomas Doran Unknown error has been vanquished.
2009-05-13 Tomas Doran Fix the meta method test
2009-05-13 Tomas Doran Bump Moose dep to fix tests, bump %conflicts for things...
2009-05-13 Tomas Doran 2 down, too bloody many to go..
2009-05-12 Tomas Doran Change back to B::Hooks::EndOfScope as it previously...
2009-05-07 Tomas Doran Bump required Module::Install version in everything...
2009-05-05 Tomas Doran Add broken version to Makefile.PL
2009-04-30 Tomas Doran Add Reaction to conflicts.
2009-04-30 Tomas Doran Catalyst::Plugin::Upload::Image::Magick known borked.
2009-04-30 Peter Karman add a couple of conflict version numbers for CatalystX...
2009-04-29 Florian Ragwitz Exclude Test::Aggregate from build_requires. It's optional.
2009-04-28 Tomas Doran Depend on latest MOP as we do use it ourselves.
2009-04-28 Tomas Doran Bump Moose dep, remove MOP dep as Moose already depends...
2009-04-28 Tomas Doran Bump MX::MA again, couple of little tidyups
2009-04-27 Tomas Doran Depend on latest AsCGI version to stop people getting...
2009-04-26 Tomas Doran Somewhat, but not much more sane. There are still bugs...
2009-04-22 Florian Ragwitz Turn of test aggregation by default.
2009-04-21 Tomas Doran That can't work as you get circular deps..
2009-04-21 Tomas Doran Optionally update conflicting modules by adding them...
2009-04-21 Tomas Doran Yell at people to upgrade configloader. This list needs...
2009-04-20 Tomas Doran Neeed according to the changelog of C::A::REST
2009-04-19 Tomas Doran Bump MX::MethodAttributes::Inheritable dep, changelog
2009-04-14 Tomas Doran Can has sane version plzkthnx?
2009-04-12 Florian Ragwitz Merge branch 'register_actions'
2009-04-08 Florian Ragwitz Depend on latest MX::E::CAF to work with new Moose...
2009-04-01 Tomas Doran Bump MX::MethodAttributes::Inheritable dep
2009-03-31 Tomas Doran Need new Moose, otherwise stuff which requires new...
2009-03-29 Florian Ragwitz Adopt Catalyst::ClassData to latest Class::MOP::Class...
2009-02-20 Tomas Doran Pull the code which makes reading the Makefile.PL out...
2009-02-19 Florian Ragwitz Use get_all_methods_with_attributes to get all possible...
2009-02-19 Florian Ragwitz Update prereqs.
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-18 Tomas Doran Not warning for ^Catalyst in release versions done
2009-02-15 Tomas Doran Make restarters immutable handling less naive + tests
2009-02-14 Tomas Doran Bump Moose prereq
2009-02-06 Tomas Doran Add SmartURI to the list of conflicting plugins
2009-02-05 Florian Ragwitz Bump MX::Emulate::CAF prereq to support list assignment.
2009-02-02 Tomas Doran Fix module versions, and add a note to stop future...
2009-01-19 Marcus Ramberg Up Module install dep, update timestamp 5.71000
2009-01-17 Florian Ragwitz Stop aggregated tests from failing by using the latest...
2009-01-16 Marcus Ramberg Backport META.yml hackery
2009-01-16 Florian Ragwitz Conflicts are listed by module, not by dist.
2009-01-12 Tomas Doran CatalystX::CRUD was a bug in that module's test suite...
2009-01-12 Tomas Doran Note which new releases of stuff we're waiting for...
2009-01-12 Tomas Doran RenderView and DebugCookie done. Tidy up test in C...
2009-01-08 Florian Ragwitz test_require Test::MockObject.
2009-01-07 Tomas Doran Add hashed cookies
2009-01-07 Tomas Doran CX::Imports, TODO updates, note mst rant, add some...
2009-01-04 Tomas Doran Warnings about deprecated runtime plugins
2009-01-04 Tomas Doran Nick the related modules version warning from Moose
2009-01-02 Tomas Doran plugin new method test as-per various other plugins...
2009-01-01 Tomas Doran Bump Moose dep to fix immutable roundtrip issues, updat...
2008-12-29 Tomas Doran Bump MX::E::CAF dep, update TODO, chop out of date...
2008-12-21 Tomas Doran C::P::A passes its tests against 5.80 now - fixed plugi...
2008-12-21 Tomas Doran Update TODO to be current, bump deps to latest versions...
2008-12-14 Ash Berlin author-only build_requires no long appear in META.yml...
2008-12-13 Tomas Doran Bump MX::E::CAF dep
2008-12-05 Andy Grundman Require Pod::Coverage 0.19 to fix parent method coverage
2008-12-05 Florian Ragwitz test_require Test::Aggregate if we're going to aggregat...
2008-12-05 Tomas Doran Remove use of NEXT from the test suite, except for...
2008-12-01 Florian Ragwitz Use Class::C3::Adopt::NEXT.
2008-11-22 Tomas Doran Bump the dep - fixes Data::Page issues etc
next