Acme-CPANModules-BPOM-FoodRegistration
view release on metacpan or search on metacpan
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) 19xx name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the
appropriate parts of the General Public License. Of course, the
commands you use may be called something other than `show w' and `show
c'; they could even be mouse-clicks or menu items--whatever suits your
program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here a sample; alter the names:
"version" : "0.001"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-BPOM-FoodRegistration"
},
"homepage" : "https://metacpan.org/release/Acme-CPANModules-BPOM-FoodRegistration",
"repository" : {
"type" : "git",
"url" : "git://github.com/perlancar/perl-Acme-CPANModules-BPOM-FoodRegistration.git",
"web" : "https://github.com/perlancar/perl-Acme-CPANModules-BPOM-FoodRegistration"
}
},
"version" : "0.001",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.038002"
},
"plugins" : [
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple",
"name" : "@Author::PERLANCAR/UploadToCPAN::WWWPAUSESimple",
"version" : "0.04"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "runtime",
"type" : "requires"
}
},
"name" : "Prereqs",
"version" : "6.031"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "develop",
"type" : "x_spec"
}
},
"name" : "DevelopX_spec",
"version" : "6.031"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
"version" : "6.031"
},
version: '0.007'
-
class: Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple
name: '@Author::PERLANCAR/UploadToCPAN::WWWPAUSESimple'
version: '0.04'
-
class: Dist::Zilla::Plugin::Prereqs
config:
Dist::Zilla::Plugin::Prereqs:
phase: runtime
type: requires
name: Prereqs
version: '6.031'
-
class: Dist::Zilla::Plugin::Prereqs
config:
Dist::Zilla::Plugin::Prereqs:
phase: develop
type: x_spec
name: DevelopX_spec
version: '6.031'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
version: '6.031'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
version: '6.031'
App::BPOMUtils::Table::FoodIngredient) is a CLI tool to search the
"daftar bahan pangan" database, which is scraped from BPOM website
(<https://ereg-rba.pom.go.id>).
List of food categories
bpom-list-food-categories-rba (from App::BPOMUtils::Table::FoodCategory)
is a CLI tool to query the "kategori pangan" database, which is scraped
from BPOM website (<https://ereg-rba.pom.go.id>).
List of food types
bpom-list-food-types-rba-importer and bpom-list-food-types-rba-producer
(from App::BPOMUtils::Table::FoodType) is a CLI tool to query the "jenis
pangan" database, which is scraped from BPOM website
(<https://ereg-rba.pom.go.id>).
List of registration code prefixes
bpom-list-reg-code-prefixes (from App::BPOMUtils::Table::RegCodePrefix)
is a CLI tool to query the list of known alphabetical prefixes in BPOM
registered product codes.
convert-vitamin-d-unit, convert-vitamin-e-unit.
Producing Nutrition Facts tables
bpom-show-nutrition-facts (from App::BPOMUtils::NutritionFacts).
TableData
TableData::Business::ID::BPOM::FoodCategory and
TableData::Business::ID::BPOM::FoodTypeq are lists of food categories
and food types, in TableData packaging. See TableData for more details.
Miscelanous
App::BPOMUtils::RPO::Ingredients contains some utilities, e.g.
bpom-rpo-ingredients-group-for-label to help in creating/formatting
ingredients list on food label.
App::BPOMUtils::RPO::Checker contains some utilities for checking your
documents before you upload them to BPOM website, e.g.
bpom-rpo-check-files, bpom-rpo-check-files-label-design.
lib/Acme/CPANModules/BPOM/FoodRegistration.pm view on Meta::CPAN
**List of food categories**
<prog:bpom-list-food-categories-rba> (from
<pm:App::BPOMUtils::Table::FoodCategory>) is a CLI tool to query the "kategori
pangan" database, which is scraped from BPOM website
(<https://ereg-rba.pom.go.id>).
**List of food types**
<prog:bpom-list-food-types-rba-importer> and
<prog:bpom-list-food-types-rba-producer> (from
<pm:App::BPOMUtils::Table::FoodType>) is a CLI tool to query the "jenis pangan"
database, which is scraped from BPOM website (<https://ereg-rba.pom.go.id>).
**List of registration code prefixes**
<prog:bpom-list-reg-code-prefixes> (from
<pm:App::BPOMUtils::Table::RegCodePrefix>) is a CLI tool to query the list of
known alphabetical prefixes in BPOM registered product codes.
lib/Acme/CPANModules/BPOM/FoodRegistration.pm view on Meta::CPAN
**Producing Nutrition Facts tables**
<prog:bpom-show-nutrition-facts> (from <pm:App::BPOMUtils::NutritionFacts>).
**TableData**
<pm:TableData::Business::ID::BPOM::FoodCategory> and
<pm:TableData::Business::ID::BPOM::FoodTypeq> are lists of food categories and
food types, in TableData packaging. See <pm:TableData> for more details.
**Miscelanous**
<pm:App::BPOMUtils::RPO::Ingredients> contains some utilities, e.g.
<prog:bpom-rpo-ingredients-group-for-label> to help in creating/formatting
ingredients list on food label.
<pm:App::BPOMUtils::RPO::Checker> contains some utilities for checking your
documents before you upload them to BPOM website, e.g.
lib/Acme/CPANModules/BPOM/FoodRegistration.pm view on Meta::CPAN
bahan pangan" database, which is scraped from BPOM website
(L<https://ereg-rba.pom.go.id>).
B<List of food categories>
L<bpom-list-food-categories-rba> (from
L<App::BPOMUtils::Table::FoodCategory>) is a CLI tool to query the "kategori
pangan" database, which is scraped from BPOM website
(L<https://ereg-rba.pom.go.id>).
B<List of food types>
L<bpom-list-food-types-rba-importer> and
L<bpom-list-food-types-rba-producer> (from
L<App::BPOMUtils::Table::FoodType>) is a CLI tool to query the "jenis pangan"
database, which is scraped from BPOM website (L<https://ereg-rba.pom.go.id>).
B<List of registration code prefixes>
L<bpom-list-reg-code-prefixes> (from
L<App::BPOMUtils::Table::RegCodePrefix>) is a CLI tool to query the list of
known alphabetical prefixes in BPOM registered product codes.
B<Conversion utilities>
lib/Acme/CPANModules/BPOM/FoodRegistration.pm view on Meta::CPAN
L<convert-vitamin-e-unit>.
B<Producing Nutrition Facts tables>
L<bpom-show-nutrition-facts> (from L<App::BPOMUtils::NutritionFacts>).
B<TableData>
L<TableData::Business::ID::BPOM::FoodCategory> and
L<TableData::Business::ID::BPOM::FoodTypeq> are lists of food categories and
food types, in TableData packaging. See L<TableData> for more details.
B<Miscelanous>
L<App::BPOMUtils::RPO::Ingredients> contains some utilities, e.g.
L<bpom-rpo-ingredients-group-for-label> to help in creating/formatting
ingredients list on food label.
L<App::BPOMUtils::RPO::Checker> contains some utilities for checking your
documents before you upload them to BPOM website, e.g.
L<bpom-rpo-check-files>, L<bpom-rpo-check-files-label-design>.
( run in 1.261 second using v1.01-cache-2.11-cpan-df04353d9ac )