File: Price.pm

package info (click to toggle)
librose-db-object-perl 1%3A0.811-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,404 kB
  • ctags: 2,364
  • sloc: perl: 79,608; sql: 28; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (9)
1
2
3
4
5
package My::Auto::Price;
use strict;
use base 'My::Object';
__PACKAGE__->meta->auto_initialize;
1;