14 years agoTypeConstraints not TypeConstraint japanese
Shawn M Moore [Mon, 14 Sep 2009 06:16:50 +0000]
TypeConstraints not TypeConstraint

14 years agoTypo fix
Shawn M Moore [Mon, 14 Sep 2009 05:18:52 +0000]
Typo fix

14 years agoConsistent method name
Shawn M Moore [Mon, 14 Sep 2009 05:18:47 +0000]
Consistent method name

14 years agoDon't count attributes
Shawn M Moore [Mon, 14 Sep 2009 04:00:34 +0000]
Don't count attributes

    it causes an unexpected test failure when starting the second exercise

14 years agoMerge branch 'master' into japanese
Shawn M Moore [Mon, 14 Sep 2009 02:48:45 +0000]
Merge branch 'master' into japanese

14 years agoBetter error
Shawn M Moore [Mon, 14 Sep 2009 02:41:53 +0000]
Better error

14 years agoIndicate which versions of Class::MOP and Moose you have
Shawn M Moore [Mon, 14 Sep 2009 02:40:38 +0000]
Indicate which versions of Class::MOP and Moose you have

14 years agoMore direction
Shawn M Moore [Mon, 14 Sep 2009 02:39:22 +0000]
More direction

14 years agoLess cryptic error
Shawn M Moore [Mon, 14 Sep 2009 02:37:35 +0000]
Less cryptic error

14 years agoLots of slide tweaks to work nicely on my 1024x768 laptop
Dave Rolsky [Fri, 11 Sep 2009 21:09:17 +0000]
Lots of slide tweaks to work nicely on my 1024x768 laptop

Some html fixes and minor text tweaks

Added the CC image so we don't need a live net connection to display it

14 years agoAttributes don't really have access control, just mutable or not
Dave Rolsky [Fri, 11 Sep 2009 20:34:32 +0000]
Attributes don't really have access control, just mutable or not

14 years agoComment formatting tweaks
Dave Rolsky [Fri, 4 Sep 2009 16:47:12 +0000]
Comment formatting tweaks

14 years agoFix my grammar
Dave Rolsky [Fri, 4 Sep 2009 16:45:33 +0000]
Fix my grammar

14 years agoAdd some slides for Native delegation
Dave Rolsky [Wed, 2 Sep 2009 16:34:57 +0000]
Add some slides for Native delegation

14 years agoUpdate our mini-moosepan
Dave Rolsky [Thu, 30 Jul 2009 07:16:12 +0000]
Update our mini-moosepan

Also fixed the script to make sure that the dependency checking is
using the same mirror as we actually fetch modules from.

14 years agomoosepan updates
Dave Rolsky [Thu, 30 Jul 2009 06:58:41 +0000]
moosepan updates

14 years agoRemove conference name on the slides
Dave Rolsky [Tue, 21 Jul 2009 21:20:11 +0000]
Remove conference name on the slides

14 years agoslide fixes
Yuval Kogman [Tue, 21 Jul 2009 16:16:41 +0000]
slide fixes

14 years agoRevert "typo"
Yuval Kogman [Tue, 21 Jul 2009 16:16:17 +0000]
Revert "typo"

This reverts commit 78204667be8035e186f28ab73d48f82e6799408d.

14 years agotypo
Yuval Kogman [Tue, 21 Jul 2009 16:00:57 +0000]
typo

14 years agoTidy and simplify this script
Dave Rolsky [Fri, 10 Jul 2009 00:52:33 +0000]
Tidy and simplify this script

14 years agoadded little test_answers.pl script to run the exercise tests on the answers in a...
Robert Buels [Thu, 9 Jul 2009 22:33:23 +0000]
added little test_answers.pl script to run the exercise tests on the answers in a TAP::Harness.  cannot use prove here because you have to use a different lib dir for each test file that you run

