Date::Extract::P800Picture is Copyright (C) 2008-2021, Roland van Ipenburg

Date::Extract::P800Picture version v1.1.7
=========================================

This module can be used to extract the date and hour found in the filenames
of pictures taken with the Sony Ericsson P800 camera phone. The format used
by that phone is the almost human readable YMDHNNNN.JPG:

    Y       year between 2000 and 2035, 0-9A-Z
    M       month, 0-9AB
    D       day of month, 0-9A-U
    H       hour of day, 0-9A-N
    NNNN    decimal incremental id
    .JPG    filename extension

A simple web implementation is available at https://rolandvanipenburg.com/p800/

INSTALLATION

To install this module type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install

DEPENDENCIES

This module requires these other modules and libraries:

  Exception::Class           0
  English                 1.04
  Readonly                1.03
  DateTime                0.45
  POSIX                   1.13
  Moose                      0
  Log::Log4perl              0
  Image::ExifTool            0
  File::Basename             0
  File::Slurp                0
  File::stat                 0
  Getopt::Long               0
  Pod::Usage                 0
  Pod::Usage::CommandLine    0
  Test::More              0.86

LICENSE INFORMATION

This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself, either Perl version 5.14.0 or, at your option,
any later version of Perl 5 you may have available.  For more details, see
the full text of the licenses in the directory LICENSES.