Skip to content
Snippets Groups Projects
Commit 35aa7449 authored by Robin Schroeder's avatar Robin Schroeder
Browse files

Version 0.02: Added prerequisites to Makefile.PL

parent 3b6df426
No related branches found
No related tags found
No related merge requests found
...@@ -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
Firefox Sync Client version 0.01 Firefox Sync Client version 0.02
================================ ================================
This module provides an API to connect to a Firefox Sync Server. This module provides an API to connect to a Firefox Sync Server.
......
...@@ -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.01'; our $VERSION = '0.02';
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment