[libtenjin-perl] branch master updated (5a9ad76 -> e139566)

gregor herrmann gregoa at debian.org
Sun May 15 15:26:43 UTC 2016


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

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

      from  5a9ad76   update changelog
       new  1fa575c   Add debian/upstream/metadata
       new  2c1ece9   Update debian/changelog
      adds  c1f10a7   first commit
      adds  bfe4058   some pod fixes, addition of the pltenjin binary
      adds  cf382ea   documentation fixes, addition of encoding, config fixes
      adds  6e10505   syncing with Makoto's latest changes
      adds  8ed8f31   bugfix
      adds  42dc5cf   trying to fix this shit
      adds  b71b371   trying to fix expression escaping
      adds  ec3b723   bla bla bla
      adds  1060f4a   is context not passed?
      adds  eeb198b   trying to figure out what the hell's going on
      adds  c6502e5   wrong variable bugfix
      adds  c9b61c4   shooby doowah
      adds  d231823   some debug statements
      adds  8555f51   a different debug statement
      adds  dfb1638   a working debug statement
      adds  ece7836   okay, i've found the problem
      adds  275b8ef   trying to make it esacpe as it should
      adds  36eabc7   rawclass
      adds  878659e   returning a debug statement
      adds  ef51ce8   hopefully fixes problem with in-memory templates not being updated
      adds  cf6f4ec   this didn't do nothing
      adds  098e797   remove debug statement
      adds  536fe9a   only encode unsafe characters
      adds  cd06eed   lube? you brought lube?
      adds  6e7dd43   file templates are only cached for 10 seconds
      adds  2777e75   updating documentation, setting up for release
      adds  d59f003   doc changes
      adds  cc49bd8   removed the pltenjin script
      adds  8a6e5cb   fixed use of uninitialised value bug and missing pltenjin bug
      adds  d327009   nothing
      adds  359aa43   restoring the layout template feature and the utility methods are again available for templates. also in the process of completely documenting the code
      adds  d08fabc   fixing two typos
      adds  660d737   Merge branch 'master' of github.com:ido50/Tenjin
      adds  6e8f9dc   fixing two typos
      adds  dbbe0c8   Merge branch 'master' of github.com:ido50/Tenjin
      adds  d2417dc   version 0.6
      adds  290a0f1   version 0.6
      adds  56eeca4   just updating the release date
      adds  b219c1b   fixed some typos and added some doc to the register_template method, this will go to the next version
      adds  06bdc4e   version 0.061 restores nestable layout templates, layout template precedence and _context instead of context
      adds  dcbed8d   Moving to MakeMaker, updating the docs, this is 0.061
      adds  dab669e   updated for version 0.061
      adds  113fd96   adding a link to the github project
      adds  3a591bf   umm, github
      adds  59d341e   the mit license was not in the manifest
      adds  9d9be91   boldly going where everyone has gone before
      adds  9ffdbc7   added the option to make Tenjin not die when encountering rendering errors
      adds  95d3cfa   croak instead of die, remove _render method, add template name to template object, move to Dist::Zilla
      adds  7cb5895   preparing for next version
      adds  0f4b3a4   moving to my own bundle
      adds  6e0e39c   preparing dist for alpha development
      adds  3f9dad8   Tenjin now properly decodes template input and encodes template output according to the user's selected encoding; Default encoding now spelled UTF-8 instead of utf8; Added t/encoding.t to test template encoding
      adds  4d5ee2e   wrong dist name in gitignore
      adds  c1c4c24   Added version numbers to all modules (not just Tenjin.pm) as the CPAN indexer failed.
      adds  c9c9ea0   Avoid using $& since it leads to performance penalty for all regexp matches in code using this library.
      adds  7ba3ef9   Fix off-by-one error in the delete newline '==]' syntax implementation.
      adds  874957f   documentation updates; move bug tracker to GitHub
      adds  40fd0a0   update changes
      adds  e77d31a   Imported Upstream version 1.000000
       new  bf21d6c   Merge tag 'upstream/1.000000'
       new  c569335   Update debian/changelog
       new  6aae1b6   debian/copyright: switch formatting to Copyright-Format 1.0.
       new  66fdef7   Update years of upstream copyright.
       new  a370888   Drop fix-readme-spelling.patch, applied upstream.
       new  d5c3912   fix URL in d/u/metadata
       new  4bb194f   Reformat debian/control with cme
       new  e9bdd7c   Mark package as autopkgtest-able.
       new  9d53459   Declare compliance with Debian Policy 3.9.8.
       new  259405c   Bump debhelper compatibility level to 9.
       new  0050a50   Add a patch to fix a spelling mistake in the POD.
       new  dfd45e5   Add Bug-Database to debian/upstream/metadata.
       new  e139566   releasing package libtenjin-perl version 1.000000-1

The 15 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                                     | 11 +++-
 LICENSE                                     |  2 +-
 MANIFEST                                    |  7 ++-
 MANIFEST.SKIP                               |  1 +
 META.json                                   | 29 +++++-----
 META.yml                                    | 26 ---------
 Makefile.PL                                 | 74 +++++++++++++-----------
 README                                      | 50 +++++------------
 SIGNATURE                                   | 40 ++++++-------
 debian/changelog                            | 17 +++++-
 debian/compat                               |  2 +-
 debian/control                              | 21 ++++---
 debian/copyright                            | 12 ++--
 debian/patches/fix-readme-spelling.patch    | 87 -----------------------------
 debian/patches/series                       |  2 +-
 debian/patches/spelling.patch               | 18 ++++++
 debian/upstream/metadata                    |  7 +++
 lib/Tenjin.pm                               | 58 +++++--------------
 lib/Tenjin/Context.pm                       | 45 ++-------------
 lib/Tenjin/Preprocessor.pm                  | 41 ++------------
 lib/Tenjin/Template.pm                      | 47 +++-------------
 lib/Tenjin/Util.pm                          | 43 ++------------
 t/07-delete-newline.t                       | 32 +++++++++++
 t/data/delete-newline/delete-newline.txt    |  3 +
 t/data/delete-newline/delete-no-newline.txt |  3 +
 t/release-pod-coverage.t                    | 21 -------
 t/release-pod-syntax.t                      | 15 -----
 27 files changed, 242 insertions(+), 472 deletions(-)
 delete mode 100644 META.yml
 delete mode 100644 debian/patches/fix-readme-spelling.patch
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/07-delete-newline.t
 create mode 100644 t/data/delete-newline/delete-newline.txt
 create mode 100644 t/data/delete-newline/delete-no-newline.txt
 delete mode 100644 t/release-pod-coverage.t
 delete mode 100644 t/release-pod-syntax.t

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



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