File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Synopsis 32: Setting Library - IO
24
24
25
25
Created: 19 Feb 2009
26
26
27
- Last Modified: 23 Sep 2014
28
- Version: 24
27
+ Last Modified: 29 Sep 2014
28
+ Version: 25
29
29
30
30
=head1 Overview
31
31
@@ -1055,6 +1055,16 @@ rather than words themselves. By default, words will be returned.
1055
1055
1056
1056
=back
1057
1057
1058
+ =head3 Subclasses
1059
+
1060
+ The C<IO::Path> class may have C<IO::Spec> specific subclasses. But basically,
1061
+ these would only implicitely specify the C<IO::Class> to be specified for
1062
+ the C<.new> method:
1063
+
1064
+ class IO::Path::Win32 {
1065
+ method new(|c) { IO::Path.new(|c, :SPEC(IO::Spec::Win32) }
1066
+ }
1067
+
1058
1068
=head2 IO::Handle
1059
1069
1060
1070
class IO::Handle does IO { ... }
You can’t perform that action at this time.
0 commit comments