projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264b353
)
Fix typo in lib/NCIP/StructuredPersonalUserName.pm.
author
Jason Stephenson
<jason@sigio.com>
Sat, 23 Aug 2014 14:09:26 +0000
(10:09 -0400)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/lib/NCIP/StructuredPersonalUserName.pm
b/lib/NCIP/StructuredPersonalUserName.pm
index
6118c0c
..
c969990
100644
(file)
--- 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.