Default postProcessMergedProperties in case our child class doesn't have one. Oops.
This commit is contained in:
parent
773fadcffc
commit
2d1dcf202a
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ sub constructorExtras {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub postProcessMergedProperties {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
sub debug {
|
sub debug {
|
||||||
|
|
||||||
# if the last eval { } caught something, give full diagnostics on that and stop the tests.
|
# if the last eval { } caught something, give full diagnostics on that and stop the tests.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue