Changeset 15116 for lang/perl/App-MadEye
- Timestamp:
- 07/03/08 19:51:23 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/t/100_bugs/002_results.t
r15040 r15116 7 7 { 8 8 package Notify; 9 sub bar { $count++ } 9 use Params::Validate ':all'; 10 sub bar { 11 my ($self, $c, $args) = validate_pos(@_ => OBJECT, OBJECT, OBJECT); 12 $count++; 13 } 10 14 sub config { +{ } } 11 15 } … … 19 23 20 24 for (1..4) { 21 $c->register_hook('notify' => { plugin => 'Notify', method => 'bar'});25 $c->register_hook('notify' => { plugin => bless({}, 'Notify'), method => 'bar'}); 22 26 } 23 27 for (1..6) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)