Skip to content
Snippets Groups Projects
Commit 229145b9 authored by Robert Anderson's avatar Robert Anderson
Browse files

* Fixed package names, its smradius:: not cbp::

parent cf8ee300
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
package cbp::dblayer; package smradius::dblayer;
use strict; use strict;
use warnings; use warnings;
...@@ -45,9 +45,9 @@ our (@ISA,@EXPORT); ...@@ -45,9 +45,9 @@ our (@ISA,@EXPORT);
use cbp::config; use smradius::config;
use cbp::dbilayer; use smradius::dbilayer;
# Database handle # Database handle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment