Ticket #401: update_test_class_09-outline-t.patch
| File update_test_class_09-outline-t.patch, 396 bytes (added by buff3r, 14 months ago) |
|---|
-
PPIx-EditorTools/t/outline/Mooclass.pm
8 8 ( isa => 'Ref', is => 'rw' ); 9 9 10 10 has qw(account) => ( is => 'rw', ); 11 12 has non_quoted_attr => ( is=> 'rw' ); 11 13 12 14 method pub_sub { 13 15 return;
