8
0
forked from pool/perl-GraphViz

Accepting request 92441 from devel:languages:perl

- update to 2.08
    - Wind back pre-reqs for various modules to match what was shipped with Perl V 5.8.1.
      Many thanx to Brian Cassidy for the error report: https://rt.cpan.org/Ticket/Display.html?id=72068.
    - Rewrite Build.PL and Makefile.PL to try loading File::Which rather than assuming it is installed.
      This avoids the chicken-and-egg problem whereby these 2 programs need File::Which::which to find 'dot'.
      Many thanx to Richard Clamp for the error report: https://rt.cpan.org/Public/Bug/Display.html?id=71971.
    - Add File::Which to the pre-reqs in Build.PL and Makefile.PL.
    - Add 'Deprecated. See GraphViz2' to the docs.
    - Add Build.PL.
    - Add ability to set ORIENTATION. Thanx to Christian Lackas for the patch. See RT#71787.
    - Add Changelog.ini.
    - Add META.json, MYMETA.json and MYMETA.yml.
    - Add MANIFEST.SKIP.
    - Ensure all modules contain a version number.
    - Update the docs regarding the list of modules shipped in this distro.
    - Remove examples/remote.pl because GraphViz::Remote is no longer shipped.
    - Clean up examples/clusters2.pl.
    - Clean up Makefile.PL.

OBS-URL: https://build.opensuse.org/request/show/92441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GraphViz?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2011-11-21 11:40:44 +00:00
committed by Git OBS Bridge
parent b7254dd737
commit db71da404d
4 changed files with 57 additions and 30 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Nov 18 11:28:01 UTC 2011 - coolo@suse.com
- update to 2.08
- Wind back pre-reqs for various modules to match what was shipped with Perl V 5.8.1.
Many thanx to Brian Cassidy for the error report: https://rt.cpan.org/Ticket/Display.html?id=72068.
- Rewrite Build.PL and Makefile.PL to try loading File::Which rather than assuming it is installed.
This avoids the chicken-and-egg problem whereby these 2 programs need File::Which::which to find 'dot'.
Many thanx to Richard Clamp for the error report: https://rt.cpan.org/Public/Bug/Display.html?id=71971.
- Add File::Which to the pre-reqs in Build.PL and Makefile.PL.
- Add 'Deprecated. See GraphViz2' to the docs.
- Add Build.PL.
- Add ability to set ORIENTATION. Thanx to Christian Lackas for the patch. See RT#71787.
- Add Changelog.ini.
- Add META.json, MYMETA.json and MYMETA.yml.
- Add MANIFEST.SKIP.
- Ensure all modules contain a version number.
- Update the docs regarding the list of modules shipped in this distro.
- Remove examples/remote.pl because GraphViz::Remote is no longer shipped.
- Clean up examples/clusters2.pl.
- Clean up Makefile.PL.
-------------------------------------------------------------------
Wed Dec 1 13:32:41 UTC 2010 - coolo@novell.com