Subject: | Minor doc bug s/Profiled/Profiler/ |
In the synopsis in Aspect.pm the profiling example is given as:
aspect Profiled => call qr/^Person::set_/; # profile calls to setters
However the library is named "Profiler" and that is also what the Profiling
example file uses.