r46610 - in /branches/upstream/libtemplate-declare-perl/current: ./ lib/Template/ lib/Template/Declare/ lib/Template/Declare/TagSet/ lib/Template/Declare/TagSet/RDF/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Oct 31 17:45:22 UTC 2009


Author: jawnsy-guest
Date: Sat Oct 31 17:45:16 2009
New Revision: 46610

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46610
Log:
[svn-upgrade] Integrating new upstream version, libtemplate-declare-perl (0.41)

Added:
    branches/upstream/libtemplate-declare-perl/current/t/composition.t
    branches/upstream/libtemplate-declare-perl/current/t/deep_mixing.t
    branches/upstream/libtemplate-declare-perl/current/t/dispatch_order.t
    branches/upstream/libtemplate-declare-perl/current/t/import-regression.t
    branches/upstream/libtemplate-declare-perl/current/t/inline-tagset.t
    branches/upstream/libtemplate-declare-perl/current/t/mixing.t
    branches/upstream/libtemplate-declare-perl/current/t/relative-mixing.t
Modified:
    branches/upstream/libtemplate-declare-perl/current/Changes
    branches/upstream/libtemplate-declare-perl/current/MANIFEST
    branches/upstream/libtemplate-declare-perl/current/MANIFEST.SKIP
    branches/upstream/libtemplate-declare-perl/current/README
    branches/upstream/libtemplate-declare-perl/current/SIGNATURE
    branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare.pm
    branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/Buffer.pm
    branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet.pm
    branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/HTML.pm
    branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/RDF.pm
    branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/RDF/EM.pm
    branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/XUL.pm
    branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/Tags.pm
    branches/upstream/libtemplate-declare-perl/current/t/99-pod-coverage.t
    branches/upstream/libtemplate-declare-perl/current/t/aliasing.t
    branches/upstream/libtemplate-declare-perl/current/t/alternative.t
    branches/upstream/libtemplate-declare-perl/current/t/arg-declaration-styles.t
    branches/upstream/libtemplate-declare-perl/current/t/arg-passing.t
    branches/upstream/libtemplate-declare-perl/current/t/attributes.t
    branches/upstream/libtemplate-declare-perl/current/t/closures.t
    branches/upstream/libtemplate-declare-perl/current/t/deep_aliasing.t
    branches/upstream/libtemplate-declare-perl/current/t/deep_importing.t
    branches/upstream/libtemplate-declare-perl/current/t/duplicate_element_ids.t
    branches/upstream/libtemplate-declare-perl/current/t/forms.t
    branches/upstream/libtemplate-declare-perl/current/t/importing.t
    branches/upstream/libtemplate-declare-perl/current/t/indent.t
    branches/upstream/libtemplate-declare-perl/current/t/indexhtml.t
    branches/upstream/libtemplate-declare-perl/current/t/instrumentation.t
    branches/upstream/libtemplate-declare-perl/current/t/namespace.t
    branches/upstream/libtemplate-declare-perl/current/t/nested_show.t
    branches/upstream/libtemplate-declare-perl/current/t/overloaded.t
    branches/upstream/libtemplate-declare-perl/current/t/pitfalls.t
    branches/upstream/libtemplate-declare-perl/current/t/postprocessor.t
    branches/upstream/libtemplate-declare-perl/current/t/private.t
    branches/upstream/libtemplate-declare-perl/current/t/relative-aliasing.t
    branches/upstream/libtemplate-declare-perl/current/t/relative-pathing.t
    branches/upstream/libtemplate-declare-perl/current/t/rt-37622.t
    branches/upstream/libtemplate-declare-perl/current/t/self.t
    branches/upstream/libtemplate-declare-perl/current/t/siblings.t
    branches/upstream/libtemplate-declare-perl/current/t/similar-aliases.t
    branches/upstream/libtemplate-declare-perl/current/t/smart_tag_wrapper.t
    branches/upstream/libtemplate-declare-perl/current/t/subclassing.t
    branches/upstream/libtemplate-declare-perl/current/t/subtemplates.t
    branches/upstream/libtemplate-declare-perl/current/t/tagset_html.t
    branches/upstream/libtemplate-declare-perl/current/t/tagset_mix.t
    branches/upstream/libtemplate-declare-perl/current/t/tagset_rdf.t
    branches/upstream/libtemplate-declare-perl/current/t/tagset_rdf_em.t
    branches/upstream/libtemplate-declare-perl/current/t/tagset_xul.t
    branches/upstream/libtemplate-declare-perl/current/t/trivial.t
    branches/upstream/libtemplate-declare-perl/current/t/utf8.t
    branches/upstream/libtemplate-declare-perl/current/t/utils.pl
    branches/upstream/libtemplate-declare-perl/current/t/wrappers.t
    branches/upstream/libtemplate-declare-perl/current/t/xss.t

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

