The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Artifactory-Client

0.1.15  2014/5/9
        Added get_repository_replication_configuration API call

0.1.14  2014/5/8
        Added move_item API call

0.1.13  2014/5/8
        Added copy_item API call

0.1.12  2014/5/7
        Added file_compliance_info API call

0.1.11  2014/5/6
        Added deploy_artifacts_from_archive API call

0.1.10  2014/5/5
        Added create_directory API call

0.1.9   2014/5/2
        Added archive_entry_download API call

0.1.8   2014/5/1
        Added trace_artifact_retrieval API call

0.1.7   2014/4/30
        Added retrieve_build_artifacts_archive API call

0.1.6   2014/4/29
        Added retrieve_latest_artifact API call

0.1.5   2014/4/28
        Organized retrieve_artifact API call to comply with upstream documentation

0.1.4   2014/4/28
        Added delete_item_properties API call

0.1.3   2014/4/26
        Added file_statistics API call

0.1.2   2014/4/25
        Added item_last_modified API call

0.1.1   2014/4/23
        Added file_info API call

0.1.0   2014/4/22
        Added folder_info API call.  Bumped minor version as BUILDS section is done

0.0.31  2014/4/21
        Added build_rename API call, sorted POD and code in the order of JFrog documentation

0.0.30  2014/4/18
        Added delete_build API call

0.0.29  2014/4/17
        Added build_promotion API call

0.0.28  2014/4/16
        Refactored mock responses for unit tests

0.0.27  2014/4/16
        Added builds_diff API call

0.0.26  2014/4/15
        Added build_info API call

0.0.25  2014/4/14
        Added build_runs API call

0.0.24  2014/4/11
        Added delete_item API call

0.0.23  2014/4/10
        Added all_builds API call

0.0.22  2014/4/9
        Added retrieve_artifact API call

0.0.21  2014/4/8
        Removing markdown syntax from README.md where needed

0.0.20  2014/4/8
        Added item_properties API call to fetch properties of an artifact

0.0.19  2014/4/7
        Added deploy_artifact_by_checksum API call

0.0.18  2014/4/7
        Made user agent attribute read-write so that user can plug it without recreating the object

0.0.17  2014/4/7
        Updating POD and merging README into README.md

0.0.16  2014/4/6
        Adding JSON as prereq for build_requires

0.0.15  2014/4/3
        Added unit tests

0.0.14  2014/4/3
        Added recursive flag on set_item_properties if user doesn't want the default recursive behavior

0.0.13  2014/3/31
        Updating POD to be more descriptive on property requirements

0.0.12  2014/3/31
        Required properties to be key => [value] pairs to conform with Artifactory handling of properties

0.0.11  2014/3/26
        Handling matrix parameters vs non-matrix parameters to deal with inconsistent REST API

0.0.10  2014/3/26
        Updating copyright information

0.0.9   2014/3/25
        Making sure module works with CPAN-style set up

0.0.8   2014/3/24
        Commas in multi-valued properties are no longer uri_escaped

0.0.7   2014/3/23
        Changed directory layout

0.0.6   2014/3/22
        Support for multi-valued properties.  Note that, multi-value is only possible for set item properties and not
        during deploy artifact

0.0.5   2014/3/21
        Renamed 'resource' to 'path' per Artifactory API documentation

0.0.4   2014/3/20
        Took out the handling of property values being too big / URL too long.  The caller is responsible for
        constructing requests in ways Artifactory accepts them

0.0.3   2014/3/18
        Applying Moose best practices

0.0.2   2014/3/15
        Added set_item_properties method to update properties instead of dropping existing ones

0.0.1   2014/3/13
        Initial release