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

js pushed a change to branch master
in repository libtext-sass-perl.

      from  752ac03   Prepare for release: Update changelog and copyright hints.
      adds  d624993   packaging name fix
      adds  15b4cfc   data-dumper is core perl; version bump
      adds  d590e5c   better META.*
      adds  a4d8c6a   Merge pull request #1 from chorny/master
      adds  1669bfc   version bump
      adds  81ffbd3   Multiline declaration of SCSS variable was not parsed 
properly.
      adds  8244a66   SCSS: Strip whitespaces between variable value and 
semicolon.
      adds  650567c   Don't mistake keyword arguments for variable declarations.
      adds  1588e99   bumped version number; minor perlcritic adjustments
      adds  16c400e   Merge branch 'annulen-multiline_var'
      adds  e607c96   added Konstantin to README credits
      adds  3d81009   bumped changelog
      adds  6616167   allow custom extended functions - feature request from 
Konstantin Tokarev
      adds  92dea72   perlcritic fixes
      adds  cd88135   Merge branch 'dev'
      adds  474d2c7   updated changelog
      adds  d5f020e   Improved documentation.
      adds  efc556d   Merge branch 'doc_impr' of 
https://github.com/annulen/libtext-sass-perl into annulen-doc_impr
      adds  ec98ac7   pod/perlcritic fixes
      adds  ceeac9c   Merge branch 'annulen-doc_impr'
      adds  a98bfa0   version bump
      adds  e7bafa4   Added test cases for nested function calls.
      adds  3bb6dfc   Fixed variable expansion in function call with keyword 
argument.
      adds  fa5c401   imported patch; split TOKEN package
      adds  9a627fb   version bump;
      adds  7574650   Merge branch 'annulen-variable_subst_after_colon'
      adds  d3b1d6a   Imported Upstream version 1.0.3
       new  47aee99   Merge tag 'upstream/1.0.3'
       new  056740d   Prepare for release: Update changelog and copyright hints.

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:
 Build.PL                   |  10 ++
 Changes                    |   5 +
 LICENSE                    | 329 +++++++++++++++++----------------------------
 MANIFEST                   |   6 +
 META.json                  |  22 ++-
 META.yml                   |  16 ++-
 Makefile                   |   6 +-
 README                     |   2 +-
 deb-src/DEBIAN/control.tt2 |   4 +-
 debian/changelog           |   7 +
 debian/copyright_hints     |  12 +-
 lib/Text/Sass.pm           | 147 ++++++++++++++------
 lib/Text/Sass/Expr.pm      |   2 +-
 lib/Text/Sass/Functions.pm |  18 +--
 lib/Text/Sass/Token.pm     |  71 ++++++++++
 t/30-variables.t           |  23 +++-
 t/60-functions-extended.t  |  35 +++++
 t/60-functions.t           |   2 +-
 t/61-keyword-arguments.t   |  36 +++++
 t/62-nested-calls.t        |  38 ++++++
 t/94-scss-linebreaks.t     | 103 ++++++++++++++
 t/lib/special.pm           |   7 +
 22 files changed, 616 insertions(+), 285 deletions(-)
 create mode 100644 lib/Text/Sass/Token.pm
 create mode 100644 t/60-functions-extended.t
 create mode 100644 t/61-keyword-arguments.t
 create mode 100644 t/62-nested-calls.t
 create mode 100644 t/94-scss-linebreaks.t
 create mode 100644 t/lib/special.pm

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