Modified: branches/upstream/libtemplate-declare-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/Changes?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/MANIFEST?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/MANIFEST.SKIP?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/README?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/SIGNATURE?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare.pm?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/Buffer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/Buffer.pm?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet.pm?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/HTML.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/HTML.pm?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/RDF.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/RDF.pm?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/RDF/EM.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/RDF/EM.pm?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/XUL.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/TagSet/XUL.pm?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/Tags.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/lib/Template/Declare/Tags.pm?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/99-pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/99-pod-coverage.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/aliasing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/aliasing.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/alternative.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/alternative.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/arg-declaration-styles.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/arg-declaration-styles.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/arg-passing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/arg-passing.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/attributes.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/attributes.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/closures.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/closures.t?rev=46610&op=diff

Added: branches/upstream/libtemplate-declare-perl/current/t/composition.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/composition.t?rev=46610&op=file

Modified: branches/upstream/libtemplate-declare-perl/current/t/deep_aliasing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/deep_aliasing.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/deep_importing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/deep_importing.t?rev=46610&op=diff

Added: branches/upstream/libtemplate-declare-perl/current/t/deep_mixing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/deep_mixing.t?rev=46610&op=file

Added: branches/upstream/libtemplate-declare-perl/current/t/dispatch_order.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/dispatch_order.t?rev=46610&op=file

Modified: branches/upstream/libtemplate-declare-perl/current/t/duplicate_element_ids.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/duplicate_element_ids.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/forms.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/forms.t?rev=46610&op=diff

Added: branches/upstream/libtemplate-declare-perl/current/t/import-regression.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/import-regression.t?rev=46610&op=file

Modified: branches/upstream/libtemplate-declare-perl/current/t/importing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/importing.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/indent.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/indent.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/indexhtml.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/indexhtml.t?rev=46610&op=diff

Added: branches/upstream/libtemplate-declare-perl/current/t/inline-tagset.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/inline-tagset.t?rev=46610&op=file

Modified: branches/upstream/libtemplate-declare-perl/current/t/instrumentation.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/instrumentation.t?rev=46610&op=diff

Added: branches/upstream/libtemplate-declare-perl/current/t/mixing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/mixing.t?rev=46610&op=file

Modified: branches/upstream/libtemplate-declare-perl/current/t/namespace.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/namespace.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/nested_show.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/nested_show.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/overloaded.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/overloaded.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/pitfalls.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/pitfalls.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/postprocessor.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/postprocessor.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/private.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/private.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/relative-aliasing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/relative-aliasing.t?rev=46610&op=diff

Added: branches/upstream/libtemplate-declare-perl/current/t/relative-mixing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/relative-mixing.t?rev=46610&op=file

Modified: branches/upstream/libtemplate-declare-perl/current/t/relative-pathing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/relative-pathing.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/rt-37622.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/rt-37622.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/self.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/self.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/siblings.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/siblings.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/similar-aliases.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/similar-aliases.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/smart_tag_wrapper.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/smart_tag_wrapper.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/subclassing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/subclassing.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/subtemplates.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/subtemplates.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/tagset_html.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/tagset_html.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/tagset_mix.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/tagset_mix.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/tagset_rdf.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/tagset_rdf.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/tagset_rdf_em.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/tagset_rdf_em.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/tagset_xul.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/tagset_xul.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/trivial.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/trivial.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/utf8.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/utf8.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/utils.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/utils.pl?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/wrappers.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/wrappers.t?rev=46610&op=diff

Modified: branches/upstream/libtemplate-declare-perl/current/t/xss.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtemplate-declare-perl/current/t/xss.t?rev=46610&op=diff




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