14 years agocarried BUILDARGS in Person.pm from exercise 1 forward through the later answer class...
Robert Buels [Thu, 9 Jul 2009 19:01:19 +0000]
carried BUILDARGS in Person.pm from exercise 1 forward through the later answer classes.  t/02*.t was failing when run with answers/02*/* objects

14 years agoadded exercises for part 5
Dave Rolsky [Mon, 6 Jul 2009 19:44:00 +0000]
added exercises for part 5

14 years agoAdd slide on MUTC droppings
Dave Rolsky [Mon, 6 Jul 2009 19:43:48 +0000]
Add slide on MUTC droppings

14 years agoRemoved unneeded answer files
Dave Rolsky [Mon, 6 Jul 2009 19:10:58 +0000]
Removed unneeded answer files

14 years agoReally move update-moosepan
Dave Rolsky [Sun, 5 Jul 2009 15:57:44 +0000]
Really move update-moosepan

14 years agoMoved update-moosepan up one dir, otherwise it ends up deleting itself
Dave Rolsky [Sun, 5 Jul 2009 15:57:12 +0000]
Moved update-moosepan up one dir, otherwise it ends up deleting itself
(CPAN::Mini does something mysterious).

Updated moosepan

14 years agoMore tweaks to first exercises slide
Dave Rolsky [Mon, 29 Jun 2009 19:43:07 +0000]
More tweaks to first exercises slide

14 years agoUpdate prereq versions
Dave Rolsky [Mon, 29 Jun 2009 19:42:26 +0000]
Update prereq versions

14 years agoAdd install-moose step to first exercises slide
Dave Rolsky [Mon, 29 Jun 2009 19:41:29 +0000]
Add install-moose step to first exercises slide

14 years agoMoved to a minicpan based approach to packaging Moose and its deps,
Dave Rolsky [Mon, 29 Jun 2009 17:37:34 +0000]
Moved to a minicpan based approach to packaging Moose and its deps,
which makes updating to new versions much easier.

Updated README with more instructions.

14 years agoHTML fixes
Dave Rolsky [Mon, 29 Jun 2009 15:32:16 +0000]
HTML fixes

14 years agoFinished (mostly?) the types section
Dave Rolsky [Sun, 28 Jun 2009 21:17:08 +0000]
Finished (mostly?) the types section

14 years agoSmall wording tweak
Dave Rolsky [Sun, 28 Jun 2009 00:56:18 +0000]
Small wording tweak

14 years agoupdated CMOP & Moose tarballs
Dave Rolsky [Sun, 28 Jun 2009 00:41:03 +0000]
updated CMOP & Moose tarballs

14 years agoA bunch of slides on TCs
Dave Rolsky [Sat, 27 Jun 2009 03:34:45 +0000]
A bunch of slides on TCs

14 years agoRemoved as_xml bits from 06 answers
Dave Rolsky [Fri, 26 Jun 2009 16:15:35 +0000]
Removed as_xml bits from 06 answers

14 years agoHTML validation fixes
Dave Rolsky [Thu, 25 Jun 2009 17:12:01 +0000]
HTML validation fixes

14 years agoRedid the augment exercises and based it on a non-XML
Dave Rolsky [Thu, 25 Jun 2009 16:54:45 +0000]
Redid the augment exercises and based it on a non-XML
TPSReport. Hopefully this will be a little simpler to grok.

14 years agoadd some more slies on object construction, make ol and li style the same
Dave Rolsky [Tue, 23 Jun 2009 21:14:22 +0000]
add some more slies on object construction, make ol and li style the same

14 years agoAdd test that Employee->full_name uses super()
Dave Rolsky [Mon, 22 Jun 2009 19:14:43 +0000]
Add test that Employee->full_name uses super()

Use non-meta manipulating local-ized hack to check predicate use

14 years agoFix some bizarro formatting
Dave Rolsky [Mon, 22 Jun 2009 19:10:48 +0000]
Fix some bizarro formatting

14 years agoAdd a test that Person->full_name actually uses the predicate method
Dave Rolsky [Mon, 22 Jun 2009 19:09:03 +0000]
Add a test that Person->full_name actually uses the predicate method

14 years agoDon't let link wrap
Dave Rolsky [Mon, 22 Jun 2009 14:20:22 +0000]
Don't let link wrap

14 years agoAdd more info slide
Dave Rolsky [Mon, 22 Jun 2009 14:19:53 +0000]
Add more info slide

14 years agoFix layout a little bit
Dave Rolsky [Sun, 21 Jun 2009 20:37:34 +0000]
Fix layout a little bit

14 years agoClarify what we can mix-and-match
Dave Rolsky [Sun, 21 Jun 2009 20:35:38 +0000]
Clarify what we can mix-and-match

14 years agoadd use of BUILDARGS to exercises for section 01
Dave Rolsky [Sun, 21 Jun 2009 20:32:40 +0000]
add use of BUILDARGS to exercises for section 01

14 years agoaugment requires "sub"
Shawn M Moore [Sun, 21 Jun 2009 19:45:06 +0000]
augment requires "sub"

14 years agotypo fix
Shawn M Moore [Sun, 21 Jun 2009 19:24:32 +0000]
typo fix

14 years agoUse the right variable in a builder
Shawn M Moore [Sun, 21 Jun 2009 18:22:29 +0000]
Use the right variable in a builder

14 years agoTypo fix
Shawn M Moore [Sun, 21 Jun 2009 18:21:51 +0000]
Typo fix

14 years agoreader and writer being the same method does not work
Shawn M Moore [Sun, 21 Jun 2009 18:21:39 +0000]
reader and writer being the same method does not work

14 years agoFix role name in the exercise description
Shawn M Moore [Sun, 21 Jun 2009 17:21:35 +0000]
Fix role name in the exercise description

14 years agotypo fix
Shawn M Moore [Sun, 21 Jun 2009 16:36:26 +0000]
typo fix

14 years agoprintable_name is actually full_name
Shawn M Moore [Sun, 21 Jun 2009 15:42:07 +0000]
printable_name is actually full_name

14 years agoTypo fix
Shawn M Moore [Sun, 21 Jun 2009 15:38:14 +0000]
Typo fix

14 years agooverrides is spelled override
Shawn M Moore [Sun, 21 Jun 2009 15:38:02 +0000]
overrides is spelled override

14 years agoAdd slides on BUILDARGS, BUILD, and DEMOLISH
Dave Rolsky [Sun, 21 Jun 2009 15:05:45 +0000]
Add slides on BUILDARGS, BUILD, and DEMOLISH

14 years agoFix a small typo
Dave Rolsky [Sat, 20 Jun 2009 14:59:18 +0000]
Fix a small typo

14 years agoRename a slide
Dave Rolsky [Sat, 20 Jun 2009 14:58:03 +0000]
Rename a slide

14 years agoAdd a README which will be handy in the tarball
Dave Rolsky [Fri, 19 Jun 2009 21:29:37 +0000]
Add a README which will be handy in the tarball

14 years agoexercises for section 6
Dave Rolsky [Fri, 19 Jun 2009 21:23:44 +0000]
exercises for section 6

14 years agoPut in section titles for all parts
Dave Rolsky [Fri, 19 Jun 2009 21:23:29 +0000]
Put in section titles for all parts

14 years agoMinor outline tweaks
Dave Rolsky [Fri, 19 Jun 2009 18:57:16 +0000]
Minor outline tweaks

14 years agoFinished slides for advanced attributes section.
Dave Rolsky [Fri, 19 Jun 2009 15:49:14 +0000]
Finished slides for advanced attributes section.

Some tweaks for earlier slides.

14 years agoMake .right a darker green
Dave Rolsky [Thu, 18 Jun 2009 18:01:21 +0000]
Make .right a darker green

14 years agoRequire CMOP 0.86
Dave Rolsky [Thu, 18 Jun 2009 02:38:26 +0000]
Require CMOP 0.86

14 years agoupdate CMOP tarball
Dave Rolsky [Thu, 18 Jun 2009 02:36:06 +0000]
update CMOP tarball

14 years agoUpdate moose class outline
Dave Rolsky [Thu, 18 Jun 2009 00:10:35 +0000]
Update moose class outline

14 years agoFinished slides & exercises for section 4 (method modifiers)
Dave Rolsky [Wed, 17 Jun 2009 21:57:24 +0000]
Finished slides & exercises for section 4 (method modifiers)

14 years agoFinished slides & exercises for section 3on basic attributes.
Dave Rolsky [Tue, 16 Jun 2009 16:33:32 +0000]
Finished slides & exercises for section 3on basic attributes.

Some tweaking of style and previous sections as well.

14 years agomore test tweaks
Dave Rolsky [Mon, 8 Jun 2009 22:22:11 +0000]
more test tweaks

14 years agoAdd exercises for section 2
Dave Rolsky [Mon, 8 Jun 2009 18:49:13 +0000]
Add exercises for section 2

14 years agoTweak title
Dave Rolsky [Mon, 8 Jun 2009 18:01:04 +0000]
Tweak title

14 years agoFix validation errors
Dave Rolsky [Mon, 8 Jun 2009 16:57:26 +0000]
Fix validation errors

14 years agosome style tweaks
Dave Rolsky [Sun, 7 Jun 2009 23:20:23 +0000]
some style tweaks

14 years agoAdded CC license
Dave Rolsky [Sun, 7 Jun 2009 23:20:14 +0000]
Added CC license

First draft of role slides

14 years agoRequire Moose 0.81
Dave Rolsky [Sun, 7 Jun 2009 21:17:04 +0000]
Require Moose 0.81

14 years agoreally add the new files
Dave Rolsky [Sun, 7 Jun 2009 20:11:31 +0000]
really add the new files

14 years agoAdded Test::Harness & Test::More to t/lib
Dave Rolsky [Sun, 7 Jun 2009 20:10:06 +0000]
Added Test::Harness & Test::More to t/lib
Added a hacked prove to bin (it looks in t/lib)

14 years agoexercises for part 1
Dave Rolsky [Sun, 7 Jun 2009 19:48:16 +0000]
exercises for part 1

14 years agomoved slides to slides
Dave Rolsky [Sun, 7 Jun 2009 18:51:54 +0000]
moved slides to slides

14 years agomoose class in progress
Dave Rolsky [Fri, 5 Jun 2009 17:10:45 +0000]
moose class in progress