Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37526143
en ru br
ALT Linux repos
S:0.07-alt1

Group :: Development/Perl
RPM: perl-Date-Extract

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.07-alt1
Build date: 18 january 2023, 21:32 ( 66.1 weeks ago )
Size: 35.76 Kb

Home page:   http://search.cpan.org/dist/Date-Extract/

License: perl
Summary: extract probable dates from strings
Description:

my $parser = Date::Extract->new();
   my $dt = $parser->extract($arbitrary_text)
       or die "No date found.";
   return $dt->ymd;

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Date-Extract
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin