|
Revision 12, 83 bytes
(checked in by evdb, 4 years ago)
|
Made changes to get test to run cleanly.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
use strict; |
|---|
| 2 |
use warnings; |
|---|
| 3 |
|
|---|
| 4 |
use Test::More tests => 1; |
|---|
| 5 |
use_ok('Scrpbk::C::Person'); |
|---|