[libmetabase-fact-perl] branch master updated (942986c -> 16861fc)
    Marius Gavrilescu 
    marius-guest at alioth.debian.org
       
    Wed Oct  2 08:26:31 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
marius-guest pushed a change to branch master
in repository libmetabase-fact-perl.
      from  942986c   Prepare changelog for release
      adds  2dd2a75   Imported Upstream version 0.023
       new  9dac5d8   Merge tag 'upstream/0.023'
       new  16861fc   Prepare changelog for release
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:
 CONTRIBUTING                           |   10 +-
 Changes                                |   10 +
 MANIFEST                               |    2 +
 META.json                              |   38 +--
 META.yml                               |   38 +--
 Makefile.PL                            |    6 +-
 README                                 |    2 +-
 bin/metabase-profile                   |   59 ++---
 cpanfile                               |    2 +-
 debian/changelog                       |    8 +
 dist.ini                               |   12 -
 lib/Metabase/Fact.pm                   |  456 ++++++++++++++++----------------
 lib/Metabase/Fact/Hash.pm              |   43 +--
 lib/Metabase/Fact/String.pm            |   29 +-
 lib/Metabase/Report.pm                 |  245 ++++++++---------
 lib/Metabase/Resource.pm               |  135 +++++-----
 lib/Metabase/Resource/cpan.pm          |   15 +-
 lib/Metabase/Resource/cpan/distfile.pm |   89 ++++---
 lib/Metabase/Resource/metabase.pm      |   29 +-
 lib/Metabase/Resource/metabase/fact.pm |   27 +-
 lib/Metabase/Resource/metabase/user.pm |    6 +-
 lib/Metabase/Resource/perl.pm          |   27 +-
 lib/Metabase/Resource/perl/commit.pm   |   33 ++-
 lib/Metabase/User/EmailAddress.pm      |    7 +-
 lib/Metabase/User/FullName.pm          |    7 +-
 lib/Metabase/User/Profile.pm           |   75 +++---
 lib/Metabase/User/Secret.pm            |   13 +-
 perlcritic.rc                          |   23 ++
 t/00-compile.t                         |   26 +-
 t/base.t                               |   47 ++--
 t/fact/hash.t                          |   93 +++----
 t/fact/string.t                        |   52 ++--
 t/lib/FactSubclasses.pm                |   30 ++-
 t/lib/ReportSubclasses.pm              |   26 +-
 t/lib/Test/Metabase/StringFact.pm      |   14 +-
 t/report/report-as-string.t            |   50 ++--
 t/report/report-check-spec.t           |   77 +++---
 t/report/report-open-close.t           |   70 ++---
 t/resource/base.t                      |   38 +--
 t/resource/cpan.t                      |   38 +--
 t/resource/perl.t                      |   38 +--
 t/user/profile.t                       |   58 ++--
 tidyall.ini                            |    5 +
 xt/author/pod-spell.t                  |   28 +-
 44 files changed, 1094 insertions(+), 1042 deletions(-)
 create mode 100644 perlcritic.rc
 create mode 100644 tidyall.ini
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmetabase-fact-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list