Files
netdisco/lib/App/Netdisco/DB/ResultSet/Subnet.pm
2017-04-14 23:08:55 +01:00

12 lines
194 B
Perl

package App::Netdisco::DB::ResultSet::Subnet;
use base 'App::Netdisco::DB::ResultSet';
use strict;
use warnings;
__PACKAGE__->load_components(qw/
+App::Netdisco::DB::ExplicitLocking
/);
1;