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

carnil pushed a change to branch master
in repository libgraph-easy-perl.

      from  e615d44   update changelog
      adds  dcfd93a   Imported Upstream version 0.75
       new  37cfc0a   Merge tag 'upstream/0.75'
       new  dd0869c   Drop copyright stanza for in/Module/*
       new  ca7dce3   Move perl from Build-Depends-Indep to Build-Depends
       new  8d02cdf   Declare compliance with Debian Policy 3.9.5
       new  84bf8a9   Update copyright years for debian/* packaging files
       new  d8b4644   Put work under debian/* under same license as Perl
       new  ca2c646   Prepare changelog for release

The 7 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                          |  58 +++
 CHANGES                           |  15 +
 MANIFEST                          |  17 +-
 MANIFEST.SKIP                     |   2 +
 META.json                         | 175 +++++++++
 META.yml                          | 129 +++++--
 Makefile.PL                       |  50 ++-
 debian/changelog                  |  18 +-
 debian/control                    |   7 +-
 debian/copyright                  |  10 +-
 inc/Module/Install.pm             | 470 -------------------------
 inc/Module/Install/Base.pm        |  83 -----
 inc/Module/Install/Can.pm         | 154 --------
 inc/Module/Install/Fetch.pm       |  93 -----
 inc/Module/Install/Makefile.pm    | 418 ----------------------
 inc/Module/Install/Metadata.pm    | 722 --------------------------------------
 inc/Module/Install/Scripts.pm     |  29 --
 inc/Module/Install/Win32.pm       |  64 ----
 inc/Module/Install/WriteAll.pm    |  63 ----
 inc/Test/Run/Builder.pm           |  79 +++++
 lib/Graph/Easy.pm                 |   3 +-
 lib/Graph/Easy/As_ascii.pm        |   3 +-
 lib/Graph/Easy/As_graphml.pm      |   3 +-
 lib/Graph/Easy/As_graphviz.pm     |   3 +-
 lib/Graph/Easy/As_txt.pm          |   3 +-
 lib/Graph/Easy/As_vcg.pm          |   3 +-
 lib/Graph/Easy/Attributes.pm      |   3 +-
 lib/Graph/Easy/Base.pm            |   3 +-
 lib/Graph/Easy/Edge.pm            |   3 +-
 lib/Graph/Easy/Edge/Cell.pm       |   5 +-
 lib/Graph/Easy/Group.pm           |   3 +-
 lib/Graph/Easy/Group/Anon.pm      |   3 +-
 lib/Graph/Easy/Group/Cell.pm      |   3 +-
 lib/Graph/Easy/Layout.pm          |   3 +-
 lib/Graph/Easy/Layout/Chain.pm    |   3 +-
 lib/Graph/Easy/Layout/Force.pm    |   3 +-
 lib/Graph/Easy/Layout/Grid.pm     |   3 +-
 lib/Graph/Easy/Layout/Path.pm     |   3 +-
 lib/Graph/Easy/Layout/Repair.pm   |   3 +-
 lib/Graph/Easy/Layout/Scout.pm    |   3 +-
 lib/Graph/Easy/Node.pm            |   3 +-
 lib/Graph/Easy/Node/Anon.pm       |   3 +-
 lib/Graph/Easy/Node/Cell.pm       |   9 +-
 lib/Graph/Easy/Node/Empty.pm      |   3 +-
 lib/Graph/Easy/Parser.pm          |   3 +-
 lib/Graph/Easy/Parser/Graphviz.pm |   4 +-
 lib/Graph/Easy/Parser/VCG.pm      |   3 +-
 scripts/bump-version-number.pl    |  35 ++
 t/ascii.t                         |  20 +-
 t/gv.t                            |  20 +-
 50 files changed, 611 insertions(+), 2210 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 META.json
 delete mode 100644 inc/Module/Install.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/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Scripts.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 inc/Test/Run/Builder.pm
 create mode 100644 scripts/bump-version-number.pl

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