r65515 - in /branches/upstream/libhtml-formattext-withlinks-perl/current: ./ lib/HTML/FormatText/ t/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sat Dec 4 11:23:13 UTC 2010


Author: ansgar
Date: Sat Dec  4 11:23:04 2010
New Revision: 65515

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65515
Log:
[svn-upgrade] new version libhtml-formattext-withlinks-perl (0.12)

Added:
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/basic_parse.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/custom_format.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/no_html_passed.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_a_with_no_href.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_file.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_missing_file.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_multiple_times.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_base.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_html_fragment.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_identical_links.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_links.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_local_links.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_name.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_relative_links.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/pod.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/podcover.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/treebuilder_problem.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/with_emphasis.t
Removed:
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/02_basic_parse.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/03_parse_with_links.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/04_parse_with_relative_links.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/05_parse_with_html_fragment.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/06_parse_file.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/07_parse_missing_file.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/08_custom_format.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/09_with_emphasis.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/10_no_html_passed.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/11_parse_a_with_no_href.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/12_treebuilder_problem.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/13_parse_with_name.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/14_parse_with_identical_links.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/15_parse_with_local_links.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/16_parse_multiple_times.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/98_pod.t
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/99_podcover.t
Modified:
    branches/upstream/libhtml-formattext-withlinks-perl/current/Build.PL
    branches/upstream/libhtml-formattext-withlinks-perl/current/Changes
    branches/upstream/libhtml-formattext-withlinks-perl/current/MANIFEST
    branches/upstream/libhtml-formattext-withlinks-perl/current/META.yml
    branches/upstream/libhtml-formattext-withlinks-perl/current/Makefile.PL
    branches/upstream/libhtml-formattext-withlinks-perl/current/lib/HTML/FormatText/WithLinks.pm
    branches/upstream/libhtml-formattext-withlinks-perl/current/t/01load.t

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

Modified: branches/upstream/libhtml-formattext-withlinks-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/Build.PL?rev=65515&op=diff

Modified: branches/upstream/libhtml-formattext-withlinks-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/Changes?rev=65515&op=diff

Modified: branches/upstream/libhtml-formattext-withlinks-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/MANIFEST?rev=65515&op=diff

Modified: branches/upstream/libhtml-formattext-withlinks-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/META.yml?rev=65515&op=diff

Modified: branches/upstream/libhtml-formattext-withlinks-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/Makefile.PL?rev=65515&op=diff

Modified: branches/upstream/libhtml-formattext-withlinks-perl/current/lib/HTML/FormatText/WithLinks.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/lib/HTML/FormatText/WithLinks.pm?rev=65515&op=diff

Modified: branches/upstream/libhtml-formattext-withlinks-perl/current/t/01load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/01load.t?rev=65515&op=diff

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/basic_parse.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/basic_parse.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/custom_format.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/custom_format.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/no_html_passed.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/no_html_passed.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_a_with_no_href.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_a_with_no_href.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_file.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_file.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_missing_file.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_missing_file.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_multiple_times.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_multiple_times.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_base.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_base.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_html_fragment.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_html_fragment.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_identical_links.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_identical_links.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_links.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_links.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_local_links.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_local_links.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_name.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_name.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_relative_links.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/parse_with_relative_links.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/pod.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/podcover.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/podcover.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/treebuilder_problem.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/treebuilder_problem.t?rev=65515&op=file

Added: branches/upstream/libhtml-formattext-withlinks-perl/current/t/with_emphasis.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formattext-withlinks-perl/current/t/with_emphasis.t?rev=65515&op=file




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