Import Moose/t/010_basics/*.t
authorgfx <gfuji@cpan.org>
Sun, 4 Oct 2009 07:27:12 +0000 (16:27 +0900)
committergfx <gfuji@cpan.org>
Sun, 4 Oct 2009 07:27:12 +0000 (16:27 +0900)
commit60ad2cb7bf657ab608ab73b9fc7895008d220b7b
treedb6cf70239dabe389ad2511aa64f4753cfacedcd
parent924c05c360ec9003649c5886fed23836bcafa8b4
Import Moose/t/010_basics/*.t
24 files changed:
t/010_basics/001_basic_class_setup.t [new file with mode: 0755]
t/010_basics/002_require_superclasses.t [new file with mode: 0755]
t/010_basics/003_super_and_override.t [new file with mode: 0755]
t/010_basics/004_inner_and_augment.t [new file with mode: 0755]
t/010_basics/005_override_augment_inner_super.t [new file with mode: 0755]
t/010_basics/006_override_and_foreign_classes.t [new file with mode: 0755]
t/010_basics/007_always_strict_warnings.t [new file with mode: 0755]
t/010_basics/008_wrapped_method_cxt_propagation.t [new file with mode: 0755]
t/010_basics/009_import_unimport.t [new file with mode: 0755]
t/010_basics/011_moose_respects_type_constraints.t [new file with mode: 0755]
t/010_basics/013_create.t [new file with mode: 0755]
t/010_basics/014_create_anon.t [new file with mode: 0755]
t/010_basics/015_buildargs.t [new file with mode: 0755]
t/010_basics/016_load_into_main.t [new file with mode: 0755]
t/010_basics/017_error_handling.t [new file with mode: 0755]
t/010_basics/019-destruction.t [new file with mode: 0755]
t/010_basics/failing/010_method_modifier_with_regexp.t [new file with mode: 0755]
t/010_basics/failing/012_rebless.t [new file with mode: 0755]
t/010_basics/failing/018_methods.t [new file with mode: 0755]
t/010_basics/failing/020-global-destruction-helper.pl [new file with mode: 0755]
t/010_basics/failing/020-global-destruction.t [new file with mode: 0755]
t/010_basics/failing/021-instance-new.t [new file with mode: 0755]
t/lib/Bar.pm [new file with mode: 0755]
t/lib/Foo.pm [new file with mode: 0755]