Make class names reflect new directory structure

This commit is contained in:
Eric A. Miller
2018-03-29 12:25:12 -04:00
parent 62267f4e8e
commit da6716b107
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
package SNMP::Info::Test;
package Test::SNMP::Info;
use Test::Class::Most parent => 'My::Test::Class';