Calendar-Dates-Academic-ID-UT-PPs

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Academic calendar of Universitas Terbuka (postgraduate programs, program pascasarjana)",
   "author" : [
      "perlancar <perlancar@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.012, 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: 'Academic calendar of Universitas Terbuka (postgraduate programs, program pascasarjana)'
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.012.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Academic calendar of Universitas Terbuka (postgraduate programs, program pascasarjana)",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Calendar-Dates-Academic-ID-UT-PPs",
  "LICENSE" => "perl",
  "NAME" => "Calendar::Dates::Academic::ID::UT::PPs",
  "PREREQ_PM" => {
    "Calendar::DatesRoles::DataPreparer::CalendarVar::FromDATA::Simple" => 0,
    "Calendar::DatesRoles::DataUser::CalendarVar" => "0.003",

README  view on Meta::CPAN

NAME
    Calendar::Dates::Academic::ID::UT::PPs - Academic calendar of
    Universitas Terbuka (postgraduate programs, program pascasarjana)

VERSION
    This document describes version 0.003 of
    Calendar::Dates::Academic::ID::UT::PPs (from Perl distribution
    Calendar-Dates-Academic-ID-UT-PPs), released on 2019-06-20.

SYNOPSIS
  Using from Perl
     use Calendar::Dates::Academic::ID::UT::PPs;

README  view on Meta::CPAN

         date => "2019-07-08",
         day => 8,
         default_lang => "id",
         month => 7,
         summary => "Pengumuman Hasil Tes Masuk Periode II",
         tags => ["smt2019/20.1"],
         year => 2019,
       },
     ]

  Using from CLI (requires list-calendar-dates and calx)
     % list-calendar-dates -l -m Academic::ID::UT::PPs
     % calx -c Academic::ID::UT::PPs

DESCRIPTION
    This module provides academic calendar of Indonesia's open university
    Universitas Terbuka (postgraduate programs, program pascasarjana).

DATES STATISTICS
     +---------------+-------+
     | key           | value |
     +---------------+-------+
     | Earliest year | 2019  |
     | Latest year   | 2019  |
     +---------------+-------+

README  view on Meta::CPAN

SEE ALSO
    <https://www.ut.ac.id/>

    <https://www.ut.ac.id/kalender-akademik/pps>

    Calendar::Dates

    App::CalendarDatesUtils contains CLIs to list dates from this module,
    etc.

    calx from App::calx can display calendar and highlight dates from
    Calendar::Dates::* modules

AUTHOR
    perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2019 by perlancar@cpan.org.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

lib/Calendar/Dates/Academic/ID/UT/PPs.pm  view on Meta::CPAN

use 5.010001;
use strict;
use warnings;

use Role::Tiny::With;

with 'Calendar::DatesRoles::DataPreparer::CalendarVar::FromDATA::Simple';
with 'Calendar::DatesRoles::DataUser::CalendarVar';

1;
# ABSTRACT: Academic calendar of Universitas Terbuka (postgraduate programs, program pascasarjana)

=pod

=encoding UTF-8

=head1 NAME

Calendar::Dates::Academic::ID::UT::PPs - Academic calendar of Universitas Terbuka (postgraduate programs, program pascasarjana)

=head1 VERSION

This document describes version 0.003 of Calendar::Dates::Academic::ID::UT::PPs (from Perl distribution Calendar-Dates-Academic-ID-UT-PPs), released on 2019-06-20.

=head1 SYNOPSIS

=head2 Using from Perl

 use Calendar::Dates::Academic::ID::UT::PPs;

lib/Calendar/Dates/Academic/ID/UT/PPs.pm  view on Meta::CPAN

     date => "2019-07-08",
     day => 8,
     default_lang => "id",
     month => 7,
     summary => "Pengumuman Hasil Tes Masuk Periode II",
     tags => ["smt2019/20.1"],
     year => 2019,
   },
 ]

=head2 Using from CLI (requires L<list-calendar-dates> and L<calx>)

 % list-calendar-dates -l -m Academic::ID::UT::PPs
 % calx -c Academic::ID::UT::PPs

=head1 DESCRIPTION

This module provides academic calendar of Indonesia's open university
Universitas Terbuka (postgraduate programs, program pascasarjana).

=head1 DATES STATISTICS

 +---------------+-------+
 | key           | value |
 +---------------+-------+
 | Earliest year | 2019  |
 | Latest year   | 2019  |
 +---------------+-------+

lib/Calendar/Dates/Academic/ID/UT/PPs.pm  view on Meta::CPAN

=head1 SEE ALSO

L<https://www.ut.ac.id/>

L<https://www.ut.ac.id/kalender-akademik/pps>

L<Calendar::Dates>

L<App::CalendarDatesUtils> contains CLIs to list dates from this module, etc.

L<calx> from L<App::calx> can display calendar and highlight dates from Calendar::Dates::* modules

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under



( run in 0.499 second using v1.01-cache-2.11-cpan-c333fce770f )