projects
/
p5sagit/Class-C3-Componentised.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
069bdbcba29fa225955b8632912a6ade3543c464
[p5sagit/Class-C3-Componentised.git]
/
t
/
lib
/
MyModule
/
ErrorComponent.pm
1
package # hide from PAUSE
2
MyModule::ErrorComponent;
3
use strict;
4
use warnings;
5
6
# this is missing on purpose
7
# 1;
8