File: Bar.pm

package info (click to toggle)
libcatalyst-perl 5.7006-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,128 kB
  • ctags: 798
  • sloc: perl: 9,937; makefile: 46
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (16)
1
2
3
4
5
package TestApp::Model::Foo::Bar;

sub model_foo_bar_method_from_foo_bar { "model_foo_bar_method_from_foo_bar" }

1;