Skip to content

Commit 49e72a2

Browse files
author
Jan-Olof Hendig
committed
Added docs for X::IO::Link
1 parent 14462dc commit 49e72a2

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

doc/Type/X/IO/Link.pod

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
=begin pod
2+
3+
=TITLE class X::IO::Link
4+
5+
=SUBTITLE Error while trying to create a link
6+
7+
class X::IO::Link does X::IO is Exception
8+
9+
Error class for failed L<&link> operation.
10+
11+
A typical error message is
12+
13+
Failed to create link called 'my-link' on target 'does-not exist': Failed to link file
14+
15+
=head1 Methods
16+
17+
=head2 method target
18+
19+
Returns the name of the link target, i.e. the existing file.
20+
21+
=head2 method name
22+
23+
Returns the name of the link that could not be created.
24+
25+
=end pod

type-graph.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ class X::IO::Chdir is Exception does X::IO
349349
class X::IO::Dir is Exception does X::IO
350350
class X::IO::Cwd is Exception does X::IO
351351
class X::IO::Rmdir is Exception does X::IO
352+
class X::IO::Link is Exception does X::IO
352353
class X::IO::Unlink is Exception does X::IO
353354
class X::IO::Symlink is Exception does X::IO
354355
class X::IO::Chmod is Exception does X::IO

0 commit comments

Comments
 (0)