File: maria.pm

package info (click to toggle)
liburi-db-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 312 kB
  • ctags: 122
  • sloc: perl: 1,244; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 70 bytes parent folder | download
1
2
3
4
5
package URI::maria;
use base 'URI::mysql';
our $VERSION = '0.15';

1;