Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perl-firefox-sync-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robin Daermann
perl-firefox-sync-client
Commits
35aa7449
Commit
35aa7449
authored
12 years ago
by
Robin Schroeder
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.02: Added prerequisites to Makefile.PL
parent
3b6df426
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Changes
+3
-0
3 additions, 0 deletions
Changes
README
+1
-1
1 addition, 1 deletion
README
lib/Firefox/Sync/Client.pm
+1
-1
1 addition, 1 deletion
lib/Firefox/Sync/Client.pm
with
5 additions
and
2 deletions
Changes
+
3
−
0
View file @
35aa7449
...
@@ -3,3 +3,6 @@ Revision history for Perl extension Firefox::Sync::Client.
...
@@ -3,3 +3,6 @@ Revision history for Perl extension Firefox::Sync::Client.
0.01 Tue Aug 14 19:25:34 2012
0.01 Tue Aug 14 19:25:34 2012
- initial version of the module
- initial version of the module
0.02 Fri Aug 17 20:46:07 2012
- Added prerequisites to Makefile.PM
This diff is collapsed.
Click to expand it.
README
+
1
−
1
View file @
35aa7449
Firefox Sync Client version 0.0
1
Firefox Sync Client version 0.0
2
================================
================================
This module provides an API to connect to a Firefox Sync Server.
This module provides an API to connect to a Firefox Sync Server.
...
...
This diff is collapsed.
Click to expand it.
lib/Firefox/Sync/Client.pm
+
1
−
1
View file @
35aa7449
...
@@ -104,7 +104,7 @@ use Mcrypt qw( :ALGORITHMS :MODES );
...
@@ -104,7 +104,7 @@ use Mcrypt qw( :ALGORITHMS :MODES );
use
JSON
;
use
JSON
;
use
LWP::
UserAgent
;
use
LWP::
UserAgent
;
our
$VERSION
=
'
0.0
1
';
our
$VERSION
=
'
0.0
2
';
our
@ISA
=
qw(Exporter)
;
our
@ISA
=
qw(Exporter)
;
our
@EXPORT
=
qw(new get_raw_collection get_addons get_bookmarks get_clients get_forms get_history get_meta get_passwords get_prefs get_tabs)
;
our
@EXPORT
=
qw(new get_raw_collection get_addons get_bookmarks get_clients get_forms get_history get_meta get_passwords get_prefs get_tabs)
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment