File Coverage

blib/lib/Acme/CPANModules/BPOM/FoodRegistration.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANModules::BPOM::FoodRegistration;
2              
3 1     1   465626 use strict;
  1         2  
  1         46  
4 1     1   6 use warnings;
  1         2  
  1         74  
5              
6 1     1   645 use Acme::CPANModulesUtil::Misc;
  1         653  
  1         197  
7              
8             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
9             our $DATE = '2024-03-22'; # DATE
10             our $DIST = 'Acme-CPANModules-BPOM-FoodRegistration'; # DIST
11             our $VERSION = '0.001'; # VERSION
12              
13             my $text = <<'MARKDOWN';
14              
15             The following are some utilities which can be used if you are doing food
16             registration at BPOM.
17              
18              
19             **Searching for products**
20              
21             (from ) is a CLI front-end for
22             . Currently broken (not yet updated to the latest
23             version of the website).
24              
25              
26             **List of food additives**
27              
28             (from )
29             is a CLI tool to search the database, which is scraped from BPOM website
30             ().
31              
32              
33             **List of food ingredients**
34              
35             (from
36             ) is a CLI tool to search the "daftar
37             bahan pangan" database, which is scraped from BPOM website
38             ().
39              
40              
41             **List of food categories**
42              
43             (from
44             ) is a CLI tool to query the "kategori
45             pangan" database, which is scraped from BPOM website
46             ().
47              
48              
49             **List of food types**
50              
51             and
52             (from
53             ) is a CLI tool to query the "jenis pangan"
54             database, which is scraped from BPOM website ().
55              
56              
57             **List of registration code prefixes**
58              
59             (from
60             ) is a CLI tool to query the list of
61             known alphabetical prefixes in BPOM registered product codes.
62              
63              
64             **Conversion utilities**
65              
66             From : .
67              
68             From : ,
69             , .
70              
71             From : ,
72             , ,
73             , ,
74             , ,
75             , ,
76             .
77              
78              
79             **Producing Nutrition Facts tables**
80              
81             (from ).
82              
83              
84             **TableData**
85              
86             and
87             are lists of food categories and
88             food types, in TableData packaging. See for more details.
89              
90              
91             **Miscelanous**
92              
93             contains some utilities, e.g.
94             to help in creating/formatting
95             ingredients list on food label.
96              
97             contains some utilities for checking your
98             documents before you upload them to BPOM website, e.g.
99             , .
100              
101              
102             **Keywords**
103              
104             Indonesian Food and Drug Authority, pendaftaran pangan olahan, registrasi pangan
105             olahan, RPO.
106              
107             MARKDOWN
108              
109             our $LIST = {
110             summary => 'List of modules and utilities related to Food Registration at BPOM',
111             description => $text,
112             tags => ['task'],
113             };
114              
115             Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;
116              
117             1;
118             # ABSTRACT: List of modules and utilities related to Food Registration at BPOM
119              
120             __END__