File: a0.pm

package info (click to toggle)
libautovivification-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 284 kB
  • ctags: 83
  • sloc: perl: 1,599; ansic: 181; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
package autovivification::TestRequired4::a0;
no autovivification qw/strict fetch/;
use autovivification::TestRequired4::b0;
sub error {
 local $@;
 autovivification::TestRequired4::b0->get;
 return $@;
}
1;