Fix typo in lib/NCIP/StructuredPersonalUserName.pm.
authorJason Stephenson <jason@sigio.com>
Sat, 23 Aug 2014 14:09:26 +0000 (10:09 -0400)
committerJason Stephenson <jason@sigio.com>
Sat, 23 Aug 2014 14:09:26 +0000 (10:09 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/StructuredPersonalUserName.pm

index 6118c0c..c969990 100644 (file)
@@ -18,7 +18,7 @@
 # ---------------------------------------------------------------
 package NCIP::StructuredPersonalUserName;
 
-use parent qw(Class:Accessor);
+use parent qw(Class::Accessor);
 
 # The name of this class is a bit unwieldy, but comes directly from
 # the standard.  I wonder if we shouldn't rename for our own sanity.