From: Jason Stephenson Date: Sat, 23 Aug 2014 14:09:26 +0000 (-0400) Subject: Fix typo in lib/NCIP/StructuredPersonalUserName.pm. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e712a82421d2c6f3fa501593ba7b7ee1070f5314;p=NCIPServer.git Fix typo in lib/NCIP/StructuredPersonalUserName.pm. Signed-off-by: Jason Stephenson --- 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.