[libmason-perl] branch master updated (8a8883e -> 4e2ba34)

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sun Feb 16 18:01:18 UTC 2014


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

dlintott-guest pushed a change to branch master
in repository libmason-perl.

      from  8a8883e   prepare changelog for release
      adds  d6401c7   Imported Upstream version 2.22
       new  04f1a3a   Merge tag 'upstream/2.22'
       new  34214a0   Remove fix-pod2man-errors.patch applied upstream
       new  6ac665a   Update changelog
       new  7bb87be   debian/control - Add name to Uploaders
       new  0461fca   Revert "Remove fix-pod2man-errors.patch applied upstream"
       new  a2cdfa0   Ignore quilt directory
       new  024d2bf   Update fix-pod2man-errors.patch
       new  47f460a   Update changelog
       new  4e2ba34   Update debian/copyright

The 9 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:
 .gitignore                                        |  1 +
 Changes                                           |  5 ++
 MANIFEST                                          |  2 +
 META.json                                         |  4 +-
 META.yml                                          |  4 +-
 Makefile.PL                                       | 53 +++++++-------
 debian/changelog                                  |  8 +++
 debian/control                                    |  3 +-
 debian/copyright                                  |  1 +
 debian/patches/fix-pod2man-errors.patch           | 19 ++---
 lib/Mason.pm                                      |  4 +-
 lib/Mason/App.pm                                  |  4 +-
 lib/Mason/CodeCache.pm                            |  4 +-
 lib/Mason/Compilation.pm                          |  4 +-
 lib/Mason/Component.pm                            |  6 +-
 lib/Mason/Component/ClassMeta.pm                  |  4 +-
 lib/Mason/Component/Import.pm                     |  4 +-
 lib/Mason/Component/Moose.pm                      |  6 +-
 lib/Mason/DynamicFilter.pm                        |  4 +-
 lib/Mason/Exceptions.pm                           |  4 +-
 lib/Mason/Filters/Standard.pm                     |  4 +-
 lib/Mason/Interp.pm                               |  4 +-
 lib/Mason/Moose.pm                                |  6 +-
 lib/Mason/Moose/Role.pm                           |  4 +-
 lib/Mason/Plugin.pm                               |  4 +-
 lib/Mason/Plugin/Defer.pm                         |  4 +-
 lib/Mason/Plugin/Defer/Filters.pm                 |  4 +-
 lib/Mason/Plugin/Defer/Request.pm                 |  4 +-
 lib/Mason/Plugin/DollarDot.pm                     |  4 +-
 lib/Mason/Plugin/DollarDot/Compilation.pm         |  4 +-
 lib/Mason/Plugin/LvalueAttributes.pm              |  4 +-
 lib/Mason/Plugin/LvalueAttributes/Interp.pm       |  4 +-
 lib/Mason/Plugin/TidyObjectFiles.pm               |  4 +-
 lib/Mason/Plugin/TidyObjectFiles/Interp.pm        |  4 +-
 lib/Mason/PluginBundle.pm                         |  4 +-
 lib/Mason/PluginBundle/Default.pm                 |  4 +-
 lib/Mason/PluginManager.pm                        |  4 +-
 lib/Mason/PluginRole.pm                           |  4 +-
 lib/Mason/Request.pm                              |  4 +-
 lib/Mason/Result.pm                               |  4 +-
 lib/Mason/Test/Class.pm                           |  4 +-
 lib/Mason/Test/Overrides/Component/StrictMoose.pm |  4 +-
 lib/Mason/Test/Plugins/Notify.pm                  |  4 +-
 lib/Mason/Test/Plugins/Notify/Compilation.pm      |  4 +-
 lib/Mason/Test/Plugins/Notify/Component.pm        |  4 +-
 lib/Mason/Test/Plugins/Notify/Interp.pm           |  4 +-
 lib/Mason/Test/Plugins/Notify/Request.pm          |  4 +-
 lib/Mason/Test/RootClass.pm                       |  4 +-
 lib/Mason/Test/RootClass/Compilation.pm           |  4 +-
 lib/Mason/Test/RootClass/Component.pm             |  4 +-
 lib/Mason/Test/RootClass/Interp.pm                |  4 +-
 lib/Mason/Test/RootClass/Request.pm               |  4 +-
 lib/Mason/TieHandle.pm                            |  4 +-
 lib/Mason/Types.pm                                |  4 +-
 lib/Mason/Util.pm                                 |  4 +-
 lib/Mason/t/Autobase.pm                           |  4 +-
 lib/Mason/t/Cache.pm                              |  4 +-
 lib/Mason/t/CompCalls.pm                          |  4 +-
 lib/Mason/t/Compilation.pm                        |  4 +-
 lib/Mason/t/ComponentMeta.pm                      |  4 +-
 lib/Mason/t/Defer.pm                              |  4 +-
 lib/Mason/t/DollarDot.pm                          |  4 +-
 lib/Mason/t/Errors.pm                             |  4 +-
 lib/Mason/t/Filters.pm                            |  4 +-
 lib/Mason/t/Globals.pm                            |  4 +-
 lib/Mason/t/HTMLFilters.pm                        |  4 +-
 lib/Mason/t/Interp.pm                             | 11 +--
 lib/Mason/t/LvalueAttributes.pm                   |  4 +-
 lib/Mason/t/Plugins.pm                            | 88 ++++++++++++-----------
 lib/Mason/t/Reload.pm                             |  4 +-
 lib/Mason/t/Request.pm                            |  4 +-
 lib/Mason/t/ResolveURI.pm                         |  4 +-
 lib/Mason/t/Sanity.pm                             |  4 +-
 lib/Mason/t/Sections.pm                           |  4 +-
 lib/Mason/t/Skel.pm                               |  4 +-
 lib/Mason/t/StaticSource.pm                       |  4 +-
 lib/Mason/t/Syntax.pm                             |  4 +-
 lib/Mason/t/Util.pm                               |  4 +-
 perltidy.LOG                                      | 23 ++++++
 79 files changed, 200 insertions(+), 292 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 perltidy.LOG

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



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