projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
When next_free_addr returned undef, we were trying to call addr on an undefined objec...
[freeside.git]
/
FS
/
FS
/
part_export
/
null.pm
1
package FS::part_export::null;
2
3
use vars qw(@ISA);
4
use FS::part_export;
5
6
@ISA = qw(FS::part_export);
7
8
sub rebless { shift; }
9
10
sub _export_insert {}
11
sub _export_replace {}
12
sub _export_delete {}
13