[libdata-objectdriver-perl] 03/13: Merge tag 'upstream/0.13'

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Aug 19 18:23:24 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libdata-objectdriver-perl.

commit 3d8857115ef383e2b223216c76754ac1f3da4445
Merge: 9807295 94173d2
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Aug 19 13:06:13 2015 -0300

    Merge tag 'upstream/0.13'
    
    Upstream version 0.13
    
    # gpg: Signature made Wed 19 Aug 2015 01:06:10 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"

 Build.PL                                        |   65 +
 Changes                                         |   22 +-
 LICENSE                                         |  207 +++
 MANIFEST                                        |   40 +-
 META.json                                       |  182 +++
 META.yml                                        |  123 +-
 Makefile.PL                                     |   32 -
 README                                          |   30 -
 README.md                                       |  599 +++++++++
 ToDo                                            |    2 +
 cpanfile                                        |   12 +
 inc/Module/Install.pm                           |  470 -------
 inc/Module/Install/AuthorTests.pm               |   59 -
 inc/Module/Install/Base.pm                      |   83 --
 inc/Module/Install/Can.pm                       |   81 --
 inc/Module/Install/Fetch.pm                     |   93 --
 inc/Module/Install/GithubMeta.pm                |   50 -
 inc/Module/Install/Include.pm                   |   34 -
 inc/Module/Install/Makefile.pm                  |  415 ------
 inc/Module/Install/Metadata.pm                  |  715 ----------
 inc/Module/Install/Win32.pm                     |   64 -
 inc/Module/Install/WriteAll.pm                  |   63 -
 inc/PerlIO.pm                                   |   33 -
 inc/Sub/Uplevel.pm                              |  165 ---
 inc/Test/Builder.pm                             | 1589 -----------------------
 inc/Test/Builder/IO/Scalar.pm                   |  406 ------
 inc/Test/Exception.pm                           |  144 --
 inc/parent.pm                                   |   37 -
 lib/Data/ObjectDriver.pm                        |   22 +-
 lib/Data/ObjectDriver/BaseObject.pm             |    6 +-
 lib/Data/ObjectDriver/Driver/BaseCache.pm       |    2 +-
 lib/Data/ObjectDriver/Driver/DBD/SQLite.pm      |    5 +-
 lib/Data/ObjectDriver/Driver/DBI.pm             |    7 +-
 lib/Data/ObjectDriver/Driver/MultiPartition.pm  |    2 +-
 lib/Data/ObjectDriver/Driver/SimplePartition.pm |    2 +-
 lib/Data/ObjectDriver/ResultSet.pm              |   12 +-
 lib/Data/ObjectDriver/SQL.pm                    |    1 +
 minil.toml                                      |    4 +
 t/06-errors.t                                   |    4 +-
 t/11-sql.t                                      |    9 +-
 t/31-cached.t                                   |    9 +-
 41 files changed, 1253 insertions(+), 4647 deletions(-)

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



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