Skip Menu |

This queue is for tickets about the Safe-Isa CPAN distribution.

Report information
The Basics
Id: 87692
Status: resolved
Priority: 0/
Queue: Safe-Isa

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.000003
Fixed in: (no value)



Subject: typo fix
See the attached patch
Subject: Safe-Isa.diff
diff --git a/lib/Safe/Isa.pm b/lib/Safe/Isa.pm index bb0b221..6124bda 100644 --- a/lib/Safe/Isa.pm +++ b/lib/Safe/Isa.pm @@ -106,7 +106,7 @@ is equivalent to Note that we don't handle trying class names, because many things are valid class names that you might not want to treat as one (like say "Matt") - the C<is_module_name> function from L<Module::Runtime> is a good way to check for -somthing you might be able to call methods on if you want to do that. +something you might be able to call methods on if you want to do that. =head1 EXPORTS
thanks, releasing shortly.