r50886 - in /trunk/libforest-perl: ./ debian/ inc/Module/ inc/Module/Install/ lib/ lib/Forest/ lib/Forest/Tree/ lib/Forest/Tree/Builder/ lib/Forest/Tree/Indexer/ lib/Forest/Tree/Loader/ lib/Forest/Tree/Reader/ lib/Forest/Tree/Roles/ lib/Forest/Tree/Writer/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jan 13 19:49:40 UTC 2010


Author: jawnsy-guest
Date: Wed Jan 13 19:49:34 2010
New Revision: 50886

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50886
Log:
New upstream release

Added:
    trunk/libforest-perl/lib/Forest/Tree/Builder/
      - copied from r50884, branches/upstream/libforest-perl/current/lib/Forest/Tree/Builder/
    trunk/libforest-perl/lib/Forest/Tree/Builder.pm
      - copied unchanged from r50884, branches/upstream/libforest-perl/current/lib/Forest/Tree/Builder.pm
    trunk/libforest-perl/lib/Forest/Tree/Constructor.pm
      - copied unchanged from r50884, branches/upstream/libforest-perl/current/lib/Forest/Tree/Constructor.pm
    trunk/libforest-perl/lib/Forest/Tree/Pure.pm
      - copied unchanged from r50884, branches/upstream/libforest-perl/current/lib/Forest/Tree/Pure.pm
    trunk/libforest-perl/t/014_Pure.t
      - copied unchanged from r50884, branches/upstream/libforest-perl/current/t/014_Pure.t
Modified:
    trunk/libforest-perl/Changes
    trunk/libforest-perl/MANIFEST
    trunk/libforest-perl/META.yml
    trunk/libforest-perl/Makefile.PL
    trunk/libforest-perl/README
    trunk/libforest-perl/debian/changelog
    trunk/libforest-perl/inc/Module/Install.pm
    trunk/libforest-perl/inc/Module/Install/Base.pm
    trunk/libforest-perl/inc/Module/Install/Can.pm
    trunk/libforest-perl/inc/Module/Install/Fetch.pm
    trunk/libforest-perl/inc/Module/Install/Makefile.pm
    trunk/libforest-perl/inc/Module/Install/Metadata.pm
    trunk/libforest-perl/inc/Module/Install/Win32.pm
    trunk/libforest-perl/inc/Module/Install/WriteAll.pm
    trunk/libforest-perl/lib/Forest.pm
    trunk/libforest-perl/lib/Forest/Tree.pm
    trunk/libforest-perl/lib/Forest/Tree/Indexer.pm
    trunk/libforest-perl/lib/Forest/Tree/Indexer/SimpleUIDIndexer.pm
    trunk/libforest-perl/lib/Forest/Tree/Loader.pm
    trunk/libforest-perl/lib/Forest/Tree/Loader/SimpleUIDLoader.pm
    trunk/libforest-perl/lib/Forest/Tree/Reader.pm
    trunk/libforest-perl/lib/Forest/Tree/Reader/SimpleTextFile.pm
    trunk/libforest-perl/lib/Forest/Tree/Roles/HasNodeFormatter.pm
    trunk/libforest-perl/lib/Forest/Tree/Roles/JSONable.pm
    trunk/libforest-perl/lib/Forest/Tree/Roles/LoadWithMetaData.pm
    trunk/libforest-perl/lib/Forest/Tree/Roles/MetaData.pm
    trunk/libforest-perl/lib/Forest/Tree/Writer.pm
    trunk/libforest-perl/lib/Forest/Tree/Writer/ASCIIWithBranches.pm
    trunk/libforest-perl/lib/Forest/Tree/Writer/SimpleASCII.pm
    trunk/libforest-perl/lib/Forest/Tree/Writer/SimpleHTML.pm
    trunk/libforest-perl/t/010_Tree.t
    trunk/libforest-perl/t/011_Tree_MetaData.t
    trunk/libforest-perl/t/030_Tree_Writer.t
    trunk/libforest-perl/t/031_Tree_Writer_to_disk.t
    trunk/libforest-perl/t/040_Tree_Indexer.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/libforest-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/Changes?rev=50886&op=diff

Modified: trunk/libforest-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/MANIFEST?rev=50886&op=diff

Modified: trunk/libforest-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/META.yml?rev=50886&op=diff

Modified: trunk/libforest-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/Makefile.PL?rev=50886&op=diff

Modified: trunk/libforest-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/README?rev=50886&op=diff

Modified: trunk/libforest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/debian/changelog?rev=50886&op=diff

Modified: trunk/libforest-perl/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/inc/Module/Install.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/inc/Module/Install/Base.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/inc/Module/Install/Can.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/inc/Module/Install/Fetch.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/inc/Module/Install/Makefile.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/inc/Module/Install/Metadata.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/inc/Module/Install/Win32.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/inc/Module/Install/WriteAll.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Indexer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Indexer.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Indexer/SimpleUIDIndexer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Indexer/SimpleUIDIndexer.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Loader.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Loader.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Loader/SimpleUIDLoader.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Loader/SimpleUIDLoader.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Reader.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Reader.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Reader/SimpleTextFile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Reader/SimpleTextFile.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Roles/HasNodeFormatter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Roles/HasNodeFormatter.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Roles/JSONable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Roles/JSONable.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Roles/LoadWithMetaData.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Roles/LoadWithMetaData.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Roles/MetaData.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Roles/MetaData.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Writer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Writer.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Writer/ASCIIWithBranches.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Writer/ASCIIWithBranches.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Writer/SimpleASCII.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Writer/SimpleASCII.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/lib/Forest/Tree/Writer/SimpleHTML.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/lib/Forest/Tree/Writer/SimpleHTML.pm?rev=50886&op=diff

Modified: trunk/libforest-perl/t/010_Tree.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/t/010_Tree.t?rev=50886&op=diff

Modified: trunk/libforest-perl/t/011_Tree_MetaData.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/t/011_Tree_MetaData.t?rev=50886&op=diff

Modified: trunk/libforest-perl/t/030_Tree_Writer.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/t/030_Tree_Writer.t?rev=50886&op=diff

Modified: trunk/libforest-perl/t/031_Tree_Writer_to_disk.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/t/031_Tree_Writer_to_disk.t?rev=50886&op=diff

Modified: trunk/libforest-perl/t/040_Tree_Indexer.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforest-perl/t/040_Tree_Indexer.t?rev=50886&op=diff




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