perldiag: Document ‘Don't know how to get file name’
authorFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 05:45:30 +0000 (21:45 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 21:08:44 +0000 (13:08 -0800)
pod/perldiag.pod

index d1875f3..2dc7fd6 100644 (file)
@@ -1736,6 +1736,11 @@ 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 get file name
+
+(P) C<PerlIO_getname>, a perl internal I/O function specific to VMS, was
+somehow called on another platform.  This should not happen.
+
 =item Don't know how to handle magic of type \%o
 
 (P) The internal handling of magical variables has been cursed.