File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
18
18
you're creating your own high-level path manipulation routines, you don't
19
19
need to use C < IO::Spec::* > . Use L « C < IO::Path > |/type/IO::Path» instead.
20
20
21
+ B < NOTE2: > no special validation is done by these classes (e.g. check whether
22
+ path contains a NUL byte). It is the job of higher-level classes, like
23
+ L « C < IO::Path > |/type/IO::Path» , to do that.
24
+
21
25
= head1 Methods
22
26
23
27
= end pod
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
13
13
you're creating your own high-level path manipulation routines, you don't
14
14
need to use C < IO::Spec::* > . Use L « C < IO::Path > |/type/IO::Path» instead.
15
15
16
+ B < NOTE2: > no special validation is done by these classes (e.g. check whether
17
+ path contains a NUL byte). It is the job of higher-level classes, like
18
+ L « C < IO::Path > |/type/IO::Path» , to do that.
19
+
16
20
= head1 Methods
17
21
18
22
= head2 method abs2rel
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
13
13
you're creating your own high-level path manipulation routines, you don't
14
14
need to use C < IO::Spec::* > . Use L « C < IO::Path > |/type/IO::Path» instead.
15
15
16
+ B < NOTE2: > no special validation is done by these classes (e.g. check whether
17
+ path contains a NUL byte). It is the job of higher-level classes, like
18
+ L « C < IO::Path > |/type/IO::Path» , to do that.
19
+
16
20
= head1 Methods
17
21
18
22
= head2 method canonpath
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
13
13
you're creating your own high-level path manipulation routines, you don't
14
14
need to use C < IO::Spec::* > . Use L « C < IO::Path > |/type/IO::Path» instead.
15
15
16
+ B < NOTE2: > no special validation is done by these classes (e.g. check whether
17
+ path contains a NUL byte). It is the job of higher-level classes, like
18
+ L « C < IO::Path > |/type/IO::Path» , to do that.
19
+
16
20
= head1 Methods
17
21
18
22
= head2 method abs2rel
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ B<NOTE:> the C<IO::Spec::*> classes provide low-level path operations. Unless
14
14
you're creating your own high-level path manipulation routines, you don't
15
15
need to use C < IO::Spec::* > . Use L « C < IO::Path > |/type/IO::Path» instead..
16
16
17
+ B < NOTE2: > no special validation is done by these classes (e.g. check whether
18
+ path contains a NUL byte). It is the job of higher-level classes, like
19
+ L « C < IO::Path > |/type/IO::Path» , to do that.
20
+
17
21
= head1 Methods
18
22
19
23
= head2 method basename
You can’t perform that action at this time.
0 commit comments