[libcatalyst-action-rest-perl] branch master updated (74c92d9 -> a4c6300)

gregor herrmann gregoa at debian.org
Mon Sep 15 17:23:36 UTC 2014


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

gregoa pushed a change to branch master
in repository libcatalyst-action-rest-perl.

      from  74c92d9   update changelog
       new  3c4ace1   Add debian/upstream/metadata
       new  e7e8401   Update debian/changelog
      adds  256c894   Initial commit of Catalyst-Action-REST
      adds  7ad87df   Added Test Suite Added Generic content-type aware Serialize/Deserialize actions Added Data::Serializer actions, opening up a whole world of serializing goodness
      adds  eccb213   Ran perltidy
      adds  7328f0a   Adding basic pod to Catalyst::Action::REST Adding initial Makefile.PL
      adds  c7cecf6   Fixing type (s/Rest/REST/g)
      adds  5511d1f   Added status_created helper method
      adds  bb4130f   Added more status_ actions Fixed dispatch to work with Chained actions
      adds  7d2ac60   The content type for 404's should be text/plain
      adds  cc186a5   Added status_bad_request
      adds  bdc5493   Changed the 4xx status helpers to return error objects
      adds  edab903   Added logging to 4xx status handlers
      adds  398c5a1   Adding documentation, and a 202 Accepted status helper
      adds  01f9819   Adding a README
      adds  33e5de9   Added documentation and CPAN requirements updates from Daisuke Maki Added Daisuke Maki to the Contributers section Updated the Changelog for release Added a MANIFEST.SKIP
      adds  d34c067    r42 at latte:  adam | 2006-11-30 23:59:03 -0800  Refactored Catalyst::Action::REST dispatching  Added in an automated OPTIONS handler  Refactored Test::Rest to use Closures  Added tests for Catalyst::Action::REST
      adds  5e87ec4    r44 at latte:  adam | 2006-12-01 00:12:17 -0800  Fixed some spacing in the Changelog  Added some documentation for the re-factored Catalyst::Action::REST
      adds  89b766a    r46 at latte:  adam | 2006-12-01 00:16:31 -0800  Ran perltidy
      adds  b99bfb5    r17839 at Little-Shiny (orig r5614):  zarquon | 2006-11-29 00:26:49 +0100  fixed formatting issues  r17840 at Little-Shiny (orig r5615):  zarquon | 2006-11-29 03:14:30 +0100  test harnesses different deployment scenarios - 1st draft"
      adds  17d910b    r48 at latte:  adam | 2006-12-03 11:32:40 -0800  Fixed up YAML tests
      adds  e601add    r49 at latte:  adam | 2006-12-03 12:30:40 -0800  Fixed things so that not having a Serialization module returns 415.  Fixed things so that failure to Deserialize sends the proper status.  Refactored the Plugin loading to Catalyst::Action::SerializeBase.  Updated the Documentation.  Added a whole raft of serializers. (JSON, all the Data::Serializer    supported ones, and XML::Simple)  Added test cases.  Refactored the Catalyst::Action::REST dispatch, so that the default [...]
      adds  8f00a41    r53 at latte:  adam | 2006-12-03 16:00:44 -0800  Renamed some test files, since we don't care about order.  Updated for an 0.30 release  Deleted the SampleREST test app, since it's been greatly simplified.  Updated the README
      adds  6646fdc    r55 at latte:  adam | 2006-12-03 16:09:26 -0800  Removed the dreaded "no plan"
      adds  a621925   Made the YAML::HTML view automatically append the content-type to it's URLs, since it's only real usefulness is in a browser.
      adds  f7218d5   Forgot to escape the ?
      adds  2224bad    r70 at latte:  adam | 2006-12-06 00:46:28 -0800  Prepping 0.31 for release
      adds  9bf13c4    r17902 at Little-Shiny (orig r5676):  zarquon | 2006-12-03 13:02:09 +0100  fixed rss and typo in 2006/3.pod courtesy jrockway who is banished from the repos atm  r17903 at Little-Shiny (orig r5677):  zarquon | 2006-12-03 13:03:56 +0100  send correct atom header  r17904 at Little-Shiny (orig r5678):  zarquon | 2006-12-03 13:10:04 +0100  oops  r17905 at Little-Shiny (orig r5679):  jcamacho | 2006-12-03 16:27:26 +0100  change documentation formatting
      adds  18d5b72    r14406 at Little-Shiny (orig r5360):  janus | 2006-11-04 20:35:52 +0100  sync with openbsd cvs  r14407 at Little-Shiny (orig r5361):  janus | 2006-11-04 20:38:11 +0100  sync with openbsd cvs  r14408 at Little-Shiny (orig r5362):  janus | 2006-11-04 20:40:47 +0100  sync with openbsd tree  r14409 at Little-Shiny (orig r5363):  janus | 2006-11-04 20:43:19 +0100  sync with openbsd cvs  r14410 at Little-Shiny (orig r5364):  janus | 2006-11-04 20:45:24 +0100  sync with openbsd tree  r14 [...]
      adds  fe6e22b   Added preference for equally weighted accept headers to the TODO list
      adds  51cc8fe   Added some debug logging - From Dave Rolksy
      adds  9a76221   Refactored the Content-Type negotiation to live in Catalyst::Request::REST.(drolsky) Added some useful debugging. (drolsky) Added a View serializer/deserializer, which simply calls the correct   Catalyst view.  ('text/html' => [ 'View', 'TT' ]) (claco, adam)
      adds  28463ec   Making the controller be an instance, not a class.
      adds  2f91bf6   perltidy
      adds  367b3ff   Making the default serializer be specified by content-type, not module.
      adds  fec618b   Prepping for release 0.50
      adds  c99aea2   Relocation of C::A::REST 0.50 to new layout path for new versions
      adds  0bdb8d4   0.60 release branch
      adds  faf5c20   Configuration patches to handle component based configuration in a sane way, as well as the 'serialize' key available for global defaults.
      adds  86fe529   Hey, how about I actually add in my test controller class?
      adds  c28a55f   Bad fix for YAML::SYck 0.92 breakage.  Yay for backcompat.
      adds  bc343d3   Adding changelog entries
      adds  d461177    r1144 at mbp:  claco | 2008-01-03 19:43:42 -0500  Fixed RT#30498 - REST controller references Catalyst without loading it first.  Fixed RT#32042 - Import of Params::Validate :all plays badly with subclasses that have their own validate()  Fixed RT#30456 - Debug messages print even with debugging disabled
      adds  be3c588   Updating my email address
      adds  9f16ba1   Updating changelod, 0.60 release.
      adds  d6fb033    r1682 at mbp:  claco | 2008-06-16 19:54:33 -0400  Added support for application/json and wanr when using text/x-json
      adds  c0aef9c    r7361 at luke-mbp (orig r7801):  lukes | 2008-05-26 15:09:41 +0100  new branch for decoupling Catalyst::Action::Serialize from REST  r7362 at luke-mbp (orig r7804):  lukes | 2008-05-26 18:50:20 +0100  all accepted request types are tried before resorting to default or erroring  r7363 at luke-mbp (orig r7805):  lukes | 2008-05-26 18:53:17 +0100  sanified code surrounding recent change  r8416 at luke-mbp (orig r8059):  lukes | 2008-06-30 19:50:17 +0100  fixed stuff after pull
      adds  832e768   Version update to 0.61, updated changelog
      adds  df26b36   Update to 0.62, updated Module::Install
      adds  ebba532   Changing from JSON::Syck to JSON and JSON::XS
      adds  6023cdb   Version bump to 0.64 to fix Module::Install weirdness
      adds  9782759   Relocating CHangelog to Changes to be more perlish
      adds  0bfa28c   Updating MANIFEST.SKIP to not include .shipit
      adds  9c5c9bd   Actually fixing the version number (hopefully)
      adds  2f7533e   Fixing the tests to run without JSON at all, revamping the author/contrib section
      adds  e540a1f   Fixing the JSON::Syck reference
      adds  fec6d45   Fixing Makefile.PL, RT#42859
      adds  3907fd3   spelling fix, s/svae/save/;
      adds  5d7480d   Began a "Troubleshooting" section.
      adds  264b29c   Added note that Apache will refuse %2F in urls unless configured accordingly.
      adds  6df7d0a   added further documentation on Apache disallowing encoded slashes
      adds  8fdce71   Change requires('Catalyst-Runtime',...) to requires('Catalyst',...) as the former is easily confused.
      adds  d34635d   Fix test count in t/catalyst-action-rest.t
      adds  a51e7bb   Add content_type_stash_key to enable a stash entry to override the serialize content type. With docs and tests.
      adds  ffb4cc7   fix broken single-file test application
      adds  c5c27d4   refactor into umbrella test application
      adds  74bc96b   refactor another single-file app
      adds  9d3bee4   refactored test application
      adds  0d86eca   failing test for RT#43840
      adds  07682cb   replace many uses of $controller->config with $controller for RT#43840
      adds  bc48916   add myself to Changes
      adds  49c3399   change dependency to Catalyst::Runtime
      adds  aa310b4   add to Changes
      adds  5132f5e   fix RT#42025 by making C::Request::REST less unfriendly
      adds  84e2464   add VERSION to README so that perl-reversion is happier
      adds  7227b91   add .git to skip
      adds  36f2f39   make a dev release because I'm cautious
      adds  b946af8   release 0.67_01 unchanged as 0.67
      adds  0eb3afa   add note about 5.80
      adds  3d38a43   Data::Denter is dead
      adds  de1fb65   ditch Data::Dump
      adds  ff3c00d   no longer die under Catalyst 5.80
      adds  f4d8894   0.68
      adds  7b8c5be   take pity on people using the deprecated 'serialize' config key (RT#32342)
      adds  37694e6   Moving app lookup to _insert_self_into
      adds  797c0e9   Merge branch 'master' of git://github.com/jshirley/catalyst-action-rest
      adds  27beb19   note weirdness
      adds  5b7421b   0.69
      adds  8b01055   fix wrong JSON tests
      adds  85c2b64   0.70
      adds  0ba7372   partial revert of e540a1fa72e4a5425c59a9397a3353f4784d726a -- fixes RT#44641 (plus tests)
      adds  888f25e   0.71
      adds  38c3a9b   add repo
      adds  ef7fdb4   bump for packaging
      adds  8088a6f   fix packaging
      adds  b018a7c   never include pm_to_blib
      adds  44d4863   allow actions for methods
      adds  def65dc   Committing switch from NEXT to MRO::Compat.
      adds  665a446   Merge
      adds  e74d969   Fix version no
      adds  5015780   Rip the testapp embedded in the test out, this isn't supported and doesn't work for me
      adds  765170f   Add .gitignore
      adds  679978b   Rewrite REST _METHOD action handling to fake being a real action, and ergo appear in the stats table as you would expect. I like what this does, but my implementation here is hideous..
      adds  afa581c   Remote trailing space
      adds  3faede6   Make saner
      adds  d2d9310   Yet more sanity
      adds  69ad525   Strip trailing whitespace, tidy up and fix POD
      adds  97b3cf7   Fix contrubutors / maintainer section
      adds  36b40b8   Add POD test
      adds  0566b5e   Changelogging
      adds  102106b   importing Catalyst has special, magical effects. You really didn't want to do that, especially as it makes action role explode
      adds  c4ab359   Changelogging
      adds  db8bb64   Bump version numbers so I can depend on the new code in CX::SimpleLogin
      adds  e34b463   You mean next::method I think
      adds  cbb0607   Changelog
      adds  2998eff   More correct finding of the application class
      adds  bb55dba   Changelog
      adds  7580fa2   Add release date, shuffle maintainers
      adds  09e6374   Change to my github as master
      adds  f04ed65   Less crap in MANIFEST please
      adds  5a173b1   Merge branch 'master' of git://github.com/bobtfish/catalyst-action-rest
      adds  7656dd1   tests for dispatching to actions
      adds  5f74984   I'm an idiot
      adds  07b2ce2   add failing test (for private action)
      adds  5c4dd54   add extra test for Action and not just Private
      adds  21d3f6a   Merge cherry pick of whitespace cleanups
      adds  f106448   Made test independent of YAML::Syck bugs
      adds  d1e1050   Changelog
      adds  546f287   Add new serializer for JSON::XS
      adds  a66af30   Bump versions, use eval trick with version numbers to support dev releases etc
      adds  e9073a6   Doh, I meant that - works better
      adds  485b516   Fix failing test. Normalize method names
      adds  f41ab75   Update date in Changes
      adds  bbf0fea   add status for no content and gone
      adds  9fb0911   add tests for status
      adds  428ec4a   Changelogging
      adds  a56ba22   tests don't pass with CATALYST_DEBUG set to 1
      adds  9ce644e   Merge commit 'franckcuny/master'
      adds  c42820a   Changelog
      adds  29739a5   Merge branch 'master' of git://github.com/bobtfish/catalyst-action-rest
      adds  7eda8b4   Merge branch 'master' into frew-forward_to_actions
      adds  5f46184   Made the test more clear, works here..
      adds  a4720cc   Merge branch 'frew-forward_to_actions' of git://github.com/bobtfish/catalyst-action-rest
      adds  4ee2437   Doc, Changelog, Attribution
      adds  e51849a   Dink to s/: Private/: Action/
      adds  9eb6ca8   Changelog, bump versions
      adds  72b4a0b   .gitignore built dists
      adds  c6c4ff2   Tests which I believe show that JSON encoding is handled correctly. I.E. You pass in a character string (in perl's internal representation), and it's correctly encoded as utf8 in the JSON. It's then decoded when it arrives in the test controller and needs to be re-encoded to push into the output. Then for comparison in the tests we need to encode the character string back into bytes so that the test is testing like for like..
      adds  6c38b40   Manual setup_components not needed
      adds  5ebf67a   Require Moose for tests
      adds  eaa7cec   Bump versions
      adds  2db3da9   Merge branch 'master' of git at github.com:bobtfish/catalyst-action-rest
      adds  5bbe8fb   Deal with nasty q headers (chansen)
      adds  f3394d8   Put changes in the right place, duh
      adds  9531846   Cosmetic changes to C::C::REST POD
      adds  3d8a064   Catalyst::Action::Serialize::View uses the calculated $stash_key; amended C::C::REST POD to explain how exactly to use a View for custom serialization.
      adds  9cd203c   More precise error messages that 'serialize' is a deprecated configuration key. POD for that too.
      adds  5cb5f6b   Additional pod cleanups
      adds  d3f3a2e   Bump versions
      adds  bd8fc54   Shuffle all the Pod to the bottom of the file
      adds  6e6e0bf   Fix author info
      adds  10bcd21   Cherry pick everything bar the use parent change from 25d49c2, fixing RT#46680
      adds  930013e   Change all classes to Moose
      adds  f168fa3   Change to Moose
      adds  e623bdf   Add Trait containing all the real logic
      adds  149182b   Mangle the request class mangling stuff. It's still fugly, but it's no longer totally retarded
      adds  489ee3e   Changelog
      adds  0745d6e   Comment about the yuk
      adds  846b6b0   simplify (and speed up) `_get_allowed_methods`
      adds  e1844cd   Changelogging
      adds  878b2b5   Change Serialize::execute to expect serializers to throw an exception
      adds  7f36b63   Port Serialize classes except for View.
      adds  58c1c5f   View is halfway there. Do we want to poke in $c->error? Maybe not.
      adds  6d4a379   Add some real error-handling for Serialize::View
      adds  f7754f6   Add tests for Serialize::View error behavior
      adds  a05bebd   Changelog
      adds  c93a41f   Fix test warning
      adds  a400ef8   Bump versions
      adds  68c2661   Change Serialize::execute to expect serializers to throw an exception
      adds  71cbfa6   Port Serialize classes except for View.
      adds  efab952   View is halfway there. Do we want to poke in $c->error? Maybe not.
      adds  067d48e   Add some real error-handling for Serialize::View
      adds  2f97104   Add tests for Serialize::View error behavior
      adds  fb29f82   Merge remote branch 'hobbs/rework-serializer-return-2'
      adds  9a3a383   Changelog
      adds  330efd8   Merge branch 'master' of github.com:bobtfish/catalyst-action-rest
      adds  38e05ec   Fix docs
      adds  63d41fc   Add author_requires for optional modules and autogenerate README
      adds  c1f0052   Change repos metadata to make catgit master
      adds  d0d292d   Added JSONP module and tests. Child of Catalyst::Action::Serialize::JSON that allows for a ?callback= option
      adds  aeb7a0a   Use strict and warnings
      adds  9ffbd15   Added a Moose
      adds  c3c7003   regex typo
      adds  62d47dd   BEGIN { extends only needed for method attributes, so not in actions
      adds  610e03b   Trim trailing whitespace
      adds  4f7a48d   Changelog
      adds  732d8f5   Bump versions for release
      adds  85aa4e1   Integrate REST::ForBrowsers. Update docs to point at traits. Update tests to test trait and class both.
      adds  15f4af0   When inserting Cat::Req::REST, always add trait, rather than sometimes using the Cat::Req::REST class directly.
      adds  52cef1a   Shut up log output from Catalyst with null log object
      adds  0467506   Add changes for 0.82
      adds  f465980   add a $VERSION to every module
      adds  6edee33   Move author tests to xt. Finish adding version nums everywhere, and test it.
      adds  890738a   Add more changes
      adds  65679e0   Don't require an env var to run pod tests
      adds  4ac3b2f   Update README
      adds  4a1b40c   Ensure author side tests are always run
      adds  26b59bc   Doc nits pointed out in RT#53780
      adds  05009b9   Update the Serialize and Deserialize classes to use Moose
      adds  0c14c8c   changes to allow objects instead of classes for Serializers
      adds  14cbe8f   fix json to encode_blessed
      adds  7d5e38b   add Changes
      adds  2b1751a   Move fREW's changes under 0.82
      adds  81c57b3   Add missing puncuation
      adds  bd58992   Add pod spelling test
      adds  d6ece98   correct all spelling errors
      adds  76a96ed   Add myself to list of contributors
      adds  410b24f   Add POD escapes for < and >
      adds  04882f7   Sort list of contributors
      adds  3bb36dc   Bump versions for release
      adds  960e29e   Add tests which should fail, but don't.
      adds  4b8f5b8   Add HTTP method DELETE
      adds  92d78e8   Docs and fix test
      adds  8ff2428   Changelog
      adds  a042dad   Bump versions
      adds  bdff70a   Commit patch from Fabien Wernli
      adds  a60f84b   Additional test to ensure the response body actually really works
      adds  96a61a6   Bump versions, changelog
      adds  f560e0a   Revert "When inserting Cat::Req::REST, always add trait, rather than sometimes using the Cat::Req::REST class directly."
      adds  9c3940c   Merge commit 'origin/master'
      adds  373ad79   Merge remote branch 'origin/master'
      adds  5578f73   Changelog
      adds  547df8d   Move changes
      adds  3accd91   Doc fix
      adds  96eccfe   Back compat fix for Gitalist
      adds  ab8ab47   Bump versions
      adds  2c34d7c   Clean up the version number test
      adds  5213846   Write more tests.
      adds  a34f230   Add comments to clarify
      adds  0fd45d2   Security patch for the Data::Dumper serializer
      adds  838f49d   Add a json_options key to the REST controller
      adds  ad46030   Version 0.86
      adds  be35ac1   Fix warning
      adds  d54b646   Fix for Moose changes
      adds  e527bba   Version 0.87
      adds  46ca391   Note this is deprecated
      adds  355d438   Fix docs
      adds  dc74ddb   Fix spelling test.
      adds  786c212   Fix warning and test blank body behavior
      adds  508659c   Update README
      adds  a9e5f3d   Version 0.88
      adds  467b1ad   fix for undef bodies
      adds  ad995b4   Merge arcanez stuff and mine
      adds  5f48cbe   Fix a typoe comment
      adds  10018fb   use done_testing in all .t files
      adds  d2c41c1   Add explicit 1;
      adds  8d30469   Add explicit 1;
      adds  1212cee   Add explicit 1;
      adds  2474828   Make all classes immutable
      adds  84b1ebe   Doc immutabilization changes
      adds  82b48c6   Fix some weirdo indentation
      adds  65987ff   Small refactoring of case where there is no code for a given rest metohd
      adds  295fe4d   Move dispatching logic to its own method so it's easier to reuse
      adds  83273f9   Action::REST::ForBrowsers works, with tests
      adds  2a1aa89   Add POD for Action::ForBrowsers
      adds  6586d72   Just check that request does the expected role
      adds  bc06b9a   Changes to accommodate Action::REST::ForBrowsers
      adds  d5acc73   Changes for next release
      adds  78d6640   Clarify final Accept rule for browser-ness
      adds  5ec67ed   Add x_authority metadata for BOBTFISH
      adds  f13bca6   Release date for 0.89
      adds  437557a   bump version to 0.89
      adds  e7d5f10   Fix test
      adds  48ff1e9   Version 0.90
      adds  a6b4e49   Add dates to copyright for debian
      adds  042656b   Fix typo. RT#66501
      adds  ace0499   Doc fix. thanks bfwg
      adds  fcf45ed   Doc fix (moar). thanks bfwg
      adds  588cbec   Add deserialize_http_methods attribute to Catalyst::Action::Deserialize.
      adds  599755b   Stop looping over requests methods on every request
      adds  217f433   Ignore MYMETA files
      adds  df937e4   Ignore META files, no matter what their format is
      adds  305b889   Re-generate README
      adds  04eaf27   Version 0.91
      adds  5bf53db   don't deserialize more than once
      adds  1bb5ad3   allow $c->req->body to be a simple filehandle or a string
      adds  8bf1f20   new action class to handle deserializing multi-part HTTP request data
      adds  0143ed4   Add a suitable warning as loading this has global effects
      adds  16b5133   Fix Pod, update README
      adds  8894935   Version 0.92
      adds  178f847   allow request/response deserialization/serialization by callback
      adds  14fa118   fix spelling errors
      adds  1c4b501   Version 0.93
      adds  866dfdf   removed extraneous "use"
      adds  550807b   add 403 Forbidden
      adds  e52456a   create status 302 "found"
      adds  0a47384   trim changelog
      adds  f51d80c   add change log message for added statuses
      adds  29f9721   Version 0.94
      adds  c288a30   Spelling test
      adds  259c53c   Add optional location parameter to status_acceped handler. RT#7369
      adds  f2d3433   Fix periods in jsonp param name. RT#73741
      adds  0f656d0   Version 0.95
      adds  3b7e114   Fix typo, thanks bricas
      adds  8aa1a2e   Added fix for RT 63537 (from Gerv) and tests to check it.
      adds  0e1381b   Version 0.96
      adds  89bf55a   Fix a typo in Changes
      adds  2814d7c   Merge remote branch 'shadowcat/master'
      adds  ae0db5d   Test fix
      adds  1f22d6b   Version 0.97
      adds  e984d14   More spelling skips
      adds  351f252   Version 0.98
      adds  3ed677b   Version 0.99
      adds  df5f9ff   Shoot auto_include. RT#76524
      adds  8004a60   Version 1.00
      adds  a52aaa8   Enable UTF-8 for JSON::XS serializer
      adds  8d507a2   Rework ::XS serializer and deserializer classes
      adds  6c56f81   Oops. ENV setting should be in ::XS classes
      adds  fcc4f3f   Changelog
      adds  40de934   Version 1.01
      adds  3c4306f   Fix display of foo_GET mehods in non-root controllers
      adds  b3996af   Make public response building methods for errors
      adds  d1158d5   Changelog
      adds  e4da8ad   Spelling
      adds  d082246   Version 1.02
      adds  d5252c2   Bit of rework for _dispatch_rest_method
      adds  637afb3   Add HEAD requests support to T::Rest
      adds  ecb598e   Add failing tests for default HEAD dispatch
      adds  e566b7c   Add default HEAD handler
      adds  8020421   Add failing tests for OPTIONS
      adds  ffcae14   Fix default OPTIONS handler
      adds  b0c2ebd   Expose _get_allowed_methods to the API
      adds  80c886b   Document default HEAD handler
      adds  239c8ee   Add me to the CONTRIB list
      adds  ac51ccd   Update README
      adds  c8ca5f5   Update changelog
      adds  be099c6   Version 1.03
      adds  d9991a0   Update changelog
      adds  671b3a1   Merge
      adds  9e4398c   Bugfix _dispatch_rest_method
      adds  e07538c   Fix spelling
      adds  6da8e44   Update changes
      adds  44fa7f9   Version 1.04
      adds  a08d447   Extend get_allowed_methods to include HEAD
      adds  258f6e7   Remove not_implemented from the list of allowed methods
      adds  91bb522   Update changelog
      adds  0a6732c   Version 1.05
      adds  04f96b7   Sort list of allowed methods. RT#81825
      adds  05b98ff   Version 1.06
      adds  02f66fc   Don't serialize if a view is explicitly set.
      adds  fb9d509   Test-case: When view is set, don't serialize
      adds  7b46eb0   Security fix
      adds  6e7da25   Changelog
      adds  f10c7e1   Version 1.07
      adds  1bb213f   Factor Data::Serialization into a sep dist
      adds  cf712a3   Version 1.08
      adds  45d02f4   Don't load Data::Serializer unnecessarily in tests
      adds  b0e9e16   Version 1.09
      adds  81b9fff   Use YAML rather than JSON in basic tests
      adds  3d1e10e   Version 1.10
      adds  9cc6c0c   Actually test both the request trait and class
      adds  c77f0ac   Ignore Emacs droppings
      adds  e0323f6   Fix infinite recursion in tests under Catalyst 5.90040
      adds  5cb0b36   Release 1.11
      adds  47c3e6b   make more de/serializers optional for security reasons
      adds  7cc6122   oh my god, its full of tiny version numbers
      adds  801ec37   Fix tests to skip if YAML::Syck is not installed
      adds  7566d72   why oh why does every class have VERSION???
      adds  9419195   remove generated or otherwise unneeded files
      adds  acd8913   convert to dzil
      adds  cc18806   remove hardcoded version strings
      adds  3ba4e17   normalize Changes
      adds  c5af27c   test on travis
      adds  da6b5a4   update changes
      adds  9b5736d   v1.14
      adds  0aceaa9   fix missing v1.15
      adds  aadb0c7   Switch from JSON to JSON::MaybeXS to get a better choice of JSON parsers.
      adds  c3d115c   v1.16
      adds  21a3a9d   Imported Upstream version 1.16
       new  b06055a   Merge tag 'upstream/1.16'
       new  5540c3b   Update debian/changelog
       new  94b9fbd   Update Build-Depends-Indep and Suggests.
       new  a4c6300   releasing package libcatalyst-action-rest-perl version 1.16-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                           |  3 +++
 MANIFEST                                          |  2 +-
 META.json                                         |  8 ++++----
 META.yml                                          |  4 ++--
 Makefile.PL                                       |  5 ++---
 cpanfile                                          |  4 ++--
 debian/changelog                                  | 10 ++++++++--
 debian/control                                    |  6 +++---
 debian/upstream/metadata                          |  7 +++++++
 dist.ini                                          |  2 +-
 lib/Catalyst/Action/Deserialize.pm                |  2 +-
 lib/Catalyst/Action/Deserialize/Callback.pm       |  2 +-
 lib/Catalyst/Action/Deserialize/JSON.pm           |  4 ++--
 lib/Catalyst/Action/Deserialize/JSON/XS.pm        |  2 +-
 lib/Catalyst/Action/Deserialize/View.pm           |  2 +-
 lib/Catalyst/Action/Deserialize/XML/Simple.pm     |  2 +-
 lib/Catalyst/Action/Deserialize/YAML.pm           |  2 +-
 lib/Catalyst/Action/DeserializeMultiPart.pm       |  2 +-
 lib/Catalyst/Action/REST.pm                       |  2 +-
 lib/Catalyst/Action/REST/ForBrowsers.pm           |  2 +-
 lib/Catalyst/Action/Serialize.pm                  |  2 +-
 lib/Catalyst/Action/Serialize/Callback.pm         |  2 +-
 lib/Catalyst/Action/Serialize/JSON.pm             |  4 ++--
 lib/Catalyst/Action/Serialize/JSON/XS.pm          |  2 +-
 lib/Catalyst/Action/Serialize/JSONP.pm            |  2 +-
 lib/Catalyst/Action/Serialize/View.pm             |  2 +-
 lib/Catalyst/Action/Serialize/XML/Simple.pm       |  2 +-
 lib/Catalyst/Action/Serialize/YAML.pm             |  2 +-
 lib/Catalyst/Action/Serialize/YAML/HTML.pm        |  2 +-
 lib/Catalyst/Action/SerializeBase.pm              |  2 +-
 lib/Catalyst/Controller/REST.pm                   |  2 +-
 lib/Catalyst/Request/REST.pm                      |  2 +-
 lib/Catalyst/Request/REST/ForBrowsers.pm          |  2 +-
 lib/Catalyst/TraitFor/Request/REST.pm             |  2 +-
 lib/Catalyst/TraitFor/Request/REST/ForBrowsers.pm |  2 +-
 t/json.t                                          |  5 +----
 t/jsonp.t                                         |  5 +----
 37 files changed, 62 insertions(+), 53 deletions(-)
 create mode 100644 debian/upstream/metadata

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



More information about the Pkg-perl-cvs-commits mailing list