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

gregoa pushed a change to branch master
in repository libpod-projectdocs-perl.

      from  8e5faba   releasing package libpod-projectdocs-perl version 0.48-1
      adds  39e2971   git initial commit
      adds  a16962f   started .gitignore
      adds  097c8ec   tests now clean up after themselves
      adds  22b5268   since the html files are written with the utf-8 meta tag, 
the files themselves should be written in UTF-8 as well
      adds  df03866   fix html paths on windows
      adds  7a66e27   updated version number ,Changes file, and MANIFEST.SKIP
      adds  0f836fc   updated shipit file
      adds  2dbf54a   auto_install sucks. it breaks CPAN installer.
      adds  2f9435f   Merge pull request #2 from tokuhirom/master
      adds  c1b2db0   Checking in changes prior to tagging of version 0.40.
      adds  4d6f053   Converted to Dist::Zilla.
      adds  27c638c   Fixed JSON output to generate stable structures that can 
be added to version control       systems without changing all the time.
      adds  40508f5   Generate Perl package documentation with proper :: 
separators in package name.
      adds  1f7693b   Ignore files which don't contain POD.
      adds  6a25f69   Correctly skip content in data sections (between =begin 
and =end).
      adds  51018ed   Small fixes.
      adds  4e2f01b   Added Git plugin.
      adds  1da9545   Switche to automatic version insertion by Dist::Zilla.
      adds  f98dcdf   Remove obsolete file.
      adds  7c134ed   Add release date.
      adds  8f13b35   Fixed race condition on parallel test execution 
(RT#105374).
      adds  1514841   Fixed method source code being shown in wrong modules 
(RT#69545).
      adds  5bfdbc4   Improved verbatim block output to not add tralining lines 
(RT#15052).
      adds  eb34d45   Fixed: don't use replace markers that might conflict with 
other software such as Perl::Critic (RT#35478).
      adds  d07431b   Prepare for release.
      adds  619c4ee   Properly handle UTF-8 input files by applying the 
-charset param also when parsing source files.
      adds  c8d3ec5   Follow-up for proper UTF-8 input handling (also for 
module source code).
      adds  9ce64a3   Small corrections and wording improvements.
      adds  971f2dd   Improved charset handling and wording.
      adds  b87f1b5   Fixed handling of character escape sequences (RT#25123).
      adds  e69c46f   Added tests for link parsing.
      adds  3604607   Removed support for broken distribution 
Syntax::Highlight::Universal.
      adds  dde4aa6   Prepare for release.
      adds  3856841   Removed support for JavaScript Pod.
      adds  c419f61   Use '::' as path separator for Perl Modules and '/' 
otherwise, instead of '-' (github issue#1).
      adds  956f715   Converted changelog to markdown.
      adds  a80c43d   Improved markdown.
      adds  47b42f3   Added automatically generated Readme.md.
      adds  8f0ad39   Prepare for release.
      adds  f87ee0d   Don't generate two readme files.
      adds  8093b98   Small fixes. Activated Perl::Critic tests.
      adds  6207876   Fixed: 0.44 removes empty lines in verbatim sections 
(closes #2).
      adds  34fde22   Switch to Pod::Simple::XHTML as internal parser engine.
      adds  3e91365   Prepare for release.
      adds  a10d65e   Improve package kwalitee.
      adds  99f4920   Prepare for test release.
      adds  513ce0d   Switch to metacpan for perldoc links.
      adds  2fedde2   Added missing build_requires.
      adds  0fcc2f3   Fixed POD link.
      adds  7d5599e   Bump version.
      adds  e9c616d   Improved main POD.
      adds  6aa0942   Improved main POD.
      adds  51789b0   Improved main POD.
      adds  5005582   Switch to real utf-8 pod.😀
      adds  353475f   Ported to Moose.
      adds  9dfa0ea   Improved Moose usage.
      adds  f893cce   Added PerlTidy to the toolchain.
      adds  14cee38   Improved handling of Carp.
      adds  e1fa1c0   Small improvements.
      adds  d83070a   Fix invocation without arguments.
      adds  e39f74c   Bump version.
      adds  a7f2b59   Implemented File and Template as roles.
      adds  78005da   Bump version.
      adds  9b34145   New upstream version 0.49
       new  6445912   Update upstream source from tag 'upstream/0.49'
       new  b393cab   Update debian/changelog
       new  32c4499   Update upstream copyright.
       new  93b44dd   Update (build) dependencies.
       new  662f6f1   Declare compliance with Debian Policy 4.1.1.
       new  a7f775e   releasing package libpod-projectdocs-perl version 0.49-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.md                          |   4 +
 MANIFEST                            |   1 +
 META.json                           | 115 ++++++++++++++++++++++++++++
 META.yml                            |  44 ++++++++++-
 Makefile.PL                         |  27 +++++--
 Readme.md                           |  29 ++++---
 bin/pod2projdocs                    |   4 +-
 cpanfile                            |  15 +++-
 debian/changelog                    |   9 +++
 debian/control                      |  10 +--
 debian/copyright                    |   3 +-
 dist.ini                            |  19 ++++-
 lib/Pod/ProjectDocs.pm              | 148 ++++++++++++++++++++----------------
 lib/Pod/ProjectDocs/CSS.pm          |  39 ++++++----
 lib/Pod/ProjectDocs/Config.pm       |  93 ++++++++++++----------
 lib/Pod/ProjectDocs/Doc.pm          | 116 +++++++++++++++++-----------
 lib/Pod/ProjectDocs/DocManager.pm   |  60 ++++++---------
 lib/Pod/ProjectDocs/File.pm         |  61 +++++++--------
 lib/Pod/ProjectDocs/IndexPage.pm    |  69 +++++++++--------
 lib/Pod/ProjectDocs/Parser.pm       |  68 ++++++++---------
 lib/Pod/ProjectDocs/Parser/XHTML.pm |  77 ++++++++++---------
 lib/Pod/ProjectDocs/Template.pm     |  81 ++++++++++----------
 t/01_project.t                      |  15 ++--
 t/02_module.t                       |   9 ++-
 t/author-critic.t                   |   9 +--
 t/author-pod-syntax.t               |  11 +--
 t/sample/lib2/Module.pm             |   6 +-
 27 files changed, 703 insertions(+), 439 deletions(-)
 create mode 100644 META.json

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-projectdocs-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