r63979 - in /branches/upstream/libconfig-model-perl/current: ./ examples/fstab/ lib/Config/ lib/Config/Model/ lib/Config/Model/Backend/ lib/Config/Model/Backend/Debian/ lib/Config/Model/Backend/Debian/Dpkg/ lib/Config/Model/models/Debian/Dpkg/ lib/Config/Model/models/Debian/Dpkg/Copyright/ t/

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Tue Oct 19 12:48:14 UTC 2010


Author: ddumont-guest
Date: Tue Oct 19 12:46:39 2010
New Revision: 63979

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63979
Log:
[svn-upgrade] new version libconfig-model-perl (1.213)

Modified:
    branches/upstream/libconfig-model-perl/current/ChangeLog
    branches/upstream/libconfig-model-perl/current/META.yml
    branches/upstream/libconfig-model-perl/current/examples/fstab/fstab_test.pl
    branches/upstream/libconfig-model-perl/current/lib/Config/Model.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Annotation.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/AnyId.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/AnyThing.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/AutoRead.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Any.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Debian/Dpkg/Control.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Debian/Dpkg/Copyright.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Debian/DpkgSyntax.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/IniFile.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/ShellVar.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Yaml.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/CheckList.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Describe.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/DumpAsData.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Dumper.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Exception.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/HashId.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/IdElementReference.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Instance.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/ListId.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Loader.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Node.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/ObjTreeScanner.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Report.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Searcher.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/SimpleUI.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/TermUI.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/Value.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/ValueComputer.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/WarpedNode.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/WarpedThing.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/WizardHelper.pm
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/models/Debian/Dpkg/Copyright.pl
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/models/Debian/Dpkg/Copyright/Content.pl
    branches/upstream/libconfig-model-perl/current/lib/Config/Model/models/Debian/Dpkg/Copyright/License.pl
    branches/upstream/libconfig-model-perl/current/t/annotation.t
    branches/upstream/libconfig-model-perl/current/t/array_id.t
    branches/upstream/libconfig-model-perl/current/t/auto_load_model.t
    branches/upstream/libconfig-model-perl/current/t/auto_read.t
    branches/upstream/libconfig-model-perl/current/t/check_list.t
    branches/upstream/libconfig-model-perl/current/t/debian-dpkg-copyright.t
    branches/upstream/libconfig-model-perl/current/t/describe_node.t
    branches/upstream/libconfig-model-perl/current/t/dump_as_data.t
    branches/upstream/libconfig-model-perl/current/t/dump_tree.t
    branches/upstream/libconfig-model-perl/current/t/grab.t
    branches/upstream/libconfig-model-perl/current/t/ini_backend.t
    branches/upstream/libconfig-model-perl/current/t/instance.t
    branches/upstream/libconfig-model-perl/current/t/load.t
    branches/upstream/libconfig-model-perl/current/t/node.t
    branches/upstream/libconfig-model-perl/current/t/node_get_set.t
    branches/upstream/libconfig-model-perl/current/t/obj_tree_scanner.t
    branches/upstream/libconfig-model-perl/current/t/report.t
    branches/upstream/libconfig-model-perl/current/t/search_element.t
    branches/upstream/libconfig-model-perl/current/t/simple_ui.t
    branches/upstream/libconfig-model-perl/current/t/smooth_upgrade.t
    branches/upstream/libconfig-model-perl/current/t/term_ui.t
    branches/upstream/libconfig-model-perl/current/t/value.t
    branches/upstream/libconfig-model-perl/current/t/value_compute.t
    branches/upstream/libconfig-model-perl/current/t/warped_id.t
    branches/upstream/libconfig-model-perl/current/t/warped_node.t
    branches/upstream/libconfig-model-perl/current/t/warped_value.t
    branches/upstream/libconfig-model-perl/current/t/wizard.t

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

Modified: branches/upstream/libconfig-model-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/ChangeLog?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/META.yml?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/examples/fstab/fstab_test.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/examples/fstab/fstab_test.pl?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Annotation.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Annotation.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/AnyId.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/AnyId.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/AnyThing.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/AnyThing.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/AutoRead.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/AutoRead.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Any.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Any.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Debian/Dpkg/Control.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Debian/Dpkg/Control.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Debian/Dpkg/Copyright.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Debian/Dpkg/Copyright.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Debian/DpkgSyntax.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Debian/DpkgSyntax.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/IniFile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/IniFile.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/ShellVar.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/ShellVar.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Yaml.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Backend/Yaml.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/CheckList.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/CheckList.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Describe.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Describe.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/DumpAsData.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/DumpAsData.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Dumper.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Dumper.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Exception.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Exception.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/HashId.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/HashId.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/IdElementReference.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/IdElementReference.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Instance.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Instance.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/ListId.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/ListId.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Loader.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Loader.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Node.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Node.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/ObjTreeScanner.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/ObjTreeScanner.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Report.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Report.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Searcher.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Searcher.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/SimpleUI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/SimpleUI.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/TermUI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/TermUI.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/Value.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/Value.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/ValueComputer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/ValueComputer.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/WarpedNode.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/WarpedNode.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/WarpedThing.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/WarpedThing.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/WizardHelper.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/WizardHelper.pm?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/models/Debian/Dpkg/Copyright.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/models/Debian/Dpkg/Copyright.pl?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/models/Debian/Dpkg/Copyright/Content.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/models/Debian/Dpkg/Copyright/Content.pl?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/lib/Config/Model/models/Debian/Dpkg/Copyright/License.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/lib/Config/Model/models/Debian/Dpkg/Copyright/License.pl?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/annotation.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/annotation.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/array_id.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/array_id.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/auto_load_model.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/auto_load_model.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/auto_read.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/auto_read.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/check_list.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/check_list.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/debian-dpkg-copyright.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/debian-dpkg-copyright.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/describe_node.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/describe_node.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/dump_as_data.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/dump_as_data.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/dump_tree.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/dump_tree.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/grab.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/grab.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/ini_backend.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/ini_backend.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/instance.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/instance.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/load.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/node.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/node.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/node_get_set.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/node_get_set.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/obj_tree_scanner.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/obj_tree_scanner.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/report.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/report.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/search_element.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/search_element.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/simple_ui.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/simple_ui.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/smooth_upgrade.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/smooth_upgrade.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/term_ui.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/term_ui.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/value.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/value.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/value_compute.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/value_compute.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/warped_id.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/warped_id.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/warped_node.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/warped_node.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/warped_value.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/warped_value.t?rev=63979&op=diff

Modified: branches/upstream/libconfig-model-perl/current/t/wizard.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-perl/current/t/wizard.t?rev=63979&op=diff




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