App-IndonesianLocaleUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "CLIs related to Indonesian locale",
   "author" : [
      "perlancar <perlancar@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.031, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'CLIs related to Indonesian locale'
author:
  - 'perlancar <perlancar@cpan.org>'
build_requires:
  File::Spec: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Test::More: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.031.
use strict;
use warnings;

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "CLIs related to Indonesian locale",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-IndonesianLocaleUtils",
  "EXE_FILES" => [
    "script/list-idn-localities",
    "script/list-idn-provinces"
  ],
  "LICENSE" => "perl",

README  view on Meta::CPAN

NAME
    App::IndonesianLocaleUtils - CLIs related to Indonesian locale

VERSION
    This document describes version 0.021 of App::IndonesianLocaleUtils
    (from Perl distribution App-IndonesianLocaleUtils), released on
    2024-09-30.


    This distribution contains several CLI's related to Indonesian locale:

    *   list-idn-localities

    *   list-idn-provinces

HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/App-IndonesianLocaleUtils>.

SOURCE

lib/App/IndonesianLocaleUtils.pm  view on Meta::CPAN


use 5.010001;
use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-09-30'; # DATE
our $DIST = 'App-IndonesianLocaleUtils'; # DIST
our $VERSION = '0.021'; # VERSION

1;
# ABSTRACT: CLIs related to Indonesian locale

__END__

=pod

=encoding UTF-8

=head1 NAME

App::IndonesianLocaleUtils - CLIs related to Indonesian locale

=head1 VERSION

This document describes version 0.021 of App::IndonesianLocaleUtils (from Perl distribution App-IndonesianLocaleUtils), released on 2024-09-30.

=head1

This distribution contains several CLI's related to Indonesian locale:

=over

=item * L<list-idn-localities>

=item * L<list-idn-provinces>

=back




( run in 2.523 seconds using v1.01-cache-2.11-cpan-5837b0d9d2c )