File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# DESCRIPTION
6
6
7
- The C< LJ::Light> is a class implementing for Livejorunal flat API client.
8
- In normal use the application creates an C< LJ::Light> object, and then configures it with values for
9
- default UserAgent (via C< LWP::UserAgent> ), url to LJ flat interface, etc.
7
+ The ` LJ::Light` is a class implementing for Livejorunal flat API client.
8
+ In normal use the application creates an ` LJ::Light` object, and then configures it with values for
9
+ default UserAgent (via ` LWP::UserAgent` ), url to LJ flat interface, etc.
10
10
There are methods for: authorisation, getting user info, search user posts in specified journals.
11
11
12
12
# SYNOPSIS
110
110
https://github.com/apparentlymart/livejournal
111
111
- More Live Journal services:
112
112
http://dimio.org/lj-tools
113
-
114
- = item Another LJ modules:
115
- https://metacpan.org/pod/WebService::LiveJournal
116
- https://metacpan.org/pod/LJ::GetCookieSession
117
-
118
- = item Semantic Versioning guide:
119
- http://semver.org/
113
+ - Another LJ modules:
114
+ https://metacpan.org/pod/WebService::LiveJournal
115
+ https://metacpan.org/pod/LJ::GetCookieSession
116
+ - Semantic Versioning guide:
117
+ http://semver.org/
Original file line number Diff line number Diff line change @@ -238,11 +238,11 @@ sub events {
238
238
=item More Live Journal services:
239
239
http://dimio.org/lj-tools
240
240
241
- = item Another LJ modules:
241
+ =item Another LJ modules:
242
242
https://metacpan.org/pod/WebService::LiveJournal
243
243
https://metacpan.org/pod/LJ::GetCookieSession
244
244
245
- = item Semantic Versioning guide:
245
+ =item Semantic Versioning guide:
246
246
http://semver.org/
247
247
248
248
=back
You can’t perform that action at this time.
0 commit comments