Skip to content

Commit

Permalink
[io grant] Document IO::Spec::* don't do any validation
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Apr 10, 2017
1 parent 69b2082 commit d436f3c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/Type/IO/Spec.pod6
Expand Up @@ -18,6 +18,10 @@ B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
you're creating your own high-level path manipulation routines, you don't
need to use C<IO::Spec::*>. Use L«C<IO::Path>|/type/IO::Path» instead.
B<NOTE2:> no special validation is done by these classes (e.g. check whether
path contains a NUL byte). It is the job of higher-level classes, like
L«C<IO::Path>|/type/IO::Path», to do that.
=head1 Methods
=end pod
Expand Down
4 changes: 4 additions & 0 deletions doc/Type/IO/Spec/Cygwin.pod6
Expand Up @@ -13,6 +13,10 @@ B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
you're creating your own high-level path manipulation routines, you don't
need to use C<IO::Spec::*>. Use L«C<IO::Path>|/type/IO::Path» instead.
B<NOTE2:> no special validation is done by these classes (e.g. check whether
path contains a NUL byte). It is the job of higher-level classes, like
L«C<IO::Path>|/type/IO::Path», to do that.
=head1 Methods
=head2 method abs2rel
Expand Down
4 changes: 4 additions & 0 deletions doc/Type/IO/Spec/QNX.pod6
Expand Up @@ -13,6 +13,10 @@ B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
you're creating your own high-level path manipulation routines, you don't
need to use C<IO::Spec::*>. Use L«C<IO::Path>|/type/IO::Path» instead.
B<NOTE2:> no special validation is done by these classes (e.g. check whether
path contains a NUL byte). It is the job of higher-level classes, like
L«C<IO::Path>|/type/IO::Path», to do that.
=head1 Methods
=head2 method canonpath
Expand Down
4 changes: 4 additions & 0 deletions doc/Type/IO/Spec/Unix.pod6
Expand Up @@ -13,6 +13,10 @@ B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
you're creating your own high-level path manipulation routines, you don't
need to use C<IO::Spec::*>. Use L«C<IO::Path>|/type/IO::Path» instead.
B<NOTE2:> no special validation is done by these classes (e.g. check whether
path contains a NUL byte). It is the job of higher-level classes, like
L«C<IO::Path>|/type/IO::Path», to do that.
=head1 Methods
=head2 method abs2rel
Expand Down
4 changes: 4 additions & 0 deletions doc/Type/IO/Spec/Win32.pod6
Expand Up @@ -14,6 +14,10 @@ B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
you're creating your own high-level path manipulation routines, you don't
need to use C<IO::Spec::*>. Use L«C<IO::Path>|/type/IO::Path» instead..
B<NOTE2:> no special validation is done by these classes (e.g. check whether
path contains a NUL byte). It is the job of higher-level classes, like
L«C<IO::Path>|/type/IO::Path», to do that.
=head1 Methods
=head2 method basename
Expand Down

0 comments on commit d436f3c

Please sign in to comment.