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

gregoa pushed a change to branch master
in repository libgraph-readwrite-perl.

      from  d1e02c6   cosmetic improvements of DEP3 headers
      adds  4c7e0d8   initial import of Graph-ReadWrite 1.00 from CPAN
      adds  8f9c978   import Graph-ReadWrite 1.01 from CPAN
      adds  3b0bed6   import Graph-ReadWrite 1.02 from CPAN
      adds  5afc9ea   import Graph-ReadWrite 1.03 from CPAN
      adds  a5dcfde   import Graph-ReadWrite 1.04 from CPAN
      adds  1807bbd   import Graph-ReadWrite 1.05 from CPAN
      adds  a7f85cd   import Graph-ReadWrite 1.06 from CPAN
      adds  92990ef   import Graph-ReadWrite 1.07 from CPAN
      adds  9700f33   import Graph-ReadWrite 2.00 from CPAN
      adds  d26b4f5   renamed ChangeLog to Changes, which is the standard these 
days
      adds  19a434d   Reformatted as per CPAN::Changes::Spec
      adds  1caa82e   Updated version number and removed CVS Id tag
      adds  06aa40c   Deleted META.yml as it's auto generated by make dist
      adds  e6a005a   was renamed to Changes
      adds  84c6603   Changed calls to File::Compare::compare() to run in 'text 
mode' by adding a -1 argument. Suggested by Max, commenting on the bug in RT. 
bug #56642
      adds  368a39b   bugfix: was calling wrong method name on self, confused 
it with name of a method on Graph
      adds  9f676ca   Fixed bug where calling wrong method name on 
Graph::Reader::XML
      adds  ab701e9   Tidied up formatting, dropped CVS Id, bumped version 
ready for next release
      adds  08288ca   Changed ChangeLog to Changes and dropped META.yml
      adds  ac18538   tidied up formatting, made sure all modules use strict 
and warnings, and fixed the resulting warnings :-)
      adds  2bed02e   Split out the Parse::Yapp driver code, as PAUSE wouldn't 
let me upload code that switched into a package I don't have permission. Good 
PAUSE.
      adds  ad2afad   Added AUTHOR, ABSTRACT and resources entries, to provide 
betta meta
      adds  7efe2f4   Added parent, File::Compare and Carp as pre-reqs
      adds  dfe42a1   bumped version to 2.03 to match distribution
      adds  9d8c16c   bumped version of all modules to match dist
      adds  901ff5e   Added license type
      adds  cf9f037   Bumped version for release
      adds  bbb1298   Switched to meta spec v2
      adds  7db912b   specified min version of perl as 5.6.0
      adds  4842baf   Added ExtUtils::MakeMaker to CONFIGURE_REQUIRES
      adds  2de855d   Fixed random test fails due to hash randomisation
      adds  c8448a9   bumped version of all modules to 2.05
      adds  fcd56ab   Made all module version numbers the same
      adds  185d5ea   - Fixed the link for "Graph" in the "SEE ALSO" section of 
the pod document of the package Graph::Reader::HTK.
      adds  f82b814   Merge pull request #2 from 
Manwar/MANWAR-minor-pod-document-fix
      adds  97ce94b   Made entries in SEE ALSO be links
      adds  cce3451   Added a Graph::ReadWrite module to match the dist name
      adds  89f00de   Updated version in Makefile.PL and set it in 
Graph::ReadWrite
      adds  8e94d8e   Switched to Dist::Zilla
      adds  6406019   Removed a spurious =back from Graph::ReadWrite -- 
RT#106063
      adds  9422a76   Imported Upstream version 2.08
       new  72010df   Merge tag 'upstream/2.08'
       new  30def57   Update debian/changelog
       new  a6c4e47   Update debian/upstream/metadata.
       new  5b2c371   Drop fix-pod2man.patch, merged upstream.
       new  2f8b574   releasing package libgraph-readwrite-perl version 2.08-1

The 5 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:
 Changes                          |   6 +
 LICENSE                          | 379 +++++++++++++++++++++++++++++++++++++++
 MANIFEST                         |  29 +--
 META.json                        |  45 +++--
 META.yml                         |  28 +--
 Makefile.PL                      | 118 ++++++------
 debian/changelog                 |   9 +
 debian/patches/fix-pod2man.patch |  20 ---
 debian/patches/series            |   1 -
 debian/upstream/metadata         |   6 +-
 dist.ini                         |  20 +++
 lib/Graph/ReadWrite.pm           |   7 +-
 lib/Graph/Reader.pm              |  27 +--
 lib/Graph/Reader/Dot.pm          |   7 +-
 lib/Graph/Reader/HTK.pm          |  19 +-
 lib/Graph/Reader/XML.pm          |  10 +-
 lib/Graph/Writer.pm              |  27 +--
 lib/Graph/Writer/Dot.pm          |  12 +-
 lib/Graph/Writer/HTK.pm          |  14 +-
 lib/Graph/Writer/VCG.pm          |  12 +-
 lib/Graph/Writer/XML.pm          |  13 +-
 lib/Graph/Writer/daVinci.pm      |  12 +-
 22 files changed, 632 insertions(+), 189 deletions(-)
 create mode 100644 LICENSE
 delete mode 100644 debian/patches/fix-pod2man.patch
 delete mode 100644 debian/patches/series
 create mode 100644 dist.ini

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