From e712a82421d2c6f3fa501593ba7b7ee1070f5314 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 23 Aug 2014 10:09:26 -0400 Subject: [PATCH] Fix typo in lib/NCIP/StructuredPersonalUserName.pm. Signed-off-by: Jason Stephenson --- lib/NCIP/StructuredPersonalUserName.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NCIP/StructuredPersonalUserName.pm b/lib/NCIP/StructuredPersonalUserName.pm index 6118c0c..c969990 100644 --- a/lib/NCIP/StructuredPersonalUserName.pm +++ b/lib/NCIP/StructuredPersonalUserName.pm @@ -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. -- 2.43.2