File: derby.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 (7 lines) | stat: -rw-r--r-- 95 bytes parent folder | download
1
2
3
4
5
6
7
package URI::derby;
use base 'URI::_db';
our $VERSION = '0.15';

sub default_port { 1527 }

1;