Package perl-Date-Extract: Information

    Binary package: perl-Date-Extract
    Version: 0.07-alt1
    Architecture: noarch
    Build time:  Oct 22, 2023, 11:59 PM
    Source package: perl-Date-Extract
    Category: Development/Perl
    Report package bug
    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;

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    Last changed


    Jan. 19, 2023 Igor Vlasenko 0.07-alt1
    - automated CPAN update
    June 8, 2021 Igor Vlasenko 0.06-alt2
    - fixed build
    Nov. 17, 2016 Igor Vlasenko 0.06-alt1
    - automated CPAN update