perldiag: Correct ‘Don't know how to handle magic’
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 21:32:39 +0000 (14:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 21:32:39 +0000 (14:32 -0700)
pod/perldiag.pod
t/porting/diag.t

index 779da45..b89c1db 100644 (file)
@@ -1763,7 +1763,7 @@ define a C<$VERSION>.
 (F) You cannot put a repeat count of any kind right after the '/' code.
 See L<perlfunc/pack>.
 
-=item Don't know how to handle magic of type '%s'
+=item Don't know how to handle magic of type \%o
 
 (P) The internal handling of magical variables has been cursed.
 
index 91b5385..8974cd2 100644 (file)
@@ -479,7 +479,6 @@ Code missing after '/' in unpack
 '%c' outside of string in pack
 Debug leaking scalars child failed%s with errno %d: %s
 '/' does not take a repeat count in %s
-Don't know how to handle magic of type \%o
 -Dp not implemented on this platform
 Error reading "%s": %s
 execl not implemented!