[libmojolicious-perl] branch master updated (27f15c3 -> 829f9cd)
Nuno Carvalho
smash at cpan.org
Thu Sep 26 13:45:38 UTC 2013
This is an automated email from the git hooks/post-receive script.
mestre-guest pushed a change to branch master
in repository libmojolicious-perl.
from 27f15c3 release to unstable now
adds 5f3a33b Imported Upstream version 4.41+dfsg
new 4b9d003 Merge tag 'upstream/4.41+dfsg'
new 829f9cd New upstream release, ready for review
The 2 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 | 33 +++++
MANIFEST | 7 +-
META.json | 4 +-
META.yml | 4 +-
debian/changelog | 7 ++
lib/Mojo.pm | 4 +-
lib/Mojo/Collection.pm | 35 +++---
lib/Mojo/Content/Single.pm | 2 +-
lib/Mojo/DOM.pm | 129 ++++++++++++--------
lib/Mojo/DOM/CSS.pm | 59 +++++----
lib/Mojo/DOM/HTML.pm | 93 ++++++--------
lib/Mojo/IOLoop.pm | 5 +
lib/Mojo/Loader.pm | 36 +++---
lib/Mojo/Message.pm | 24 ++--
lib/Mojo/Path.pm | 3 +
lib/Mojolicious.pm | 2 +-
lib/Mojolicious/Command/inflate.pm | 16 ++-
lib/Mojolicious/Controller.pm | 6 +-
lib/Mojolicious/Guides/Cookbook.pod | 7 +-
lib/Mojolicious/Guides/Rendering.pod | 28 ++++-
lib/Mojolicious/Guides/Routing.pod | 12 +-
lib/Mojolicious/Lite.pm | 13 +-
lib/Mojolicious/Plugin/PODRenderer.pm | 106 ++++++++--------
lib/Mojolicious/Plugin/TagHelpers.pm | 4 +-
lib/Mojolicious/Renderer.pm | 4 +-
lib/Mojolicious/Routes.pm | 2 +-
lib/Mojolicious/Static.pm | 14 ++-
lib/Mojolicious/Types.pm | 4 +-
lib/Mojolicious/public/mojo/pinstripe-dark.png | Bin 0 -> 1237 bytes
lib/Mojolicious/public/mojo/pinstripe-light.png | Bin 0 -> 1235 bytes
lib/Mojolicious/public/mojo/pinstripe.gif | Bin 82 -> 0 bytes
.../public/mojo/prettify/prettify-mojo-dark.css | 1 +
.../public/mojo/prettify/prettify-mojo-light.css | 1 +
.../public/mojo/prettify/prettify-mojo.css | 1 -
lib/Mojolicious/public/mojo/stripes.png | Bin 0 -> 1184 bytes
.../templates/exception.development.html.ep | 16 +--
lib/Mojolicious/templates/mojobar.html.ep | 19 +--
.../templates/not_found.development.html.ep | 15 +--
lib/Mojolicious/templates/perldoc.html.ep | 37 +++---
lib/Test/Mojo.pm | 21 ++--
t/mojo/collection.t | 6 +
t/mojo/dom.t | 45 +++++--
t/mojo/loader.t | 93 ++++++++------
t/mojo/response.t | 5 +
t/mojo/url.t | 12 +-
t/mojolicious/app.t | 4 +-
t/mojolicious/charset_lite_app.t | 4 +-
t/mojolicious/exception_lite_app.t | 11 +-
t/mojolicious/group_lite_app.t | 3 +-
t/mojolicious/layouted_lite_app.t | 3 +-
t/mojolicious/longpolling_lite_app.t | 2 +-
t/mojolicious/pod_renderer_lite_app.t | 23 +++-
t/mojolicious/rebased_lite_app.t | 4 +-
t/mojolicious/tag_helper_lite_app.t | 2 +-
54 files changed, 596 insertions(+), 395 deletions(-)
create mode 100644 lib/Mojolicious/public/mojo/pinstripe-dark.png
create mode 100644 lib/Mojolicious/public/mojo/pinstripe-light.png
delete mode 100644 lib/Mojolicious/public/mojo/pinstripe.gif
create mode 100644 lib/Mojolicious/public/mojo/prettify/prettify-mojo-dark.css
create mode 100644 lib/Mojolicious/public/mojo/prettify/prettify-mojo-light.css
delete mode 100644 lib/Mojolicious/public/mojo/prettify/prettify-mojo.css
create mode 100644 lib/Mojolicious/public/mojo/stripes.png
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmojolicious-perl.git
More information about the Pkg-perl-cvs-commits
mailing list