NAME

Data::Properties::PropertiesReader - Read key-values peers into a file

DESCRIPTION

Let's go searching values (lists ids) into a properties file and return it to the Data::CURL::CurlRequester.

CONFIGURATION AND ENVIRONMENT

We've got hard-coded name of our first library ('stag') in the code. Feel free to change if needed. See https://bugs.launchpad.net/bibliothek-project/+bug/856571

DEPENDENCIES

Properties

SUBROUTINES / METHODS

get_list_ids()

Reads values (list ids) from a properties file. Store this values into an array and returns it.

BUGS AND LIMITATIONS

Hard coded values, see CONFIGURATION AND ENVIRONMENT section https://bugs.launchpad.net/bibliothek-project/+bug/856571

AUTHOR

Self Shelf Swap - Simon Foutaiz - 2011-05-24

CURRENT MAINTAINER

    my ( $firstname = "seb", $lastname = "feugere", $provider = "gmail"); 
    print $firstname . "." . $lastname . "@" . $provider . "." .com;   

VERSION

This is version 0.01, well known as a Dime And A Shoestring

COPYRIGHT AND LICENSE

Copyright 2011 Self Shelf Swap.

This library is free software. You can redistribute it and/or modify it under the same terms as Perl himself.