File: TableOne.pm

package info (click to toggle)
liborlite-perl 1.97-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 524 kB
  • sloc: perl: 3,693; sql: 97; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 93 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
package t::lib::TableOne;

use strict;

our $VERSION = '1.97';

sub dummy {
	return 2;
}

1;