Imported Upstream version 2.002004 upstream/2.002004
authorTizenOpenSource <tizenopensrc@samsung.com>
Wed, 14 Feb 2024 05:16:48 +0000 (14:16 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Wed, 14 Feb 2024 05:16:48 +0000 (14:16 +0900)
commit1a605816ae4f1b462317860177227f50228b8b59
tree4ca0174c2398a5094cc078214b510975daecf762
parent9841af7ea1bfb03e26ee290889e28096c07a90c6
Imported Upstream version 2.002004
44 files changed:
Changes [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.json [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
lib/Role/Tiny.pm [new file with mode: 0644]
lib/Role/Tiny/With.pm [new file with mode: 0644]
maint/Makefile.PL.include [new file with mode: 0644]
t/concrete-methods.t [new file with mode: 0644]
t/create-hook.t [new file with mode: 0644]
t/does.t [new file with mode: 0644]
t/extend-role-tiny.t [new file with mode: 0644]
t/extend.t [new file with mode: 0644]
t/lib/BrokenModule.pm [new file with mode: 0644]
t/lib/ExistingModule.pm [new file with mode: 0644]
t/lib/FalseModule.pm [new file with mode: 0644]
t/lib/TrueModule.pm [new file with mode: 0644]
t/load-module.t [new file with mode: 0644]
t/make-role.t [new file with mode: 0644]
t/method-conflicts.t [new file with mode: 0644]
t/namespace-clean.t [new file with mode: 0644]
t/overload.t [new file with mode: 0644]
t/proto.t [new file with mode: 0644]
t/role-basic-basic.t [new file with mode: 0644]
t/role-basic-bugs.t [new file with mode: 0644]
t/role-basic-composition.t [new file with mode: 0644]
t/role-basic-exceptions.t [new file with mode: 0644]
t/role-duplication.t [new file with mode: 0644]
t/role-long-package-name.t [new file with mode: 0644]
t/role-tiny-composition.t [new file with mode: 0644]
t/role-tiny-with.t [new file with mode: 0644]
t/role-tiny.t [new file with mode: 0644]
t/role-with-inheritance.t [new file with mode: 0644]
t/stub.t [new file with mode: 0644]
t/subclass.t [new file with mode: 0644]
xt/around-does.t [new file with mode: 0644]
xt/compose-modifiers.t [new file with mode: 0644]
xt/dependents.t [new file with mode: 0644]
xt/dependents/Moo-isa-assign.patch [new file with mode: 0644]
xt/dependents/Moo-sort-sub-quote.patch [new file with mode: 0644]
xt/modifiers.t [new file with mode: 0644]
xt/recompose-modifier.t [new file with mode: 0644]