This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libcatalyst-manual-perl.

commit 42d99e1c9f84b4af384c56ce4f265bee59f34e7d
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Wed Aug 12 14:41:44 2015 -0300

    Update debian/changelog
    
    Gbp-Dch: Ignore
---
 debian/changelog | 1083 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 1081 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b004225..f82b594 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libcatalyst-manual-perl (5.9008-2) UNRELEASED; urgency=medium
+libcatalyst-manual-perl (5.9009-1) UNRELEASED; urgency=medium
+
+  ** SNAPSHOT build @883518800304f6310e693f181b37da71dbb0dac2 **
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
@@ -6,7 +8,1084 @@ libcatalyst-manual-perl (5.9008-2) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
 
- -- Salvatore Bonaccorso <car...@debian.org>  Sat, 16 Aug 2014 09:29:58 +0200
+  [ Jonathan Rockway ]
+  * Directory for svk import.
+  * Initial shell for Catalyst-Manual
+  * Moving Catalyst::Manual from Catalyst-Runtime to Catalyst-Manual dist
+  * updated C::Manual's MANIFEST; it's ready for use
+  * Moving tutorial POD here
+  * Catalyst::Manual is now in the correct state.
+  * fix a typo in Manual.pm
+  * sync version number with makefile
+
+  [ Kennedy Clark ]
+  * Minor adjustment on reference to Task::Catalyst::Tutorial
+
+  [ Jonathan Rockway ]
+  * svk-commitBGCdt.tmp
+  * svk-commitBGCdt.tmp
+  * version bump for 5.7005
+  * manual 5.700501
+
+  [ Kieren Diment ]
+  * pointed out why the tutorial reference implementations are there :P
+
+  [ Kennedy Clark ]
+  * Fix URL to match Catalyst-Manual.  Thanks to Jose María Sánchez de Ocaña 
for noticing this.
+
+  [ Jesse Sheidlower ]
+  * fixed bit on session stores in Auth Tut
+
+  [ Jonathan Rockway ]
+  * applying doc patch regarding :Private from Troy Davis
+
+  [ Kieren Diment ]
+  * doc improvements
+
+  [ Jonathan Rockway ]
+  * add .fcgi to the end of fastcgi paths
+  * mention that catalyst developers need catalyst::devel; bump catalyst 
version to 5.7 patch from jshirley.
+
+  [ Robert 'phaylon' Sedlacek ]
+  * Replaced WritingPlugins with ExtendingCatalyst (phaylon)
+
+  [ Kieren Diment ]
+  * editorial work on extendingcatalyst.  Sorry, auto-filled before editing so 
diff is going to be screwy
+  * added gentle warning about TTSite
+  * oops, removed ambiguity
+
+  [ Robert 'phaylon' Sedlacek ]
+  * WritingPlugins refers to ExtendingCatalyst now
+  * Added ExtendingCatalyst takeover to unloved Changes file
+
+  [ Jonathan Rockway ]
+  * bump C::M version number for release
+
+  [ Brian Cassidy ]
+  * switch to Module::Install. fix up changes file. fix up some invalid pod.
+  * add strict to Manual.pm. fix up Makefile.PL
+
+  [ Kieren Diment ]
+  * added lighttpd static deployment recipe
+  * oops fixed broken space bar errors
+
+  [ Andy Grundman ]
+  * Update dev server info in the Cookbook, took out warnings about IE and 
added more info about POE
+
+  [ Kieren Diment ]
+  * shlomi fish "patch" *sigh*
+  * abraxxa's uri_for parent path explanation and some word wrap formatting
+
+  [ Kennedy Clark ]
+  * Thanks for Shlomi for a variety of fixes.
+
+  [ Ash Berlin ]
+  * Update mailing list URLs
+
+  [ Kieren Diment ]
+  * removal of redundant information while keeping the cpan indexer happy
+  * updates to respective ::Manual pages to try to keep cpan and users happy
+  * fixed botched version no
+  * cookbook patch thanks to bits
+  * why do I always forget to update Changes
+
+  [ Jonathan Rockway ]
+  * update version
+  * add explanation of CatalystX:: to manual; cleanup ExtendingCatalyst a bit
+
+  [ Matt S Trout ]
+  * fix sqlite CLI util name to sqlite3 to save people from 'encrypted or not 
a database' errors
+
+  [ Jonathan Rockway ]
+  * bump version to 5.701003
+
+  [ Brian Cassidy ]
+  * variable escaping issue [rindolf]
+  * variable escaping issue [rindolf]
+
+  [ Peter Karman ]
+  * change example to match new Auth realms API
+  * method name changed from login() to authenticate()
+
+  [ Jay Kuri ]
+  * Tweaking authenticate call and related text
+
+  [ Eden Cardim ]
+  * fixed documentation referring to deprecated Catalyst::Base
+
+  [ Kieren Diment ]
+  * typo oops
+
+  [ Jess Robinson ]
+  * Replace DefaultEnd with RenderView
+
+  [ Matt S Trout ]
+  * rename ManualPlaceholder.pm back to Manual.pm
+  * update Changes
+
+  [ Ricardo SIGNES ]
+  * add text to L<> to avoid nonsense
+
+  [ Brian Cassidy ]
+  * pod fix
+  * clean up changes file
+  * update pod and podcoverage tests to match cat dist
+
+  [ Kieren Diment ]
+  * updated manual
+  * authorization doc fix
+
+  [ Kennedy Clark ]
+  * Some initial updates for a new tutorial.
+  * Fix typo in Intro.pod & add new header to AdvancedCRUD.pod
+  * Add AdvancedCRUD "cover page" and stub files for FormBuilder.pod and 
FormFu.pod
+  * Fix typos.
+  * Rework tutorial.  Lots of things changed, but key items include: new 
content in CatalystBasics from Gerda S, move most of old CatalystBasics to 
MoreCatalystBasics, fix Authentication and Authorization, add PostgreSQL code 
from Louis M, etc.
+
+  [ Kieren Diment ]
+  * yaml expurgation and placeholders for a couple of upcoming tutorial 
articles
+
+  [ Kennedy Clark ]
+  * Add additional information for transition from YAML to Config::General
+
+  [ Kieren Diment ]
+  * fixing dynamic/static mix-up
+
+  [ Kennedy Clark ]
+  * Cleanup other references to myapp.yml to myapp.conf
+  * Add back warning that got deleted.
+
+  [ Kieren Diment ]
+  * tweaking warning against using create=dynamic
+
+  [ Marcus Ramberg ]
+  * Fix reference to .yml file in debug log.
+
+  [ Kieren Diment ]
+  * Runtime/Devel changes
+
+  [ Kennedy Clark ]
+  * Convert schema to MyApp::Schema, convert model to DB, misc adjustments
+  * Add warning about system clocks being in sync with IE and remove warning 
about -k
+  * Forgot to add Ubuntu quick time sync command to prev commit
+  * 
+
+  [ Kieren Diment ]
+  * expurgating deprecated default and index actions
+  * finalising default and index :Private expurgation
+  * ready for release
+  * final pre-release tweak to manual
+
+  [ Kennedy Clark ]
+  * Initial update for AdvancedCRUD/FormFu.pod Add warning about StackTrace to 
MoreCatalystBasics.pod
+  * Add select to form and comments to config file
+  * Fix date
+  * First pass through add form with constraints and filtering.  Hope to add 
edit feature next.
+  * Add edit/update section & misc updates
+  * Escape > chars and fix uri_for
+  * Fix erroneous "Part #" cross references between parts of the tutorial.
+
+  [ Kieren Diment ]
+  * added password
+  * added foolproof yaml
+  * change author
+  * bump version
+  * added a test :P
+  * lets use config::General
+  * moving to use parent stuff for docs
+
+  [ Brian Cassidy ]
+  * tidy up changes file a bit
+
+  [ Dan Dascalescu ]
+  * Minor: typo and format fixes
+
+  [ Tomas Doran ]
+  * Apply patch from Adrian Lai to clean up a few out of date bits in the 
tutorials
+
+  [ Ton Voon ]
+  * Added ProxyPass ignores for static files. Removed C::E::HTTP::POE and 
replaced with ::Prefork instead
+
+  [ Kieren Diment ]
+  * ec2 images, and some typo corrections
+  * rollback to use Catalyst qw/@plugins/
+
+  [ Brian Cassidy ]
+  * Fix Template Toolkit website link (RT #37574)
+
+  [ Kieren Diment ]
+  * some idiot forgot to hit save
+
+  [ Brian Cassidy ]
+  * version 5.7x not 7.7x
+
+  [ Dan Dascalescu ]
+  * Fixed 4 minor typos
+
+  [ Brian Cassidy ]
+  * Fix part numbering (RT #37963)
+
+  [ Jesse Sheidlower ]
+  * typo fixing
+
+  [ Jess Robinson ]
+  * Fix some typos and point out about converting to .conf file formats in 
Auth part
+
+  [ Brian Cassidy ]
+  * Changed some Template Toolkit links to perldoc links (RT #38354)
+
+  [ Kieren Diment ]
+  * fixed error regarding naming of the Catalyst::View
+  * clarified something about :Path and :Local similarities
+
+  [ Jess Robinson ]
+  * Applied doc patch from lucs
+
+  [ Ricardo SIGNES ]
+  * remove MyApp::auto
+
+  [ Jay Kuri ]
+  * Removing invalid and confusing references to id_field
+
+  [ Jess Robinson ]
+  * Applied doc patch from martins to improve the formfu config
+
+  [ Kieren Diment ]
+  * improvements to ACCEPT_CONTEXT docs
+
+  [ Brian Cassidy ]
+  * Remove a reference to a FOREACH loop that did not exist (RT #39046)
+
+  [ Ricardo SIGNES ]
+  * prep release
+
+  [ Kennedy Clark ]
+  * Fix 2 typos - thanks to JGK
+  * Update license
+  * Update license
+  * Update for Ubuntu 8.10, update license, misc updates
+
+  [ Jesse Sheidlower ]
+  * Fixing the typos introduced during the last typo fix ;-)
+
+  [ Kennedy Clark ]
+  * Remove TTSite in favor of manually created wrapper template and css Update 
and test for Ubuntu 8.10 (Cat 5.7014, C::Devel 1.07, DBIC 0.08010, etc.) Change 
flow of MoreCatalystBasics.pod (eg, use incremental build where run in smaller 
chunks) Change MyApp.pm from "use Catalyst" to "__PACKAGE__->setup()" 
Whitespace cleanup Move TT Debugging section from MoreCatalystBasics.pod to 
Debugging.pod Misc edits
+  * Update for Ubuntu 8.10 (HTML::FormFu v0.03006)
+
+  [ Tomas Doran ]
+  * Take a couple of patches from the mailing list I have been sat on for 
months
+  * Fix the manual to encourage you to use MRO::Compat, rather than Class::C3 
directly
+
+  [ Kennedy Clark ]
+  * Update URL for latest copy in SVN to match new location of repo
+  * Prep for release
+  * Fix URLs for final code tarballs (thx to K Gatdula)
+  * Minor adjustments to tutorial.  Mention tests fail in 5.7014 for Part8.
+  * Update "how to install cat" advice and misc minor updates.
+  * Add fix for failing test to Testing.pod
+  * Update thanks for tutorial (include dhoss)
+  * Update method used to free up disk space for live CD
+  * Misc updates with thanks to JC Wren
+  * Misc updates to adjust Parts 8 & 9 and update their final tarball code
+  * Misc fixes
+  * Pre-release updates
+  * Minor updates: Fix filename for initial tests and latest H::FormFu version
+  * Comment on how to do more advanced stuff with DBIC and provide links; also 
add back a sentence on DBIC terminology that somehow got deleted a long time 
ago.
+
+  [ Jesse Sheidlower ]
+  * minor typo
+
+  [ Kennedy Clark ]
+  * Fix Bug #42034
+  * Update style for path_to
+
+  [ Jesse Sheidlower ]
+  * fixed old and meaning-changing typo; thanks, Mark Fowle
+  * minor fixes
+  * typo fix (RT #42091)
+
+  [ Brian Cassidy ]
+  * add Changes entries
+
+  [ Kennedy Clark ]
+  * Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)
+
+  [ Kieren Diment ]
+  * added info about wiki
+
+  [ Kennedy Clark ]
+  * Fix typo (thanks to David Steiner)
+  * Add comment/warning about simple links for changes to app/db
+
+  [ Tomas Doran ]
+  * Tutorial patch
+  * TTSite cleanups and further deprecation in MoreCatalystBasics
+  * Spell the poor guys name right
+
+  [ Kieren Diment ]
+  * mention prefork engine
+
+  [ Tomas Doran ]
+  * Apply manual patch from Del Merritt
+
+  [ Kennedy Clark ]
+  * Draft update to add Chained dispatch
+  * Fix DBIC create for MySQL in Appendix (Jarom)
+  * Add some "getting started" links to the Catalyst::Manual page
+
+  [ Dan Dascalescu ]
+  * Added link to using other databases, per user request in #catalyst
+  * Replaced user/dname from catmyapp/mycatapp to catappuser/catappdb
+
+  [ Kennedy Clark ]
+  * Fix .yml -> .conf typo
+  * Misc updates to factor out find()'ing an object into a common 'object' 
method and store the resultset inside 'base'
+  * Improve use of uri_for() to use action_for()
+  * Misc updates in support of moving to Chained
+  * Update Changes to reflect recent updates
+  * More updates for Chained.  Rewrite the discussion about different action 
types and move it into MoreCatalystBasics.pod.
+  * More updates to action type summary based on input from MST
+
+  [ Dan Dascalescu ]
+  * Changed reference to "user base" into "use parent" to match code
+
+  [ Kennedy Clark ]
+  * Misc edits to fix & adjust things found during testing all the code from 
Part 3 through Part 8
+  * Prep for release
+  * Add comment about salt
+
+  [ Kieren Diment ]
+  * pod fix, thanks Janus
+
+  [ Kennedy Clark ]
+  * Prev fix should have moved the "=over 4" vs. removing it to balance out 
"=back"
+  * Suggestions and fixes with thanks to Murray Walker (along with a few other 
minor adjustments)
+  * Reword warning about not using GET for delete based on input from kd 
Change wording of "heading" for starter links in C::M
+  * Update the "DBIC terminology" based on input from MST.  Put in a note 
about "load_namespaces" with some tips on how to get started.  Hope to migrate 
full to "load_namespaces" soon.
+  * Fix name
+  * Add a new section to BasicCRUD covering more advanced features of DBIC 
("EXPLORING THE POWER OF DBIC") plus a few other minor changes
+  * Fix minor typos
+
+  [ Jesse Sheidlower ]
+  * minor typo
+
+  [ Kennedy Clark ]
+  * Adjust indentation a bit
+  * Update version number required for Catalyst::Model::DBIC::Schema to avoid 
warnings
+  * Oops, missing a couple C::M::DBIC::Schema version references
+  * Convert from Ubuntu to Debian 5 live CD as the recommended way to do the 
tutorial (all code and examples updated and tested to match) Removed 
Catalyst::Plugin::Authorization::ACL from Authorization.pod in favor of a 
"chained and model-based" approach at the urging of MST More conversion to 
Chained dispatch Lots of other small adjustments
+  * Prep for release
+
+  [ Dan Dascalescu ]
+  * Fixed typos and missing words in BasicCRUD
+  * Fixed menton to "flash" to point to part 4 of the tutorial (no longer 
mentioned in part 3).
+
+  [ Kennedy Clark ]
+  * Change from the use of "part" to refer to each .pod file for the tutorial 
in favor of the more intuitive word "chapter."
+  * Move use of "load_namespaces" for DBIC from BasicCRUD to 
MoreCatalystBasics Update the "Table of Contents" in Tutorial.pod to match the 
current sections Prep for release
+  * Fix errors in FormFu.pod (thanks to Adam Witney). Prep for release.
+  * Fix minor typo
+  * Remove C<> from =head line b/c they look ugly on CPAN
+
+  [ Kieren Diment ]
+  * fixed roadmap link
+
+  [ Kennedy Clark ]
+  * Fix escaping issue (thanks to Evan Carroll for pointing this out)
+  * Add reminder about not totally skipping Intro.pod
+
+  [ Jesse Sheidlower ]
+  * light edits, mostly typo-like
+  * assorted doc tweaks in Tutorial
+
+  [ Tomas Doran ]
+  * Fix reference to non-existant class
+  * Some notes and changed examples for using Moose in MyApp. There is more 
stuff to write about here - ideas welcome
+
+  [ Ian Wells ]
+  * Revised action descriptions - should come in a more logical order and 
information added
+
+  [ Tomas Doran ]
+  * Small fix, changelog
+
+  [ Kennedy Clark ]
+  * Fix typo in Timestamp -> TimeStamp (with thanks to Kiffin Gish)
+
+  [ Ian Wells ]
+  * More Intro cleanup, specifically adding a comment on what missing out 
:Args means
+
+  [ Tomas Doran ]
+  * Updates to ExtendingCatalyst, more to come
+
+  [ Kennedy Clark ]
+  * Add comment about possible warnings in Template::Base and log levels
+  * Remove DBIC "create=dynamic" section.  Hopefully someone will proofread 
this for typos.
+
+  [ Jay Hannah ]
+  * POD typo corrected.
+
+  [ Kennedy Clark ]
+  * Switch to use of DBIx::Class::EncodedColumn and C::Auth::Realm::SimpleDB
+  * Remove section of code that's no longer required now that we are using 
SimpleDB
+  * Remove old hack for Data::Dumper that should no longer be required
+  * Add code in case users prefer to use myapp.conf for auth config
+  * Convert to more of a mixture of "DBIC" and "DBIx::Class" as per suggestion 
from Castaway Remove out of date XSUB hack from Authorization.pod Other minor 
adjustments
+  * Completely revamp the PostgreSQL section in Appendices.pod and make sure 
it runs
+  * Catch changelog up with recent changes
+
+  [ Tomas Doran ]
+  * Bump required Module::Install version in everything. janus++
+
+  [ Kennedy Clark ]
+  * Prep for release
+
+  [ Mateu X. Hunter ]
+  * Add note about removing mod_deflate when pages hang with fastcgi
+
+  [ Breno G. de Oliveira ]
+  * Added note on placing myapp.db on the app's basedir before creating model
+
+  [ Kennedy Clark ]
+  * Add note about non-standard database config and SimpleDB
+  * Fix comment (and make it match earlier section)
+  * Remove create=dynamic stuff left around by mistake (with thanks to garu)
+
+  [ Jesse Sheidlower ]
+  * small typo
+
+  [ Kennedy Clark ]
+  * Fix typos and add clarifying comments about using "sub COMPONENT"
+
+  [ Tomas Doran ]
+  * Add repository resource to all the MI Makefile.PLs
+
+  [ Kennedy Clark ]
+  * Suggestion from Stefan Kangas about "un-indenting" code in Emacs (thanks, 
Stefan)
+  * Merge from depluralization branch
+  * Update for latest prebuilt debian version numbers
+  * Add numbers back to names of chapters
+  * Initial set of tutorial edits to go along with depluralization update. Add 
warning about putting too much code into TT template and show how to factor it 
out in a new section of 04_BasicCRUD.pod Add RenderView dump_info=1 section. 
Remove TT 2.15 hack out of main flow since not many should run into that any 
more.
+  * Finish review for depluralization and related updates
+  * Update ToC for switch to numbered Chapters
+  * Update for 5.80
+  * Include huge thanks to Kiffin Gish for work on "database depluralization"
+  * Update changelog for recent activity
+  * Get comments back in sync between chapters (with thanks to Anne Wainwright)
+  * Contribution by Sebastian Willert about Cat 5.8 and Moose (thanks 
Sebastian!)
+
+  [ Tomas Doran ]
+  * Expand roles section to contain specific docs on caveats, and version 
numbers when things work. Also give better explanation, and link the 
appropriate part of the Moose manual
+
+  [ Kennedy Clark ]
+  * Fix very minor typo
+
+  [ Tomas Doran ]
+  * Munge content into different places, and edits for correctness + best 
practices
+
+  [ Kennedy Clark ]
+  * Prep for release
+  * Minor formatting fixes.  Get make test to run cleanly.
+  * RT#46159 - Fix typo (thanks to brunobuss)
+  * Initial plug for books
+  * Fix minor typo
+
+  [ Dan Dascalescu ]
+  * Moved BindLex to obsolete plugins and added FormFu to Controllers
+
+  [ Kennedy Clark ]
+  * Fix typos in appendix emacs note and misplaced quote in 07_Debugging.pod - 
Thanks to Stefan Kangas Remove bogus escaping in command of 07_Debugging.pod
+  * RT #46618 fix
+
+  [ Kieren Diment ]
+  * fix typo for cat-install script
+  * log
+
+  [ KMX ]
+  * C::Manual - little Cookbook update (PAR creation)
+
+  [ Kennedy Clark ]
+  * Fix typo (Gerda Shank)
+
+  [ Kieren Diment ]
+  * instructions on how to read the tutorial
+
+  [ Breno G. de Oliveira ]
+  * replace reference to deprecated CatalystX::ListFramework::Builder with 
Catalyst::Plugin::AutoCRUD
+  * changed linebreak position to avoid arrow "->" be represented as "- >"
+  * fixed tabbing on changes file
+
+  [ Tomas Doran ]
+  * Shitload of ::Manual fixes, add some FIXMEs which I'll get to shortly
+
+  [ Dan Dascalescu ]
+  * hyperlinked with() to point to Moose/with
+
+  [ Tomas Doran ]
+  * Expand CatalystAndMoose somewhat, re-arrange the DevelopmentProcess docs 
some more, and start adding better info on contributing, other misc cleanups
+
+  [ Jesse Sheidlower ]
+  * typo-fixing, light rewriting in DevelopmentProcess
+
+  [ Justin Hunter ]
+  * fix PathPart typo
+
+  [ Tomas Doran ]
+  * Loads of cleanup / updating work
+  * Fix svn and git uris
+  * jester++ # A million spelling/grammar/typo corrections
+  * Fix unicode plugin docs in -Manual
+  * Put Manual::Plugins back as a stub so we don't have finding old versions 
on CPAN issues
+  * Add fixme
+
+  [ kostya ]
+  * Added 'use MooseX::MethodAttributes ();' for roles and attributes.
+
+  [ Tomas Doran ]
+  * Show the new way of doing things
+  * Clean up and add to the docs about forwarding.
+
+  [ Andrew Rodland ]
+  * Make =head1 NAME match the filename
+
+  [ Tomas Doran ]
+  * Double stupid the there. What was I doing when I did that, idiot
+
+  [ Kennedy Clark ]
+  * Prep for release
+  * Minor fixes
+
+  [ Andrew Rodland ]
+  * Fix a Test::Pod failure and make Debian happier.
+
+  [ Breno G. de Oliveira ]
+  * Fixed some typos
+
+  [ Iñigo Tejedor Arrondo ]
+  * intall -> install
+
+  [ Kennedy Clark ]
+  * Update tutorial for latest versions of Cat-related modules for Debian. 
Misc cleanup/freshing up of tutorial. A few bug fixes from RT. Still need to 
wrap up Ch 7 - 10 before pushing to cpan.
+
+  [ Jason Felds ]
+  * Add link to SQLite, ensure they get version 3.
+
+  [ Tomas Doran ]
+  * Another Pod fix, RT#51488
+  * Pod patch to Cookbook
+
+  [ Kennedy Clark ]
+  * Fix indenting issue (with thanks to Kiffin Gish)
+  * Update version numbers to match current versions in debian and add package 
that now has to be manually installed (libconfig-general-perl)
+  * Update version numbers and misc adjustments
+  * Integrate tome fix branch (with thanks to tome!)
+  * Add a "negative" test to confirm that test02 does not have an admin create 
link
+  * Integrate sqlite3 clarification and link by wolfman2000 from 
tutorial_role_updates branch
+  * Add FormHandler branch (with thanks to gshank!)
+  * Update FormFu AdvancedCRUD section to use pre-build debian packages and 
include a few minor fixes Add libhtml-formfu-model-dbic-perl to list of 
installed debian packages
+  * Prep for build (5.8002)
+
+  [ Jonathan Yu ]
+  * Fix this issue: lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod 
(566): L<text|scheme:...> is invalid according to perlpod
+
+  [ Jason Felds ]
+  * Fix minor grammatical issue.
+  * Add links to the databases. Let the users see what we're talking about.
+  * Out of data? I think out of date is meant here.
+  * Fix dead link.
+  * Add link.
+
+  [ Gerda Shank ]
+  * fix links to FormHandler
+
+  [ Alastair McGowan-Douglas ]
+  * Fix incorrectness re :Global and :Local
+
+  [ Kennedy Clark ]
+  * Fix link to FormHandler
+
+  [ Tomas Doran ]
+  * Patch from osfameron++
+
+  [ Jason Felds ]
+  * If the others are bolded, why not this one?
+  * Add some descriptions to the components. I'm guessing all of them will 
have to be filled in eventually.
+  * Link to Template [Toolkit].
+
+  [ Kennedy Clark ]
+  * Prep for release (v5.8003)
+
+  [ Jonathan Yu ]
+  * remove several sentences which were duplicates (strange, this wasn't in 
the last release)
+  * fix more uses of L<http://..|blah> (causes Test::Pod failures)
+  * fix typos
+  * revert my changes, L<http://|...> is okay according to rafl
+
+  [ Tomas Doran ]
+  * Require Pod::Simple which understands L<foo|url> in author mode. Move the 
Pod tests to be author only using standard mechanisms, make running them 
mandatory
+
+  [ Caleb Cushing ]
+  * fix missing username/password in Login controller
+
+  [ Dan Dascalescu ]
+  * Fixed minor typo
+  * Moved 'Extending RenderView' at the end of the Controllers section, and 
let 'Action Types' be at the start
+  * Fixed the URL for the Catalyst flowchart
+
+  [ Caleb Cushing ]
+  * make attribute list syntax consistant
+  * update _server.pl output
+  * update _server.pl output for request
+  * add note on server reload and finding more options
+  * make killing the server a note
+  * show output of reloaded server after updating an action
+  * remove now uneeded reminders to restart the server
+  * change whitespace to reflect current formatting
+
+  [ Rafael Kitover ]
+  * updates to tutorial for new loader and sqlite fks
+
+  [ Kieren Diment ]
+  * clarified docs on pural table naming
+  * fix grammar typo
+
+  [ Rafael Kitover ]
+  * add PRAGMA foreign_keys = ON; to the DDL
+
+  [ Kieren Diment ]
+  * tutorial reference implementations are no longer tarballs for dev 
convenience
+
+  [ Rafael Kitover ]
+  * no need to set resultset_class with load_namespaces, and a couple other 
minor changes
+  * chapter 5: recommend Memcached, minor changes
+  * minor change to chapter 6 POD
+  * update chapter 8 POD
+  * update chapter 9 formfu POD
+  * update chapter 9 POD
+
+  [ Kennedy Clark ]
+  * Switch to svn for sample tutorial code Update versions
+  * Use -r option for server Switch to newer stash syntax Some minor 
adjustments, version updates, fixes, etc.
+  * Add some additional background info & links about auto-defined DBIC 
relationships Amend directions to be sure they have new enough 
C::M::DBIC::Schema & DBD::SQLite Add background info on on_connect_do Adjust 
use of "-r" on dev server and provide some background info Other misc 
adjustments
+  * Better integrate the use of "-r" into the flow. Move comment about styles 
for setting stash to earlier ch to be in sync with always using the "new style" 
Other small/misc updates
+  * Move mention of different "stash styles" to Ch2 Switch to consistent 
attribute style (":Name" vs. ": Name") as per changes started in early chapters
+  * Additional adjustments to get consistent wording & usage of the dev svr 
"-r" option
+  * Add DBIx::Class::EncodedColumn to required packages for install under 
debian
+  * Add some additonal info about DBIC relationships Continue with making "-r" 
on dev server fit with the flow Put in warning about leaving an extra 
myapp.conf sitting around Misc edits and adjustments
+  * Convert tabs to spaces. Convert to $c->stash(name => 'value') vs. 
$c->stash->{name} = $value
+  * Add back 'libperl6-junction-perl' for pkgs to install
+  * Convert to newer style for stash Convert to -r for server Misc changes
+  * Add "Quick Start" section Update version information Make Live CD Steps 
include a password for ssh
+  * Add Test::Pod to modules that get installed (use in Ch8)
+  * Add note about looking for compile errors in the "server -r" window
+  * Update flow to assume using 0.39+ C::M::DBIC::Schema now that debian pkg 
available. Remove another reference to manually stopping/starting the dev svr.
+  * A few minor clarifications/adjustments
+  * Convert tabs to spaces Fix "=head 2" in comment to "=head2" Minor 
adjustments
+  * Remove now old mention of "used more than once" errors Fix missing indent 
in code block Show all of __PACKAGE__->config in DB Model
+  * Convert to use of "-r" dev server option A few formatting fixes
+  * Convert to "new style" for stash
+  * Prep for build
+  * Update credits
+
+  [ Caleb Cushing ]
+  * remove unessessary extraneous code
+  * add note about using server.pl --help
+
+  [ u-foka ]
+  * Typo fix in CatalystAndMoose.pod: MooseX::MethodAttribute::Role => 
MooseX::MethodAttributes::Role
+  * Indention fixes in CatalystAndMoose.pod
+
+  [ Jesse Sheidlower ]
+  * Minor typos in FormHandler Tutorial
+
+  [ Alexander Hartmaier ]
+  * added DATABASE CONFIG SWITCHING USING MULTIPLE CONFIG FILES section
+  * updated changelog for previous commit
+
+  [ Caleb Cushing ]
+  * start work on single conroller
+  * make note to use default_view
+  * Revert "start work on single conroller"
+
+  [ Rafael Kitover ]
+  * rename View::TT to View::HTML
+
+  [ Justin Hunter ]
+  * apache fastcgi/mod_deflate note per awnstudio
+
+  [ Eden Cardim ]
+  * added documentation reminder to install FCGI.pm when deploying to fastcgi
+
+  [ Rafael Kitover ]
+  * change created/updated columns to type "timestamp"
+
+  [ Tomas Doran ]
+  * Fixes rt.cpan.org #57361
+  * Adjust wording for mod_perl
+
+  [ Kennedy Clark ]
+  * Fix erroneous "-nc" in the license on this one file (it was removed from 
all the others years ago - apparently overlooked this one)
+  * Update year on copyright
+  * Add missing requirement for Perl6::Junction
+  * Fix for RT #56970
+
+  [ Kieren Diment ]
+  * minor ambiguity report, thanks asarch
+
+  [ Eden Cardim ]
+  * changed user table name to users in order to dodge reserved word
+
+  [ antgel ]
+  * Custom error page without throwing logging away.
+
+  [ Kieren Diment ]
+  * we should really tag releases, or move to git
+  * fix link on Manual page intro
+  * bump version
+
+  [ David Schmidt ]
+  * put use_ok into BEGIN block
+
+  [ Andrew Rodland ]
+  * Fix a typo (thanks to asarch++ on IRC)
+
+  [ Rafael Kitover ]
+  * fix typo
+
+  [ Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 ]
+  * RT #57989: typo
+
+  [ Zsolt Zemancsik ]
+  * RT #61486: correct MySQL
+
+  [ Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 ]
+  * RT #62095: prevent XSS
+  * RT #62095: persistent message on /login
+
+  [ Jonathan Yu ]
+  * RT #62610: typo
+
+  [ Eric A. Zarko ]
+  * RT #63057: typo
+
+  [ Shlomi Fish ]
+  * RT #64087: typos
+  * RT #64126: precise name of licence
+  * RT #64126: typos
+
+  [ Mark A. Stratman ]
+  * fix links on DevelopmentProcess
+
+  [ Jonathan "Duke" Leto ]
+  * Fix a typo in the DBIC example
+
+  [ kthakore ]
+  * FastMmap is not good for new users
+
+  [ Mateu X Hunter ]
+  * use relationship bridge terminology with many to many
+
+  [ Matthias Dietrich ]
+  * Fixed relationship declaration
+
+  [ Eisenberger Tamás ]
+  * Fix url typo in the Actions section of Intro.pod
+
+  [ Mark A. Stratman ]
+  * Fix wrong attribute in Flexibility section of Intro.pod
+
+  [ Jonathan Otsuka ]
+  * Fixing various typos.
+
+  [ Ronald J Kimball ]
+  * DevelopProcess.pod should mention git before svn, deep-link to git repo
+
+  [ Tomas Doran ]
+  * Update changelog
+  * RT #67820 already fixed, changelog
+  * Add a .gitignore
+  * Update MANIFEST.SKIP
+  * Version 5.8006
+  * Update .gitignore to skip built dists
+
+  [ Florian Ragwitz ]
+  * L<Foo> is the same as L<Foo|Foo>
+  * Port the auth tutorial to PassphraseColumn
+  * Delete hatespace
+  * Changelog the switch to PassphraseColumn
+
+  [ Tomas Doran ]
+  * Version 5.8007
+  * Ignore MYMETA.yml
+
+  [ Justin Hunter ]
+  * fix some typos
+
+  [ Tom Feist ]
+  * fix session -> Plugin::Session docu error in the manual for 
flash_to_stash, fixes RT #68203
+
+  [ Matthew Horsfall ]
+  * Minor grammar fix
+  * Add note about updating t/view_HTML.t after adding a call to 
MyApp->path_to() in lib/MyApp/View/HTML.pm so tests pass.
+
+  [ Tomas Doran ]
+  * Remove suggestion to make RSS feeds with TT
+  * Remove recurrent newbie mistake from tutorial
+  * Everything else (including some of the mysql docs) plural
+  * Version 5.8008
+  * Pull deployment info out
+  * Fix a load of old style config statements
+  * More cooked
+  * Finish splitting out
+  * Rip the stuff out of Engine::FastCGI in master
+  * Grab the relevant docs from Catalyst::Engine::Apache
+  * Link things from ::Deployment
+  * Expand
+  * Fix headings
+  * Fix FIXMEs
+  * Tiny dinks
+  * Also ignore MYMETA.json
+  * Version 5.8901
+
+  [ Kieren Diment ]
+  * clean up whitespace
+  * Note that Apache 1.3 won't work with mod_perl with >= catalyst 5.9
+
+  [ Tomas Doran ]
+  * Revert "Note that Apache 1.3 won't work with mod_perl with >= catalyst 5.9"
+
+  [ Jesse Sheidlower ]
+  * Assorted minor doc changes to Deployment sections
+  * Trivial typo fix
+
+  [ Tomas Doran ]
+  * Version 5.9000
+  * Clarify component configuration example
+
+  [ Kennedy Clark ]
+  * Fix minor typo
+  * Switch to metacpan
+
+  [ hkclark ]
+  * Point users to RT
+  * Add place authors can stick local stuff while updating
+  * Reformat/wrap paragraphs
+  * Reformat/wrap paragraphs
+  * Misc minor updates
+  * Misc minor updates
+  * Update packages required
+  * Update version info
+  * Reformat/wrap paragraphs
+  * Switch from Debian 5 to Debian 6
+  * Go from L<Module::Name|Module::Name> to L<Module::Name>
+  * Fix minor typo
+  * Lots of updates
+  * Reformat/wrap paragraphs
+  * Lots of updates
+  * Reformat/wrap paragraphs
+  * Make chapter reference a link
+  * Put back in leading spaces to keep code blocks contiguous
+  * Put back in leading spaces to keep code blocks contiguous
+  * Put back in leading spaces to keep code blocks contiguous
+
+  [ Tomas Doran ]
+  * Additional link as suggested by Matt Hicks on -dev list
+
+  [ hkclark ]
+  * Update for VM
+  * Update for VM
+  * Update for VM
+  * Lots of updates (incld migration to C::P::StatusMessage)
+  * Reformat/wrap paragraphs
+  * Update for VM and StatusMessage
+  * Add clarification about need for "| html"
+  * RT #68376
+  * RT #68377
+  * Mention Log4perl and Log::Dispatch; fix path to match VM
+  * RT #68379
+  * Misc updates for VM release
+  * Reformat/rewrap and add links
+  * Rewrap/reformat paragraphs
+  * Remove old ref to flash
+  * Switch to C::P::StatusMessage
+  * Updates for VM, switch to C::P::StatusMessage
+  * Fix many_to_many and Perl vs. perl
+  * Update StackTrace wording
+  * Update note about how to get the tutorial source code
+  * Add missing StackTrace
+  * Remove todo
+  * Add warning to people making tutorial updates
+  * Lots of updates for use with Tutorial Virtual Machine
+  * Add "next chapter" links to the bottom of each page (RT #62171)
+  * Add comment for RT #31164
+  * Show more accurate login prompts
+  * Add comment about local::lib
+  * Misc updates for VM
+  * Finalize things for VM
+  * Fix pod2html warnings
+  * Fix out of date link and make keepalive warning more obvious
+  * Fix RT link, remove wrong link and fix date
+  * Mostly changes to avoid pod2html warnings
+  * Prep for build (v5.9001)
+  * Request VM feedback
+  * Update MANIFEST.SKIP
+  * Add comment about $ vs # prompt
+  * Make MAINCOMPUTER prompt more prominent
+  * Add some docs about installing X Windows
+  * Switch from user 'root' to 'catalyst' on VM
+  * Reflect non-root prompt
+  * Use 'sudo' to run root-level commands
+  * Switch to Fluxbox as recommended way for X b/c of size
+  * Prep for build (v5.9002)
+
+  [ Jesse Sheidlower ]
+  * Trivial typo fix
+
+  [ Tomas Doran ]
+  * Yes, we do still emulate CAF, but let's not advertise that
+  * Fix mistake with auto method location
+  * Note re SSL for nginx fastcgi as this is an FAQ
+  * Fix spelling
+
+  [ Kieren Diment ]
+  * chef deployment, thanks Alexey Melezhik
+  * clarified Data Dumper usage.  RT#71410 Thanks to Bill Corr
+
+  [ Dominic Humphries ]
+  * Hilight the importance of uncommenting the template line in the list action
+
+  [ Kieren Diment ]
+  * Changes prompted by RT 74869 (thanks William Blunn).
+  * Mention PSGI in Manual::Intro RT# 74872 (Thanks to William Blunn).
+  * remove extraneous stuff oops (thanks the_jester).
+
+  [ Matt S Trout ]
+  * terms were the wrong way round
+  * wrong bloody URL
+
+  [ Tomas Doran ]
+  * Update for nginx non-root to have more info
+
+  [ Jesse Sheidlower ]
+  * Fixed wrong app name for socket in non-root config
+
+  [ Tomas Doran ]
+  * Fix Pod
+  * Pointless .gitignore in wrong place
+  * Version 5.9003
+
+  [ Rafael Kitover ]
+  * update nginx+fcgi deployment guide for PSGI compat
+
+  [ sockmonk ]
+  * copy 2 lines from chapter 5 to chapter 6 code. RT 71178
+  * Removed mention of Catalyst::Plugin::Email and Catalyst::Plugin::EmailValid
+
+  [ Kieren Diment ]
+  * some small changes to Components.
+  * version and changes
+  * fix typo
+  * RT 77322 fix
+
+  [ Frederik Schwarzer ]
+  * Fix typo.
+  * Fix typo.
+  * Seems to make more sense that way.
+  * Fix typos.
+  * Fix typos.
+  * Typos and minor style fixes.
+  * Fix typos.
+  * Some typos and minor style fixes.
+
+  [ Kieren Diment ]
+  * RT 78545 minor typos
+
+  [ Tomas Doran ]
+  * Note use_request_uri_for_path directly in IIS7 docs
+  * Fix repository URI in metadata
+
+  [ Kieren Diment ]
+  * warning about IIS inferred from conversation with frew and mailing list 
threads
+  * bump version
+
+  [ Kennedy Clark ]
+  * Fix missing = in =head1
+  * Prep for build (V5.9006)
+
+  [ Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 ]
+  * correct repo URL
+
+  [ Paul Waring ]
+  * RT #83398: Patch to fix POD warnings
+
+  [ Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 ]
+  * typo: correct file name
+
+  [ Karen Etheridge ]
+  * include the r/w repo spec for contributors
+  * fix missing Changes entries
+  * bump version for release
+  * changelog for next release
+  * add =encoding to make pod tests happy
+  * fix mispaste in Changelog
+
+  [ Jesse ]
+  * fixed typo (link) (from mauke)
+
+  [ Karen Etheridge ]
+  * grammar; minor correction to namespace references
+  * fix methods and action names to match the next example (which is supposed 
to be equivalent)
+  * typo
+  * use proper markup for code snippet
+  * remove deprecated package (older versions will still live in the index to 
contain the deprecation notice)
+
+  [ Gerda Shank ]
+  * remove references to M/V/C directories (deprecated for at least 5 years)
+
+  [ Karen Etheridge ]
+  * fix autocomplete error (RT#91544)
+  * one more typo (thanks Zoffix!)
+  * fix backwards link
+
+  [ David Steinbrunner ]
+  * Fix typos
+
+  [ Dagfinn Ilmari Mannsåker ]
+  * Fix typo (RT#91747)
+
+  [ Andreas Marienborg ]
+  * Remove "5.80 latest" dead link
+  * Add a missing L pod command
+
+  [ Matthew Horsfall ]
+  * Fix capitalization in L<...> so links work in HTML.
+
+  [ Karen Etheridge ]
+  * changelog for next release
+  * convert packaging from Module::Install to Distar; bump script somewhat 
modified to deal with different version formatting
+  * make bump
+  * fix dead link (RT#96342)
+  * fix typos in example commands (RT#89475)
+  * fix pod link (RT#80361)
+  * Template Toolkit is used in the tutorial, so install this too (RT#78646)
+  * Release commit for 5.9008
+
+  [ Edwin de Graaf ]
+  * Fixed typo (RT#99132)
+
+  [ Dagfinn Ilmari Mannsåker ]
+  * Fix DBIC::Schema helper invocation examples (RT#100597)
+
+  [ Karen Etheridge ]
+  * fixed lots of markup
+  * mark :Regex and :LocalRegex as deprecated
+  * bump version to 5.9009
+  * changelog for 5.9009
+  * Release commit for 5.9009
+
+  [ Lucas Kanashiro ]
+  * Import upstream version 5.9009
+
+ -- Lucas Kanashiro <kanashiro.dua...@gmail.com>  Wed, 12 Aug 2015 14:41:44 
-0300
 
 libcatalyst-manual-perl (5.9008-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatalyst-manual-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to