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

js pushed a change to branch master
in repository libspreadsheet-wright-perl.

      from  805fadd   Initial packaging.
       new  7ef7c80   Add alternate git source.
      adds  d3e8e82   rename Spreadsheet-Write to Spreadsheet-Wright; release 
as stable.
      adds  f001a36   MANIFEST.SKIP fix in my module template
      adds  d29909d   Bring Spreadsheet-Wright distribution into line with new 
packaging policies. [massage.pl]
      adds  d3cd1de   bunch of TODO files
      adds  d64a6b5   use metacpan.org links in lots of places
      adds  bf38b82   Bring Spreadsheet-Wright distribution into line with new 
packaging policies. [massage.pl]
      adds  c31b47a   remove tarballs from repo; misc other stuff
      adds  6f6493a   minor cleanups, etc
      adds  6c09f90   use parent instead of use base
      adds  550a04f   big bunch of previously uncommitted changes
      adds  8ac165c   s/common::sense/strictures 1/
      adds  3437d80   remove use of given/when
      adds  2b91f4d   s/strictures/strict+warnings/
      adds  f2dbf8e   use Dist::Inkt
      adds  749f7a0   convert a couple of files to pretdsl
      adds  d0fbe8f   update repo link
      adds  cde823c   bump version; changelog
      adds  062d36b   run newer version of rt-grabbugs
      adds  cb20ea2   licence
      adds  8d1c4c7   oops
      adds  d0da065   Imported Upstream version 0.105
       new  54f25db   Merge tag 'upstream/0.105'
       new  a434763   Fix package dependencies and recommendation.
       new  e1b9564   Update copyright info: Stop track no longer shipped 
convenience code copies.
       new  ac90557   Update copyright info: Extend coveage for main upstream 
author.
       new  174f14a   Update copyright info: Cover CONTRIBUTING file.
       new  c861f6e   Stop (build-)depend on libcommon-sense-perl.
       new  4ddc15f   Prepare for release: Updat changelog, control file and 
copyright hints.

The 8 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                              |  83 +++
 COPYRIGHT                                 |  58 ++
 CREDITS                                   |   6 +
 Changes                                   |  45 +-
 INSTALL                                   |  38 ++
 LICENSE                                   |  28 +-
 MANIFEST                                  |  42 +-
 META.json                                 | 108 ++++
 META.yml                                  |  71 ++-
 Makefile.PL                               | 161 +++++-
 README                                    |  65 +--
 SIGNATURE                                 |  70 +--
 debian/changelog                          |  20 +
 debian/control                            |   2 +-
 debian/control.in                         |   1 +
 debian/copyright                          |  65 +--
 debian/copyright_hints                    |  59 +-
 debian/rules                              |   4 +-
 dist.ini                                  |   3 +
 doap.ttl                                  | 166 ++++++
 examples/example1.pl                      |   2 +-
 inc/Module/AutoInstall.pm                 | 915 ------------------------------
 inc/Module/Install.pm                     | 470 ---------------
 inc/Module/Install/AutoInstall.pm         |  93 ---
 inc/Module/Install/AutoManifest.pm        |  45 --
 inc/Module/Install/Base.pm                |  83 ---
 inc/Module/Install/Can.pm                 |  81 ---
 inc/Module/Install/Fetch.pm               |  93 ---
 inc/Module/Install/Include.pm             |  34 --
 inc/Module/Install/Makefile.pm            | 415 --------------
 inc/Module/Install/Metadata.pm            | 716 -----------------------
 inc/Module/Install/Package.pm             | 323 -----------
 inc/Module/Install/TrustMetaYml.pm        |  52 --
 inc/Module/Install/Win32.pm               |  64 ---
 inc/Module/Install/WriteAll.pm            |  63 --
 inc/Module/Package.pm                     |  71 ---
 inc/Module/Package/Dist/RDF.pm            |  27 -
 inc/Scalar/Util.pm                        |  71 ---
 inc/Scalar/Util/PP.pm                     | 110 ----
 inc/YAML/Tiny.pm                          | 622 --------------------
 lib/Spreadsheet/Wright.pm                 |   8 +-
 lib/Spreadsheet/Wright/CSV.pm             |   6 +-
 lib/Spreadsheet/Wright/Excel.pm           |  38 +-
 lib/Spreadsheet/Wright/HTML.pm            |   6 +-
 lib/Spreadsheet/Wright/JSON.pm            |   6 +-
 lib/Spreadsheet/Wright/OpenDocument.pm    |   6 +-
 lib/Spreadsheet/Wright/OpenDocumentXML.pm |   6 +-
 lib/Spreadsheet/Wright/XHTML.pm           |   6 +-
 meta/changes.ttl                          |  50 --
 meta/doap.ttl                             |  31 -
 meta/makefile.ttl                         |  25 -
 meta/rt-bugs.ttl                          |  37 --
 52 files changed, 901 insertions(+), 4769 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 COPYRIGHT
 create mode 100644 CREDITS
 create mode 100644 INSTALL
 create mode 100644 META.json
 create mode 100644 dist.ini
 create mode 100644 doap.ttl
 delete mode 100644 inc/Module/AutoInstall.pm
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/AutoManifest.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Package.pm
 delete mode 100644 inc/Module/Install/TrustMetaYml.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Module/Package.pm
 delete mode 100644 inc/Module/Package/Dist/RDF.pm
 delete mode 100644 inc/Scalar/Util.pm
 delete mode 100644 inc/Scalar/Util/PP.pm
 delete mode 100644 inc/YAML/Tiny.pm
 delete mode 100644 meta/changes.ttl
 delete mode 100644 meta/doap.ttl
 delete mode 100644 meta/makefile.ttl
 delete mode 100644 meta/rt-bugs.ttl

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