Skip to content

Commit

Permalink
I'm told that "=for comment" is better than "=for author".
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Jul 5, 2013
1 parent e696d6c commit e58f283
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/intro/intro.pod
Expand Up @@ -62,7 +62,8 @@ are named after this key by default.
That's a bit of work, but roles are generally the biggest Reflex
modules. The classes that use it are much smaller.

=for author TODO - Changed.
=for comment
TODO - Changed.

package AfterAwhileRole;
use Reflex::Role;
Expand Down Expand Up @@ -101,7 +102,8 @@ All Reflex classes should be based on Reflex::Base. The class exposes
"name" and "awhile" attributes so they may be set during object
construction.

=for author TODO - Changed.
=for comment
TODO - Changed.

package AfterAwhileClass;
use Moose;
Expand Down Expand Up @@ -217,7 +219,8 @@ returns the next asynchrnous event they emit.

First, here's how it's done:

=for authorTODO - Changed.
=for comment
Changed.

#!/usr/bin/env perl

Expand All @@ -234,7 +237,8 @@ First, here's how it's done:
We need to define AsyncAwhileClass before that will run. It's just a
renamed AfterAwhileClass, with the new asynchronous role.

=for author TODO - Changed.
=for comment
Changed.

package AsyncAwhileClass;
use Moose;
Expand All @@ -252,7 +256,8 @@ This AsyncAwhileRole replaces the blocking sleep() with a non-blocking
Reflex::Interval object. Later we'll introduce magic to make it more
concise.

=for author TODO - Changed.
=for comment
TODO - Changed.

package AsyncAwhileRole;
use Reflex::Role;
Expand Down

0 comments on commit e58f283

Please sign in to comment.