r60062 - in /branches/upstream/libregexp-grammars-perl: ./ current/ current/demo/ current/lib/ current/lib/Regexp/ current/t/

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Jul 5 06:47:58 UTC 2010


Author: carnil-guest
Date: Mon Jul  5 06:47:26 2010
New Revision: 60062

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60062
Log:
[svn-inject] Installing original source of libregexp-grammars-perl (1.005)

Added:
    branches/upstream/libregexp-grammars-perl/
    branches/upstream/libregexp-grammars-perl/current/
    branches/upstream/libregexp-grammars-perl/current/Build.PL
    branches/upstream/libregexp-grammars-perl/current/Changes
    branches/upstream/libregexp-grammars-perl/current/MANIFEST
    branches/upstream/libregexp-grammars-perl/current/META.yml
    branches/upstream/libregexp-grammars-perl/current/Makefile.PL
    branches/upstream/libregexp-grammars-perl/current/README
    branches/upstream/libregexp-grammars-perl/current/demo/
    branches/upstream/libregexp-grammars-perl/current/demo/demo_IP4.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_LaTeXish.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_LaTeXish_dump.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_calc.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_class.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_inline.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_list.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_list_autoactions.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_list_inline.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_debug.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_error.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_flattening.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_hash.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lexicon.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lookup_generated.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lookup_hardcoded.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lookup_hashrule.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_symtab.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_list.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_metagrammar.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_require.pl
    branches/upstream/libregexp-grammars-perl/current/demo/demo_whoson.pl
    branches/upstream/libregexp-grammars-perl/current/lib/
    branches/upstream/libregexp-grammars-perl/current/lib/Regexp/
    branches/upstream/libregexp-grammars-perl/current/lib/Regexp/Grammars.pm
    branches/upstream/libregexp-grammars-perl/current/t/
    branches/upstream/libregexp-grammars-perl/current/t/00.load.t
    branches/upstream/libregexp-grammars-perl/current/t/backref.t
    branches/upstream/libregexp-grammars-perl/current/t/charset.t
    branches/upstream/libregexp-grammars-perl/current/t/comment.t
    branches/upstream/libregexp-grammars-perl/current/t/data_structure.t
    branches/upstream/libregexp-grammars-perl/current/t/error.t
    branches/upstream/libregexp-grammars-perl/current/t/error_translate.t
    branches/upstream/libregexp-grammars-perl/current/t/fwdref.t
    branches/upstream/libregexp-grammars-perl/current/t/grammar.t
    branches/upstream/libregexp-grammars-perl/current/t/hash.t
    branches/upstream/libregexp-grammars-perl/current/t/hash_redef.t
    branches/upstream/libregexp-grammars-perl/current/t/hash_redef_local.t
    branches/upstream/libregexp-grammars-perl/current/t/inline_computation.t
    branches/upstream/libregexp-grammars-perl/current/t/inline_computation_handler.t
    branches/upstream/libregexp-grammars-perl/current/t/inline_computation_obj_handler.t
    branches/upstream/libregexp-grammars-perl/current/t/neg_lookahead.t
    branches/upstream/libregexp-grammars-perl/current/t/obj_rename.t
    branches/upstream/libregexp-grammars-perl/current/t/pod.t
    branches/upstream/libregexp-grammars-perl/current/t/seplist.t

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

Added: branches/upstream/libregexp-grammars-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/Build.PL?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/Changes?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/MANIFEST?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/META.yml?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/Makefile.PL?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/README?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_IP4.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_IP4.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_LaTeXish.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_LaTeXish.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_LaTeXish_dump.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_LaTeXish_dump.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_calc.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_calc.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_class.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_class.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_inline.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_inline.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_list.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_list.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_list_autoactions.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_list_autoactions.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_list_inline.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_calc_list_inline.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_debug.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_debug.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_error.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_error.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_flattening.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_flattening.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_hash.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_hash.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lexicon.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lexicon.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lookup_generated.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lookup_generated.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lookup_hardcoded.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lookup_hardcoded.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lookup_hashrule.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_lookup_hashrule.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_symtab.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_hash_symtab.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_list.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_list.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_metagrammar.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_metagrammar.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_require.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_require.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/demo/demo_whoson.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/demo/demo_whoson.pl?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/lib/Regexp/Grammars.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/lib/Regexp/Grammars.pm?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/00.load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/00.load.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/backref.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/backref.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/charset.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/charset.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/comment.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/comment.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/data_structure.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/data_structure.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/error.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/error.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/error_translate.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/error_translate.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/fwdref.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/fwdref.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/grammar.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/grammar.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/hash.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/hash.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/hash_redef.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/hash_redef.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/hash_redef_local.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/hash_redef_local.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/inline_computation.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/inline_computation.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/inline_computation_handler.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/inline_computation_handler.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/inline_computation_obj_handler.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/inline_computation_obj_handler.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/neg_lookahead.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/neg_lookahead.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/obj_rename.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/obj_rename.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/pod.t?rev=60062&op=file

Added: branches/upstream/libregexp-grammars-perl/current/t/seplist.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libregexp-grammars-perl/current/t/seplist.t?rev=60062&op=file




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