"Class::Role" is an implementation of 'traits', as explained in this paper: http://www.cse.ogi.edu/~black/publications/TR_CSE_02-012.pdf It's an object model similar to mixins, except saner. The module gets its name from Larry's current name for a si...
NEILB/Class-Role-0.04 - 05 Jul 2016 22:09:17 UTCThis is a role that does "git log ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-log.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git add ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-add.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git tag ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-tag.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git push ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-push.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git pull ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-pull.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git grep ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-grep.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git diff ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-diff.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git mv ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-mv.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git init ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-init.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git show ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-show.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git reset ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-reset.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git clone ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-clone.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git fetch ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-fetch.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git merge ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-merge.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git status ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-status.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCThis is a role that does "git commit ...". See <http://www.kernel.org/pub/software/scm/git-core/docs/git-commit.html> for details....
ISHIGAKI/Git-Class-0.15 - 05 Aug 2014 02:56:27 UTCIf you need the functionality of Test::Class::Moose to be available inside of a role, this is the module to do that. This is how you can declare a TCM role: package TestsFor::Basic::Role; use Test::Class::Moose::Role; sub test_in_a_role { my $test = ...
DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 UTC