Result:
found more than 999 distributions - search limited to the first 2001 files matching your query ( run in 2.787 )


App-AutoBuild

 view release on metacpan or  search on metacpan

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


		clean: unlink output files/meta file (.autobuild_meta)

=head1 DESCRIPTION

After writing a makefile for my 30th C project, I decided this was dumb and it (the computer) should figure out which object files should be linked in or recompiled.  The idea behind this module is you create a build.pl that uses App::AutoBuild and c...

App::AutoBuild will figure out all the object files your C file depends on.  A list of included header files (.h) will be computed by GCC and remembered in a cache.  At build time, stat() is called on each header file included by your .c file.  If an...

This tool isn't supposed to be a make replacement-- there are plenty of those, and at least one great one already in Perl.  The idea is that the build system should know enough about the source code to do what you want for you.  This replaces all the...

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

	for(qw(cc osuffix))
	{
		$ab->{$_} = $opts->{$_} if($opts->{$_});
	}

	$ab->{'rules'} = $opts->{'rules'} || []; # HACK for now until I decide the right way to do this

	for my $bin (keys %{ $opts->{'programs'} })
	{
		if($ab->{'clean'} || !$ab->{'default'} || $ab->{'default'}{$bin})
		{

 view all matches for this distribution


App-AutoCRUD

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.
	$VERSION = '1.19';

 view all matches for this distribution


App-BPOMUtils-Additives

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/Additives.pm  view on Meta::CPAN

    args => {
        %args_common,
    },
    examples => [
        {args=>{quantity=>'ppm'}, summary=>'Show all possible conversions'},
        {args=>{quantity=>'250 ppm', to_unit=>'ppm-as-benzoic-acid'}, summary=>'Convert from ppm (as sodium benzoate) to ppm (as benzoic acid)'},
    ],
};
sub convert_benzoate_unit {
    require Physics::Unit;

    Physics::Unit::InitUnit(
        ['ppm'], '1 mg/kg',
        ['ppm-as-benzoic-acid'], '1.18006878480183 mg/kg', # benzoic acid's molecular weight = 122.12, sodium benzoate's molecular weight = 144.11
        ['ppm-as-sodium-benzoate'], '1 mg/kg',
        ['ppm-as-na-benzoate'], '1 mg/kg',
        ['ppm-as-potassium-benzoate'], '0.959326321395287 mg/kg', # potassium benzoate's molecular weight = 150.22
        ['ppm-as-k-benzoate'], '0.959326321395287 mg/kg',
        ['ppm-as-calcium-benzoate'], '0.432574120647515 mg/kg', # calcium benzoate's molecular weight = 282.31

lib/App/BPOMUtils/Additives.pm  view on Meta::CPAN

        return [200, "OK", $new_amount];
    } else {
        my @rows;
        for my $u (
            'ppm',
            'ppm-as-benzoic-acid',
            'ppm-as-sodium-benzoate',
            'ppm-as-na-benzoate',
            'ppm-as-potassium-benzoate',
            'ppm-as-k-benzoate',
            'ppm-as-calcium-benzoate',

lib/App/BPOMUtils/Additives.pm  view on Meta::CPAN

 [
   200,
   "OK",
   [
     { amount => 1, unit => "ppm" },
     { amount => 0.847408229824443, unit => "ppm-as-benzoic-acid" },
     { amount => 1, unit => "ppm-as-sodium-benzoate" },
     { amount => 1, unit => "ppm-as-na-benzoate" },
     { amount => 1.04239816806606, unit => "ppm-as-potassium-benzoate" },
     { amount => 1.04239816806606, unit => "ppm-as-k-benzoate" },
     { amount => 2.31174254831314, unit => "ppm-as-calcium-benzoate" },
     { amount => 2.31174254831314, unit => "ppm-as-ca-benzoate" },
   ],
   {},
 ]

=item * Convert from ppm (as sodium benzoate) to ppm (as benzoic acid):

 convert_benzoate_unit(quantity => "250 ppm", to_unit => "ppm-as-benzoic-acid");

Result:

 [200, "OK", 211.852057456111, {}]

 view all matches for this distribution


App-BPOMUtils-NutritionFacts

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/NutritionFacts.pm  view on Meta::CPAN

        ve            => {summary => 'Vitamin E, in mg alpha-TE (tocopherol-equivalent)', schema => 'ufloat*'},
        vk            => {summary => 'Vitamin K, in mcg', schema => 'ufloat*'},
        vb1           => {summary => 'Vitamin B1, in mg/100g', schema => 'ufloat*'},
        vb2           => {summary => 'Vitamin B2, in mg/100g', schema => 'ufloat*'},
        vb3           => {summary => 'Vitamin B3, in mg/100g', schema => 'ufloat*'},
        vb5           => {summary => 'Vitamin B5 (pantothenic acid), in mg/100g', schema => 'ufloat*'},
        vb6           => {summary => 'Vitamin B6, in mg/100g', schema => 'ufloat*'},
        folate        => {summary => 'Folate (vitamin B9), in mcg/100g', schema => 'ufloat*'},
        vb12          => {summary => 'Vitamin B12, in mcg/100g', schema => 'ufloat*'},
        biotin        => {summary => 'Biotin, in mcg/100g', schema => 'ufloat*'},
        choline       => {summary => 'Choline, in mg/100g', schema => 'ufloat*'},

lib/App/BPOMUtils/NutritionFacts.pm  view on Meta::CPAN


(No description)

=item * B<vb5> => I<ufloat>

Vitamin B5 (pantothenic acid), in mgE<sol>100g.

=item * B<vb5_nufact> => I<ufloat>

Vitamin B5 (pantothenic acid), in mgE<sol>100g (value to be used in nutrition facts table instead the lab test result).

=item * B<vb5_nufact_note> => I<str>

(No description)

 view all matches for this distribution



App-BPOMUtils-RPO-Checker

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - Adjust to Data::Sah::Value::perl::Path::filenames 0.004.


0.011   2023-03-16  Released-By: PERLANCAR; Urgency: high

        - [bugfix] A line of code was accidentally deleted causing PDF type
          check to always fail.


0.010   2023-03-16  Released-By: PERLANCAR; Urgency: medium

 view all matches for this distribution


App-BPOMUtils-RPO-Ingredients

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/RPO/Ingredients.pm  view on Meta::CPAN


    Ingredient,%weight,"Ingredient name for label (Indonesian)","Ingredient name for label (English)","QUID?","Note (Indonesian)","Note (English)","Ingredient group for label (Indonesian)","Ingredient group for label (English)","Inner ingredient (Ind...
    Air,78.48,Air,Water,,,,,
    Gula,16.00,Gula,Sugar,,"mengandung pengawet sulfit","contains sulfite preservative",,,,
    "Nata de coco",5.00,"Nata de coco","Nata de coco",1,"mengandung pengawet sulfit","contains sulfit preservative",,,,
    "Asam sitrat",0.25,"Asam sitrat","Citric acid",,,,"Pengatur keasaman","Acidity regulator",,,
    "Asam malat",0.10,"Asam malat","Malic acid",,,,"Pengatur keasaman","Acidity regulator",,,
    "Grape extract",0.10,Anggur,Grape,,,,"Ekstrak buah","Fruit extract","buah anggur","grape fruit","60-70"
    "Tea flavor",0.05,Teh,Tea,,,,"Perisa sintetik","Synthetic flavoring",,,
    "Natrium benzoat",0.02,"Natrium benzoat","Sodium benzoate",,,,Pengawet,Preservative,,,

It can then group the ingredients based on the ingredient group and generate

lib/App/BPOMUtils/RPO/Ingredients.pm  view on Meta::CPAN


    Ingredient,%weight
    Water,78.48
    Sugar (contains sulfite preservative),16.00
    "Nata de coco 5% (contains sulfite preservative)",5.00
    "Acidity regulator (Citric acid, Malic acid)",0.35
    "Fruit extract (Grape 0.1% (containing grape fruit 0.06-0.07%))",0.1
    "Synthetic flavoring (Tea)",0.05
    "Preservative Sodium benzoate",0.02

_

lib/App/BPOMUtils/RPO/Ingredients.pm  view on Meta::CPAN


 Ingredient,%weight,"Ingredient name for label (Indonesian)","Ingredient name for label (English)","QUID?","Note (Indonesian)","Note (English)","Ingredient group for label (Indonesian)","Ingredient group for label (English)","Inner ingredient (Indone...
 Air,78.48,Air,Water,,,,,
 Gula,16.00,Gula,Sugar,,"mengandung pengawet sulfit","contains sulfite preservative",,,,
 "Nata de coco",5.00,"Nata de coco","Nata de coco",1,"mengandung pengawet sulfit","contains sulfit preservative",,,,
 "Asam sitrat",0.25,"Asam sitrat","Citric acid",,,,"Pengatur keasaman","Acidity regulator",,,
 "Asam malat",0.10,"Asam malat","Malic acid",,,,"Pengatur keasaman","Acidity regulator",,,
 "Grape extract",0.10,Anggur,Grape,,,,"Ekstrak buah","Fruit extract","buah anggur","grape fruit","60-70"
 "Tea flavor",0.05,Teh,Tea,,,,"Perisa sintetik","Synthetic flavoring",,,
 "Natrium benzoat",0.02,"Natrium benzoat","Sodium benzoate",,,,Pengawet,Preservative,,,

It can then group the ingredients based on the ingredient group and generate

lib/App/BPOMUtils/RPO/Ingredients.pm  view on Meta::CPAN


 Ingredient,%weight
 Water,78.48
 Sugar (contains sulfite preservative),16.00
 "Nata de coco 5% (contains sulfite preservative)",5.00
 "Acidity regulator (Citric acid, Malic acid)",0.35
 "Fruit extract (Grape 0.1% (containing grape fruit 0.06-0.07%))",0.1
 "Synthetic flavoring (Tea)",0.05
 "Preservative Sodium benzoate",0.02

This function is not exported by default, but exportable.

 view all matches for this distribution


App-BPOMUtils-Table-FoodCategory

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/Table/FoodCategory.pm  view on Meta::CPAN

    "Susu diasamkan adalah produk susu yang diperoleh dari susu segar atau susu pasteurisasi atau susu rekonstitusi atau susu rekombinasi yang diasamkan, dengan atau tanpa penambahan mikroba, vitamin dan bahan pangan lain. Jenis asam yang dapat digun...
    "Aktif",
  ],
  [
    "0102010104",
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi)",
    "Susu asidofilus adalah produk susu yang diperoleh dari fermentasi susu dengan menggunakan bakteri asam laktat Lactobacillus acidophilus, dapat ditambahkan bakteri lain yang sesuai.<br> Karakteristik dasar:<br> \xE2\x{20AC}\xA2 Total padatan susu...
    "Aktif",
  ],
  [
    "0102010105",
    "Yogurt (Plain) (Tanpa Pemanasan Setelah Difermentasi)",

lib/App/BPOMUtils/Table/FoodCategory.pm  view on Meta::CPAN

    "Susu diasamkan adalah produk susu yang diperoleh dari susu segar atau susu pasteurisasi atau susu rekonstitusi atau susu rekombinasi yang diasamkan, dengan atau tanpa penambahan mikroba, vitamin dan bahan pangan lain. Jenis asam yang dapat digun...
    "Aktif",
  ],
  [
    "0102010204",
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi)",
    "Susu asidofilus adalah produk susu yang diperoleh dari fermentasi susu dengan menggunakan bakteri asam laktat Lactobacillus acidophilus, dapat ditambahkan bakteri lain yang sesuai.<br> Karakteristik dasar:<br> \xE2\x{20AC}\xA2 Total padatan susu...
    "Aktif",
  ],
  [
    "0102010205",
    "Yogurt (Plain) (Dengan Pemanasan Setelah Difermentasi)",

lib/App/BPOMUtils/Table/FoodCategory.pm  view on Meta::CPAN

    "Serbuk lemak adalah produk lemak nabati dan atau lemak hewani yang berbentuk serbuk dengan atau tanpa penambahan bahan pengisi. Contoh : Serbuk Lemak Kelapa Sawit, Serbuk Lemak Kelapa Virgin, Serbuk Lemak Kelapa, Serbuk Minyak Ikan.",
    "Aktif",
  ],
  [
    "02010243",
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil)",
    "Rapeseed oil\xE2\x{20AC}\x{201C}low erucic acid adalah minyak yang dihasilkan dari minyak rendah asam erusat biji Brassica napus L., Brassica rapa L. and Brassica juncea L.",
    "Aktif",
  ],
  [
    "02010244",
    "Minyak Goreng (Frying oil)",

lib/App/BPOMUtils/Table/FoodCategory.pm  view on Meta::CPAN

    "Tidak Aktif",
  ],
  [
    "0402020214",
    "Mete Gelondong",
    "Mete gelondong adalah produk kering yang diperoleh dari buah tanaman jambu mede (Anacardium occidaentale Linn.) yang telah dikeringkan.",
    "Tidak Aktif",
  ],
  [
    "0402020215",
    "Kentang Kering Serpih (Flakes)",

lib/App/BPOMUtils/Table/FoodCategory.pm  view on Meta::CPAN

    "Aktif",
  ],
  [
    1401020127,
    "Sari Buah Raspberry",
    "Sari buah raspberry adalah produk sari buah yang diperoleh dari buah raspberry (Rubus occidentalis L.).<br> Karakteristik dasar:<br> Level brix untuk sari buah rekonstitusi dan puree rekonstitusi tidak kurang dari 11,0",
    "Aktif",
  ],
  [
    1401020128,
    "Sari Buah Stroberi",

lib/App/BPOMUtils/Table/FoodCategory.pm  view on Meta::CPAN

    "Aktif",
  ],
  [
    150205,
    "Kacang Mede",
    "Kacang mede adalah biji dari buah tanaman jambu mete (Anacardium occidentale) yang telah dikupas kulitnya, dikeringkan dan dapat dipanggang atau digoreng.",
    "Tidak Aktif",
  ],
  [150206, "Kipang Kacang Mete", "", "Aktif"],
  [
    150207,

 view all matches for this distribution


App-BPOMUtils-Table-FoodIngredient

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/Table/FoodIngredient.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    204,
    "Vitamin B5 (Pantothenic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table/FoodIngredient.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    208,
    "Vitamin B9 (Folic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    209,
    "Vitamin C (Ascorbic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table/FoodIngredient.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    1679,
    "Gamma Aminobutyric Acid (GABA) (Untuk Minuman Teh)",
    "Bahan Baku",
    "NO",
    "NO",
    "YES",
    "YES",

lib/App/BPOMUtils/Table/FoodIngredient.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    2351,
    "Ceremai (Phyllanthus acidus (L.) Skeells)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table/FoodIngredient.pm  view on Meta::CPAN

    "YES",
  ],
  [2567, "Asafoetida", "Bahan Baku", "NO", "NO", "NO", "YES"],
  [
    2568,
    "Asam Amino Premiks (Amino Acid Premix)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table/FoodIngredient.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    2572,
    "Asam Folat (Folic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2573,
    "Asam Fosfat (Acid Phosphoric)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table/FoodIngredient.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    2578,
    "Asam Linoleat (Linoleic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2579,
    "Asam Linoleat Terkonjugasi (Conjugated Linoleic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2580,
    "Asam Nukleat (Nucleic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2581,
    "Asam Oktanoat (Octanoate Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table/FoodIngredient.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    2583,
    "Asam Palmitat (Palmitic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2584,
    "Asam Stearat (Stearic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2585,
    "Asam Sulfat (Sulfic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

 view all matches for this distribution


App-BPOMUtils-Table-FoodType

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm  view on Meta::CPAN

    150,
    46326,
    "0118",
    "Pangan olahan hasil fermentasi susu",
    "010201010002",
    "Susu Asidofilus (Acidophilus Milk) (Tanpa Pemanasan Setelah Proses Fermentasi)",
    750000,
    600000,
    400000,
    "Aktif",
  ],

lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm  view on Meta::CPAN

    161,
    46326,
    "0120",
    "Pangan olahan hasil fermentasi susu yang dipasteurisasi",
    "010201020002",
    "Susu Asidofilus (Acidophilus Milk) (Dengan Pemanasan Setelah Proses Fermentasi)",
    750000,
    600000,
    400000,
    "Aktif",
  ],

lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm  view on Meta::CPAN

    350,
    46315,
    "0205",
    "Lemak dan minyak nabati",
    "020102000037",
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil)",
    300000,
    200000,
    150000,
    "Aktif",
  ],

lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm  view on Meta::CPAN

    351,
    46315,
    "0205",
    "Lemak dan minyak nabati",
    "020102000037",
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil)",
    300000,
    200000,
    150000,
    "Aktif",
  ],

lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm  view on Meta::CPAN

    2091,
    46326,
    1321,
    "Pangan olahan untuk keperluan medis khusus bayi/ anak bentuk bubuk",
    130103000002,
    "PKMK untuk Pasien Kelainan Metabolik Isovaleric Acidemia",
    3000000,
    2500000,
    1500000,
    "Aktif",
  ],

lib/App/BPOMUtils/Table/FoodTypeRBAImporter.pm  view on Meta::CPAN

    2092,
    46339,
    1321,
    "Pangan olahan untuk keperluan medis khusus bayi/ anak bentuk bubuk",
    130103000002,
    "PKMK untuk Pasien Kelainan Metabolik Isovaleric Acidemia",
    3000000,
    2500000,
    1500000,
    "Aktif",
  ],

 view all matches for this distribution


App-BPOMUtils-Table-MicrobeInput

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/Table/MicrobeInput.pm  view on Meta::CPAN

    "Susu (Rasa) Pasteurisasi (01010212)",
    "Jumlah Sampel - Salmonella",
  ],
  [
    8264,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Salmonella (negatif/25 g)",
  ],
  [
    8265,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Jumlah Sampel - Salmonella",
    "\x{2265}",
  ],
  [
    8266,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Salmonella (/25 g)",
  ],
  [
    8267,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Jumlah Sampel - Salmonella",
    "\x{2265}",
  ],
  [
    8268,

 view all matches for this distribution


App-BPOMUtils-Table

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

  [13, "Amonium karbonat (Ammonium carbonate)", ""],
  [14, "Amonium karbonat (Ammonium carbonate)", ""],
  [15, "Amonium karbonat (Ammonium carbonate)", ""],
  [16, "Amonium klorida (Ammonium chloride)", ""],
  [17, "Antosianin (Anthocyanins)", ""],
  [18, "Asam 5- inosinat (5-Inosinic acid)", ""],
  [19, "Asam 5-guanilat (5-Guanylic acid)", ""],
  [20, "Asam adipat (Adipic acid) ", ""],
  [21, "Asam adipat (Adipic acid)", ""],
  [22, "Asam alginat (Alginic acid)", ""],
  [23, "Asam alginat (Alginic acid)", ""],
  [24, "Asam alginat (Alginic acid)", ""],
  [25, "Asam alginat (Alginic acid)", ""],
  [26, "Asam alginat (Alginic acid)", ""],
  [27, "Asam asetat (Acetic acid)", ""],
  [28, "Asam askorbat (Ascorbic acid)", ""],
  [29, "Asam benzoate (Benzoic acid)", ""],
  [30, "Asam eritorbat (Erythorbic acid)", ""],
  [31, "Asam fosfat (Orthophosphoric acid)", ""],
  [32, "Asam fumarat (Fumaric acid)", ""],
  [33, "Asam fumarat (Fumaric acid)", ""],
  [34, "Asam hidroklorida (Hydrochloric acid)", ""],
  [35, "Asam laktat (Lactic acid)", ""],
  [36, "Asam L-glutamat (L-Glutamic acid)", ""],
  [37, "Asam malat (Malic acid)", ""],
  [38, "Asam propionat (Propionic acid)", ""],
  [39, "Asam siklamat (Cyclamic acid)", ""],
  [40, "Asam sitrat (Citric acid)", ""],
  [41, "Asam sorbat (Sorbic acid) ", ""],
  [42, "Asam tartrat (Tartaric acid)", ""],
  [43, "Asesulfam-K (Acesulfame potassium)", ""],
  [44, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
  [45, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
  [46, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
  [47, "Askorbil palmitat (Ascorbyl palmitate)", ""],

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

  [107, "Ekstrak Rosemari (Rosemary Extract)", "Antioksidan"],
  [108, "Eritritol (Erythritol)", ""],
  [109, "Eritrosin CI. No. 45430 (Erythrosine)", ""],
  [
    110,
    "Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
    "",
  ],
  [
    111,
    "Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
    "",
  ],
  [
    112,
    "Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
    "",
  ],
  [
    113,
    "Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fatty acid esters of glycerol)",
    "",
  ],
  [
    114,
    "Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fattya acid esters of glycerol)",
    "",
  ],
  [
    115,
    "Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltartaric and fatty acid esters of glycerol)",
    "",
  ],
  [
    116,
    "Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
    "",
  ],
  [
    117,
    "Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
    "",
  ],
  [
    118,
    "Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
    "",
  ],
  [
    119,
    "Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
    "",
  ],
  [
    120,
    "Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
    "",
  ],
  [
    121,
    "Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
    "",
  ],
  [
    122,
    "Ester gliserol resin kayu (Glycerol ester of wood Rosin)",

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

    "Ester gliserol resin kayu (Glycerol ester of wood Rosin)",
    "",
  ],
  [
    126,
    "Ester poligliserol asam lemak (Polyglycerol esters of fatty acids)",
    "",
  ],
  [
    127,
    "Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
    "",
  ],
  [
    128,
    "Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
    "",
  ],
  [
    129,
    "Ester propilen glikol asam lemak (Propylene glycol esters of fatty acids)",
    "",
  ],
  [
    130,
    "Ester sukrosa asam lemak (Sucrose esters of fatty acids)",
    "",
  ],
  [
    131,
    "Etil ester dari beta-apo-8asam karotenoat CI. No. 40825 (beta-apo-8-Carotenoic acid ethyl ester)",
    "",
  ],
  [132, "Etil metil selulosa (Methyl ethyl cellulose)", ""],
  [133, "Etil metil selulosa (Methyl ethyl cellulose)", ""],
  [134, "Etil metil selulosa (Methyl ethyl cellulose)", ""],

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

  [349, "Metil selulosa (Methyl cellulose)", ""],
  [350, "Metil selulosa (Methyl cellulose)", ""],
  [351, "Minyak Atsiri Paprika (Paprika Oleoresin)", ""],
  [
    352,
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
    "",
  ],
  [
    353,
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
    "",
  ],
  [
    354,
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
    "",
  ],
  [
    355,
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
    "",
  ],
  [
    356,
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
    "",
  ],
  [357, "Monokalium fosfat (Monopotassium orthophosphate)", ""],
  [358, "Monokalium fosfat (Monopotassium orthophosphate)", ""],
  [359, "Monokalium fosfat (Monopotassium orthophosphate)", ""],

lib/App/BPOMUtils/Table/FoodAdditive.pm  view on Meta::CPAN

  [441, "Papain (Papain)", ""],
  [442, "Pati asetat (Starch acetate)", ""],
  [443, "Pati asetat (Starch acetate)", ""],
  [444, "Pati asetat (Starch acetate)", ""],
  [445, "Pati asetat (Starch acetate)", ""],
  [446, "Pati modifikasi asam (Acid treated starch)", ""],
  [447, "Pati modifikasi asam (Acid treated starch)", ""],
  [448, "Pati modifikasi asam (Acid treated starch)", ""],
  [449, "Pati modifikasi asam (Acid treated starch)", ""],
  [450, "Pati modifikasi basa (Alkaline treated starch)", ""],
  [451, "Pati modifikasi basa (Alkaline treated starch)", ""],
  [452, "Pati modifikasi basa (Alkaline treated starch)", ""],
  [453, "Pati modifikasi enzim (Enzymed treated starch)", ""],
  [454, "Pati modifikasi enzim (Enzymed treated starch)", ""],

 view all matches for this distribution


App-BPOMUtils

 view release on metacpan or  search on metacpan

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Susu diasamkan adalah produk susu yang diperoleh dari susu segar atau susu pasteurisasi atau susu rekonstitusi atau susu rekombinasi yang diasamkan, dengan atau tanpa penambahan mikroba, vitamin dan bahan pangan lain. Jenis asam yang dapat digun...
    "Aktif",
  ],
  [
    "0102010104",
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi)",
    "Susu asidofilus adalah produk susu yang diperoleh dari fermentasi susu dengan menggunakan bakteri asam laktat Lactobacillus acidophilus, dapat ditambahkan bakteri lain yang sesuai.<br> Karakteristik dasar:<br> \xE2\x{20AC}\xA2 Total padatan susu...
    "Aktif",
  ],
  [
    "0102010105",
    "Yogurt (Plain) (Tanpa Pemanasan Setelah Difermentasi)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Susu diasamkan adalah produk susu yang diperoleh dari susu segar atau susu pasteurisasi atau susu rekonstitusi atau susu rekombinasi yang diasamkan, dengan atau tanpa penambahan mikroba, vitamin dan bahan pangan lain. Jenis asam yang dapat digun...
    "Aktif",
  ],
  [
    "0102010204",
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi)",
    "Susu asidofilus adalah produk susu yang diperoleh dari fermentasi susu dengan menggunakan bakteri asam laktat Lactobacillus acidophilus, dapat ditambahkan bakteri lain yang sesuai.<br> Karakteristik dasar:<br> \xE2\x{20AC}\xA2 Total padatan susu...
    "Aktif",
  ],
  [
    "0102010205",
    "Yogurt (Plain) (Dengan Pemanasan Setelah Difermentasi)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Serbuk lemak adalah produk lemak nabati dan atau lemak hewani yang berbentuk serbuk dengan atau tanpa penambahan bahan pengisi. Contoh : Serbuk Lemak Kelapa Sawit, Serbuk Lemak Kelapa Virgin, Serbuk Lemak Kelapa, Serbuk Minyak Ikan.",
    "Aktif",
  ],
  [
    "02010243",
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil)",
    "Rapeseed oil\xE2\x{20AC}\x{201C}low erucic acid adalah minyak yang dihasilkan dari minyak rendah asam erusat biji Brassica napus L., Brassica rapa L. and Brassica juncea L.",
    "Aktif",
  ],
  [
    "02010244",
    "Minyak Goreng (Frying oil)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Tidak Aktif",
  ],
  [
    "0402020214",
    "Mete Gelondong",
    "Mete gelondong adalah produk kering yang diperoleh dari buah tanaman jambu mede (Anacardium occidaentale Linn.) yang telah dikeringkan.",
    "Tidak Aktif",
  ],
  [
    "0402020215",
    "Kentang Kering Serpih (Flakes)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Aktif",
  ],
  [
    1401020127,
    "Sari Buah Raspberry",
    "Sari buah raspberry adalah produk sari buah yang diperoleh dari buah raspberry (Rubus occidentalis L.).<br> Karakteristik dasar:<br> Level brix untuk sari buah rekonstitusi dan puree rekonstitusi tidak kurang dari 11,0",
    "Aktif",
  ],
  [
    1401020128,
    "Sari Buah Stroberi",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Aktif",
  ],
  [
    150205,
    "Kacang Mede",
    "Kacang mede adalah biji dari buah tanaman jambu mete (Anacardium occidentale) yang telah dikupas kulitnya, dikeringkan dan dapat dipanggang atau digoreng.",
    "Tidak Aktif",
  ],
  [150206, "Kipang Kacang Mete", "", "Aktif"],
  [
    150207,

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    204,
    "Vitamin B5 (Pantothenic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    208,
    "Vitamin B9 (Folic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    209,
    "Vitamin C (Ascorbic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    1679,
    "Gamma Aminobutyric Acid (GABA) (Untuk Minuman Teh)",
    "Bahan Baku",
    "NO",
    "NO",
    "YES",
    "YES",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    2351,
    "Ceremai (Phyllanthus acidus (L.) Skeells)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "YES",
  ],
  [2567, "Asafoetida", "Bahan Baku", "NO", "NO", "NO", "YES"],
  [
    2568,
    "Asam Amino Premiks (Amino Acid Premix)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    2572,
    "Asam Folat (Folic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2573,
    "Asam Fosfat (Acid Phosphoric)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    2578,
    "Asam Linoleat (Linoleic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2579,
    "Asam Linoleat Terkonjugasi (Conjugated Linoleic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2580,
    "Asam Nukleat (Nucleic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2581,
    "Asam Oktanoat (Octanoate Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "NO",
    "YES",
  ],
  [
    2583,
    "Asam Palmitat (Palmitic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2584,
    "Asam Stearat (Stearic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",
  ],
  [
    2585,
    "Asam Sulfat (Sulfic Acid)",
    "Bahan Baku",
    "NO",
    "NO",
    "NO",
    "YES",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  [13, "Amonium karbonat (Ammonium carbonate)", ""],
  [14, "Amonium karbonat (Ammonium carbonate)", ""],
  [15, "Amonium karbonat (Ammonium carbonate)", ""],
  [16, "Amonium klorida (Ammonium chloride)", ""],
  [17, "Antosianin (Anthocyanins)", ""],
  [18, "Asam 5- inosinat (5-Inosinic acid)", ""],
  [19, "Asam 5-guanilat (5-Guanylic acid)", ""],
  [20, "Asam adipat (Adipic acid) ", ""],
  [21, "Asam adipat (Adipic acid)", ""],
  [22, "Asam alginat (Alginic acid)", ""],
  [23, "Asam alginat (Alginic acid)", ""],
  [24, "Asam alginat (Alginic acid)", ""],
  [25, "Asam alginat (Alginic acid)", ""],
  [26, "Asam alginat (Alginic acid)", ""],
  [27, "Asam asetat (Acetic acid)", ""],
  [28, "Asam askorbat (Ascorbic acid)", ""],
  [29, "Asam benzoate (Benzoic acid)", ""],
  [30, "Asam eritorbat (Erythorbic acid)", ""],
  [31, "Asam fosfat (Orthophosphoric acid)", ""],
  [32, "Asam fumarat (Fumaric acid)", ""],
  [33, "Asam fumarat (Fumaric acid)", ""],
  [34, "Asam hidroklorida (Hydrochloric acid)", ""],
  [35, "Asam laktat (Lactic acid)", ""],
  [36, "Asam L-glutamat (L-Glutamic acid)", ""],
  [37, "Asam malat (Malic acid)", ""],
  [38, "Asam propionat (Propionic acid)", ""],
  [39, "Asam siklamat (Cyclamic acid)", ""],
  [40, "Asam sitrat (Citric acid)", ""],
  [41, "Asam sorbat (Sorbic acid) ", ""],
  [42, "Asam tartrat (Tartaric acid)", ""],
  [43, "Asesulfam-K (Acesulfame potassium)", ""],
  [44, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
  [45, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
  [46, "Asetil pati oksidasi (Acetylated oxidized starch)", ""],
  [47, "Askorbil palmitat (Ascorbyl palmitate)", ""],

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  [107, "Ekstrak Rosemari (Rosemary Extract)", "Antioksidan"],
  [108, "Eritritol (Erythritol)", ""],
  [109, "Eritrosin CI. No. 45430 (Erythrosine)", ""],
  [
    110,
    "Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
    "",
  ],
  [
    111,
    "Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
    "",
  ],
  [
    112,
    "Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
    "",
  ],
  [
    113,
    "Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fatty acid esters of glycerol)",
    "",
  ],
  [
    114,
    "Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fattya acid esters of glycerol)",
    "",
  ],
  [
    115,
    "Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltartaric and fatty acid esters of glycerol)",
    "",
  ],
  [
    116,
    "Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
    "",
  ],
  [
    117,
    "Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
    "",
  ],
  [
    118,
    "Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
    "",
  ],
  [
    119,
    "Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
    "",
  ],
  [
    120,
    "Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
    "",
  ],
  [
    121,
    "Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
    "",
  ],
  [
    122,
    "Ester gliserol resin kayu (Glycerol ester of wood Rosin)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Ester gliserol resin kayu (Glycerol ester of wood Rosin)",
    "",
  ],
  [
    126,
    "Ester poligliserol asam lemak (Polyglycerol esters of fatty acids)",
    "",
  ],
  [
    127,
    "Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
    "",
  ],
  [
    128,
    "Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
    "",
  ],
  [
    129,
    "Ester propilen glikol asam lemak (Propylene glycol esters of fatty acids)",
    "",
  ],
  [
    130,
    "Ester sukrosa asam lemak (Sucrose esters of fatty acids)",
    "",
  ],
  [
    131,
    "Etil ester dari beta-apo-8asam karotenoat CI. No. 40825 (beta-apo-8-Carotenoic acid ethyl ester)",
    "",
  ],
  [132, "Etil metil selulosa (Methyl ethyl cellulose)", ""],
  [133, "Etil metil selulosa (Methyl ethyl cellulose)", ""],
  [134, "Etil metil selulosa (Methyl ethyl cellulose)", ""],

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  [349, "Metil selulosa (Methyl cellulose)", ""],
  [350, "Metil selulosa (Methyl cellulose)", ""],
  [351, "Minyak Atsiri Paprika (Paprika Oleoresin)", ""],
  [
    352,
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
    "",
  ],
  [
    353,
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
    "",
  ],
  [
    354,
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
    "",
  ],
  [
    355,
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
    "",
  ],
  [
    356,
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
    "",
  ],
  [357, "Monokalium fosfat (Monopotassium orthophosphate)", ""],
  [358, "Monokalium fosfat (Monopotassium orthophosphate)", ""],
  [359, "Monokalium fosfat (Monopotassium orthophosphate)", ""],

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  [441, "Papain (Papain)", ""],
  [442, "Pati asetat (Starch acetate)", ""],
  [443, "Pati asetat (Starch acetate)", ""],
  [444, "Pati asetat (Starch acetate)", ""],
  [445, "Pati asetat (Starch acetate)", ""],
  [446, "Pati modifikasi asam (Acid treated starch)", ""],
  [447, "Pati modifikasi asam (Acid treated starch)", ""],
  [448, "Pati modifikasi asam (Acid treated starch)", ""],
  [449, "Pati modifikasi asam (Acid treated starch)", ""],
  [450, "Pati modifikasi basa (Alkaline treated starch)", ""],
  [451, "Pati modifikasi basa (Alkaline treated starch)", ""],
  [452, "Pati modifikasi basa (Alkaline treated starch)", ""],
  [453, "Pati modifikasi enzim (Enzymed treated starch)", ""],
  [454, "Pati modifikasi enzim (Enzymed treated starch)", ""],

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Susu (Rasa) Pasteurisasi (01010212)",
    "Jumlah Sampel - Salmonella",
  ],
  [
    8264,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Salmonella (negatif/25 g)",
  ],
  [
    8265,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Jumlah Sampel - Salmonella",
    "\x{2265}",
  ],
  [
    8266,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Salmonella (/25 g)",
  ],
  [
    8267,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Jumlah Sampel - Salmonella",
    "\x{2265}",
  ],
  [
    8268,

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Kalsium alginat (Calcium alginate)",
  ],
  [
    764,
    "Bahan Tambahan Pangan (99)",
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
  ],
  [
    765,
    "Bahan Tambahan Pangan (99)",
    "Kalsium karbonat (Calcium carbonate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Magnesium silikat (Magnesium silicate)",
  ],
  [
    779,
    "Bahan Tambahan Pangan (99)",
    "Asam askorbat (Ascorbic acid)",
  ],
  [
    780,
    "Bahan Tambahan Pangan (99)",
    "Natrium askorbat (Sodium ascorbate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Propil galat (Propyl gallate)",
  ],
  [
    790,
    "Bahan Tambahan Pangan (99)",
    "Asam eritorbat (Erythorbic acid)",
  ],
  [
    791,
    "Bahan Tambahan Pangan (99)",
    "Natrium eritorbat (Sodium erythorbate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Kalsium polifosfat (Calcium polyphosphate)",
  ],
  [
    816,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
  ],
  [
    817,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
  ],
  [
    818,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
  ],
  [
    819,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltartaric and fatty acid esters of glycerol)",
  ],
  [
    820,
    "Bahan Tambahan Pangan (99)",
    "Natrium glukonat (Sodium gluconate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  ],
  [844, "Bahan Tambahan Pangan (99)", "Aspartam (Aspartame)"],
  [
    845,
    "Bahan Tambahan Pangan (99)",
    "Asam siklamat (Cyclamic acid)",
  ],
  [
    846,
    "Bahan Tambahan Pangan (99)",
    "Kalsium siklamat (Calcium cyclamate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Polietilen glikol (Polyethylene glycol)",
  ],
  [
    858,
    "Bahan Tambahan Pangan (99)",
    "Asam alginat (Alginic acid)",
  ],
  [
    859,
    "Bahan Tambahan Pangan (99)",
    "Natrium alginat (Sodium alginate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  [
    871,
    "Bahan Tambahan Pangan (99)",
    "Kalsium karbonat (Calcium carbonate)",
  ],
  [872, "Bahan Tambahan Pangan (99)", "Asam asetat (Acetic acid)"],
  [
    873,
    "Bahan Tambahan Pangan (99)",
    "Natrium asetat (Sodium acetate)",
  ],
  [
    874,
    "Bahan Tambahan Pangan (99)",
    "Kalsium asetat (Calcium acetate)",
  ],
  [875, "Bahan Tambahan Pangan (99)", "Asam laktat (Lactic acid)"],
  [876, "Bahan Tambahan Pangan (99)", "Asam malat (Malic acid)"],
  [
    877,
    "Bahan Tambahan Pangan (99)",
    "Asam fumarat (Fumaric acid)",
  ],
  [
    878,
    "Bahan Tambahan Pangan (99)",
    "Natrium laktat (Sodium lactate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  [
    881,
    "Bahan Tambahan Pangan (99)",
    "L-amonium laktat (L-ammonium lactate)",
  ],
  [882, "Bahan Tambahan Pangan (99)", "Asam sitrat (Citric acid)"],
  [
    883,
    "Bahan Tambahan Pangan (99)",
    "Natrium dihidrogen sitrat (Sodium dihydrogen citrate)",
  ],

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Trikalsium sitrat (Tricalcium citrate)",
  ],
  [
    889,
    "Bahan Tambahan Pangan (99)",
    "Asam tartrat (Tartaric acid)",
  ],
  [
    890,
    "Bahan Tambahan Pangan (99)",
    "Kalium hidrogen tartrat (Potassium hydrogen tartrate)",
  ],
  [
    891,
    "Bahan Tambahan Pangan (99)",
    "Asam fosfat (Orthophosphoric acid)",
  ],
  [
    892,
    "Bahan Tambahan Pangan (99)",
    "Natrium hidrogen malat (Sodium hydrogen malate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  [
    894,
    "Bahan Tambahan Pangan (99)",
    "Kalsium DL-malat (Calcium DL-malate)",
  ],
  [895, "Bahan Tambahan Pangan (99)", "Asam adipat (Adipic acid)"],
  [
    896,
    "Bahan Tambahan Pangan (99)",
    "Natrium adipat (Sodium adipates)",
  ],

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Magnesium karbonat (Magnesium carbonate)",
  ],
  [
    905,
    "Bahan Tambahan Pangan (99)",
    "Asam hidroklorida (Hydrochloric acid)",
  ],
  [
    906,
    "Bahan Tambahan Pangan (99)",
    "Natrium sulfat (Sodium sulphate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  [
    915,
    "Bahan Tambahan Pangan (99)",
    "Kalsium glukonat (Calcium gluconate)",
  ],
  [916, "Bahan Tambahan Pangan (99)", "Asam sorbat (Sorbic acid)"],
  [
    917,
    "Bahan Tambahan Pangan (99)",
    "Natrium sorbat (Sodium sorbate)",
  ],

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Kalsium sorbat (Calcium sorbate)",
  ],
  [
    920,
    "Bahan Tambahan Pangan (99)",
    "Asam benzoate (Benzoic acid)",
  ],
  [
    921,
    "Bahan Tambahan Pangan (99)",
    "Natrium benzoat (Sodium benzoate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Kalium nitrat (Potassium nitrate)",
  ],
  [
    939,
    "Bahan Tambahan Pangan (99)",
    "Asam propionat (Propionic acid)",
  ],
  [
    940,
    "Bahan Tambahan Pangan (99)",
    "Natrium propionat (Sodium propionate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Trikalium fosfat (Tripotassium orthophosphate)",
  ],
  [
    968,
    "Bahan Tambahan Pangan (99)",
    "Asam alginat (Alginic acid)",
  ],
  [
    969,
    "Bahan Tambahan Pangan (99)",
    "Natrium alginat (Sodium alginate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Natrium karboksimetil selulosa (Sodium carboxymethyl cellulose)",
  ],
  [
    1006,
    "Bahan Tambahan Pangan (99)",
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
  ],
  [
    1007,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
  ],
  [
    1008,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
  ],
  [
    1009,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
  ],
  [
    1010,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fattya acid esters of glycerol)",
  ],
  [
    1011,
    "Bahan Tambahan Pangan (99)",
    "Ester sukrosa asam lemak (Sucrose esters of fatty acids)",
  ],
  [
    1012,
    "Bahan Tambahan Pangan (99)",
    "Ester poligliserol asam lemak (Polyglycerol esters of fatty acids)",
  ],
  [
    1013,
    "Bahan Tambahan Pangan (99)",
    "Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
  ],
  [
    1014,
    "Bahan Tambahan Pangan (99)",
    "Ester propilen glikol asam lemak (Propylene glycol esters of fatty acids)",
  ],
  [
    1015,
    "Bahan Tambahan Pangan (99)",
    "Natrium stearoil-2-laktilat (Sodium stearoyl-2-lactylate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Polidekstrosa (Polydextroses)",
  ],
  [
    1021,
    "Bahan Tambahan Pangan (99)",
    "Pati modifikasi asam (Acid treated starch)",
  ],
  [
    1022,
    "Bahan Tambahan Pangan (99)",
    "Pati pucat (Bleached starch)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Kalsium laktat (Calcium lactate)",
  ],
  [
    1039,
    "Bahan Tambahan Pangan (99)",
    "Asam alginat (Alginic acid)",
  ],
  [
    1040,
    "Bahan Tambahan Pangan (99)",
    "Natrium alginat (Sodium alginate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Natrium karboksimetil selulosa hidrolisa enzim (Sodium carboxymethyl cellulose, enzymatically hydrolysed)",
  ],
  [
    1071,
    "Bahan Tambahan Pangan (99)",
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
  ],
  [
    1072,
    "Bahan Tambahan Pangan (99)",
    "Kalium klorida (Potassium chloride)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  ],
  [1078, "Bahan Tambahan Pangan (99)", "Dekstrin (Dextrins)"],
  [
    1079,
    "Bahan Tambahan Pangan (99)",
    "Pati modifikasi asam (Acid treated starch)",
  ],
  [
    1080,
    "Bahan Tambahan Pangan (99)",
    "Pati modifikasi basa (Alkaline treated starch)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Kalsium glukonat (Calcium gluconate)",
  ],
  [
    1101,
    "Bahan Tambahan Pangan (99)",
    "Asam L-glutamat (L-Glutamic acid)",
  ],
  [
    1102,
    "Bahan Tambahan Pangan (99)",
    "Mononatrium L-glutamate (Monosodium L-glutamate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Kalsium di-L-glutamat (Calsium di-L-glutamate)",
  ],
  [
    1105,
    "Bahan Tambahan Pangan (99)",
    "Asam 5-guanilat (5-Guanylic acid)",
  ],
  [
    1106,
    "Bahan Tambahan Pangan (99)",
    "Dinatrium 5-guanilat (Disodium 5- guanylate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Kalsium 5-guanilat (Calcium 5- guanylate)",
  ],
  [
    1109,
    "Bahan Tambahan Pangan (99)",
    "Asam 5- inosinat (5-Inosinic acid)",
  ],
  [
    1110,
    "Bahan Tambahan Pangan (99)",
    "Dinatrium 5- inosinat (Disodium 5- inosinate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Natrium laktat (Sodium lactate)",
  ],
  [
    1116,
    "Bahan Tambahan Pangan (99)",
    "Asam alginat (Alginic acid)",
  ],
  [
    1117,
    "Bahan Tambahan Pangan (99)",
    "Natrium alginat (Sodium alginate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Natrium karboksimetil selulosa (Sodium carboxymethyl cellulose)",
  ],
  [
    1132,
    "Bahan Tambahan Pangan (99)",
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
  ],
  [
    1133,
    "Bahan Tambahan Pangan (99)",
    "Kalsium sulfat (Calcium sulphate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Polidekstrosa (Polydextroses)",
  ],
  [
    1135,
    "Bahan Tambahan Pangan (99)",
    "Pati modifikasi asam (Acid treated starch)",
  ],
  [
    1136,
    "Bahan Tambahan Pangan (99)",
    "Pati modifikasi basa (Alkaline treated starch)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Kalsium asetat (Calcium acetate)",
  ],
  [
    1149,
    "Bahan Tambahan Pangan (99)",
    "Asam fumarat (Fumaric acid)",
  ],
  [1150, "Bahan Tambahan Pangan (99)", "Lesitin (Lecithins)"],
  [
    1151,
    "Bahan Tambahan Pangan (99)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Trikalsium fosfat (Tricalcium orthophosphate)",
  ],
  [
    1169,
    "Bahan Tambahan Pangan (99)",
    "Asam adipat (Adipic acid)",
  ],
  [
    1170,
    "Bahan Tambahan Pangan (99)",
    "Asam alginat (Alginic acid)",
  ],
  [
    1171,
    "Bahan Tambahan Pangan (99)",
    "Natrium alginat (Sodium alginate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Natrium karboksimetil selulosa hidrolisa enzim (Sodium carboxymethyl cellulose, enzymatically hydrolysed)",
  ],
  [
    1213,
    "Bahan Tambahan Pangan (99)",
    "Mono dan digliserida asam lemak (Mono- and di-glycerides of fatty acids)",
  ],
  [
    1214,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan asetat dari gliserol (Acetic and fatty acid esters of glycerol)",
  ],
  [
    1215,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan laktat dari gliserol (Lactic and fatty acid esters of glycerol)",
  ],
  [
    1216,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan sitrat dari gliserol (Citric and fatty acid esters of glycerol)",
  ],
  [
    1217,
    "Bahan Tambahan Pangan (99)",
    "Ester asam lemak dan diasetiltartrat dari gliserol (Diacetyltaric and fatty acid esters of glycerol)",
  ],
  [
    1218,
    "Bahan Tambahan Pangan (99)",
    "Ester poligliserol asam risinoleat terinteresterifikasi (Polyglycerol esters of interesterified ricinoleic acid)",
  ],
  [
    1219,
    "Bahan Tambahan Pangan (99)",
    "Natrium karbonat (Sodium carbonate)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

  ],
  [1235, "Bahan Tambahan Pangan (99)", "Dekstrin (Dextrins)"],
  [
    1236,
    "Bahan Tambahan Pangan (99)",
    "Pati modifikasi asam (Acid treated starch)",
  ],
  [
    1237,
    "Bahan Tambahan Pangan (99)",
    "Pati modifikasi basa (Alkaline treated starch)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Beta-apo-8-karotenal CI. No. 40820 (beta-Apo-8-Carotenal)",
  ],
  [
    1279,
    "Bahan Tambahan Pangan (99)",
    "Etil ester dari beta-apo-8asam karotenoat CI. No. 40825 (beta-apo-8-Carotenoic acid ethyl ester)",
  ],
  [1280, "Bahan Tambahan Pangan (99)", "Merah bit (Beet red)"],
  [
    1281,
    "Bahan Tambahan Pangan (99)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "=3",
  ],
  [
    3551,
    "Formula Bayi Cair (1308)",
    "Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
    "=1",
  ],
  [
    3552,
    "Formula Bayi Cair (1308)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "=3",
  ],
  [
    3571,
    "Formula Bayi Padat (1307)",
    "Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
    "=1",
  ],
  [
    3572,
    "Formula Bayi Padat (1307)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "=3",
  ],
  [
    3652,
    "Formula Untuk Keperluan Medis Khusus Bayi Dengan Alergi Protein Susu Sapi Cair (1342)",
    "Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
    "=1",
  ],
  [
    3653,
    "Formula Untuk Keperluan Medis Khusus Bayi Dengan Alergi Protein Susu Sapi Cair (1342)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "=3",
  ],
  [
    3676,
    "Formula Untuk Keperluan Medis Khusus Bayi Dengan Alergi Protein Susu Sapi Padat (1341)",
    "Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
    "=1",
  ],
  [
    3677,
    "Formula Untuk Keperluan Medis Khusus Bayi Dengan Alergi Protein Susu Sapi Padat (1341)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "=0.1",
  ],
  [
    8367,
    "Minyak Biji Rami/Flaxseed Oil/Flax Oil/Linseed Oil (02010249)",
    "Bilangan asam (acid value) untuk Lemak dan minyak yang dimurnikan (refined fats and oils) (mg KOH/g lemak atau minyak)",
    "=0.6",
  ],
  [
    8368,
    "Minyak Biji Rami/Flaxseed Oil/Flax Oil/Linseed Oil (02010249)",
    "Bilangan asam (acid value) untuk Lemak dan minyak cold pressed (cold pressed fats and oils) (mg KOH/g lemak atau minyak)",
    "=4",
  ],
  [
    8369,
    "Minyak Biji Rami/Flaxseed Oil/Flax Oil/Linseed Oil (02010249)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "=3",
  ],
  [
    9303,
    "Pangan Olahan Keperluan Medis Khusus Bagi Bayi Intoleransi Laktosa (Cair) (1397)",
    "Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
    "=1",
  ],
  [
    9304,
    "Pangan Olahan Keperluan Medis Khusus Bagi Bayi Intoleransi Laktosa (Cair) (1397)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "=3",
  ],
  [
    9324,
    "Pangan Olahan Keperluan Medis Khusus Bagi Bayi Intoleransi Laktosa (Padat) (1396)",
    "Kandungan asam erusat (erucic acid) dari total asam lemak (%)",
    "=1",
  ],
  [
    9325,
    "Pangan Olahan Keperluan Medis Khusus Bagi Bayi Intoleransi Laktosa (Padat) (1396)",

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Timbal (Pb) (mg/kg)",
    "=1",
  ],
  [
    10454,
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
    "Kadar asam erusat (%)",
    "=2",
  ],
  [
    10455,
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
    "Bilangan penyabunan (mg KOH/g)",
    "=193",
    "=182",
  ],
  [
    10456,
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
    "Bilangan iod (Wijs)",
    "=126",
    "=105",
  ],
  [
    10457,
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
    "Arsen (As) (ppm atau mg/kg)",
    "=0.1",
  ],
  [
    10458,
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
    "Kadmium (Cd) (ppm atau mg/kg)",
    "=0.1",
  ],
  [
    10459,
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
    "Merkuri (Hg) (ppm atau mg/kg)",
    "=0.05",
  ],
  [
    10460,
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
    "Timah (Sn) pangan olahan yang dikemas dalam kaleng (ppm atau mg/kg)",
    "=250",
  ],
  [
    10461,
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
    "Timah (Sn) yang tidak dikemas dalam kaleng (ppm atau mg/kg)",
    "=40",
  ],
  [
    10462,
    "Rapeseed oil - low erucic acid (low erucic acid turnip rape oil/low erucic acid colza oil/canola oil) (02010243)",
    "Timbal (Pb) (ppm atau mg/kg)",
    "=0.1",
  ],
  [
    10463,

lib/App/BPOMUtils/Table.pm  view on Meta::CPAN

    "Aflatoksin M1 (ppb atau mcg/kg)",
    "=0.5",
  ],
  [
    12602,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Arsen (As) (mg/kg)",
    "=0.1",
  ],
  [
    12603,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Kadmium (Cd)(mg/kg)",
    "=0.05",
  ],
  [
    12604,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Merkuri (Hg) (mg/kg)",
    "=0.02",
  ],
  [
    12605,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Timah (Sn) Dikemas dalam Kaleng (mg/kg)",
    "=250",
  ],
  [
    12606,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Timah (Sn) Tidak Dikemas dalam Kaleng (mg/kg) ",
    "=40",
  ],
  [
    12607,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Timbal (Pb) (mg/kg)",
    "=0.02",
  ],
  [
    12608,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Total padatan susu bukan lemak (%)",
    "",
    "=6.6",
  ],
  [
    12609,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Kadar asam laktat (%)",
    "",
    "=0.5",
  ],
  [
    12610,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Dengan Pemanasan Setelah Difermentasi) (0102010204)",
    "Aflatoksin M1 (ppb)",
    "=0.5",
  ],
  [
    12611,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Arsen (As) (mg/kg)",
    "=0.1",
  ],
  [
    12612,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Kadmium (Cd) (mg/kg)",
    "=0.05",
  ],
  [
    12613,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Merkuri (Hg) (mg/kg)",
    "=0.02",
  ],
  [
    12614,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Timah (Sn) Dikemas dalam Kaleng (mg/kg)",
    "=250",
  ],
  [
    12615,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Timah (Sn) Tidak Dikemas dalam Kaleng (mg/kg)",
    "=40",
  ],
  [
    12616,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Timbal (Pb) (mg/kg)",
    "=0.02",
  ],
  [
    12617,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Total padatan susu bukan lemak (%)",
    "",
    "=6.6",
  ],
  [
    12618,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Kadar asam laktat (%)",
    "",
    "=0.5",
  ],
  [
    12619,
    "Susu Asidofilus (Acidophilus Milk) (Plain) (Tanpa Pemanasan Setelah Difermentasi) (0102010104)",
    "Aflatoksin M1 (mcg/kg)",
    "=0.5",
  ],
  [
    12620,

 view all matches for this distribution


App-BS

 view release on metacpan or  search on metacpan

TODO.md  view on Meta::CPAN

# App::BS TODO:
- [x] finish pkgbase.sh rewrite in perl
    - [ ] decide whether or fall back to or start with `expac` and `pacsift`
          rather than `pacinfo` abd `pacman` directly
      - [ ] pass multiple packages to expac at once?
          - [ ] figure out how to parse what we recieve back, hopefully it is
                ordered the same as input so we can just break it up by space
                or IFS in the case of multiple packages returned per input

 view all matches for this distribution


App-BackupTumblr

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.
	$VERSION = '1.00';

 view all matches for this distribution


App-Base

 view release on metacpan or  search on metacpan

t/daemon.t  view on Meta::CPAN

}

no Moose;
__PACKAGE__->meta->make_immutable;

package Test::Daemon::Suicidal;
use Time::HiRes;
use POSIX qw(SIGTERM);

use Moose;
with 'App::Base::Daemon';

t/daemon.t  view on Meta::CPAN

    is(0, Test::Daemon::Exiting->new->run, '--no-fork runs and returns 0');
}

LE_ROI_SE_MEURT:
{
    my $pidfile = $pdir->child('Test::Daemon::Suicidal.pid');
    local $ENV{APP_BASE_DAEMON_PIDDIR} = $pdir;
    is(Test::Daemon::Suicidal->new->run, 0, 'Test::Suicidal daemon spawns detached child process');
    wait_file($pidfile);
    ok(-f $pidfile, "Suicidal pid file exists");
    chomp(my $pid = read_file($pidfile));
    my $count = 50;
    while (kill(ZERO => $pid) and $count--) {
        Time::HiRes::usleep(50_000);
    }
    ok(!kill(ZERO => $pid), "Suicidal grandchild process has gone");
}

if ($> == 0) {
    local $ENV{APP_BASE_DAEMON_PIDDIR} = $pdir;
    unlink $pidfile;

 view all matches for this distribution


App-Basis-ConvertText2

 view release on metacpan or  search on metacpan

lib/App/Basis/ConvertText2.pm  view on Meta::CPAN


B<Parameters>  passed in a HASH
    name        - name of this formatting action - required
    basedir     - root directory of document being processed
    cache_dir   - place to store cache files - optional
    use_cache   - decide if you want to use a cache or not
    template    - HTML template to use, must contain %_CONTENTS_%
    replace     - hashref of extra keywords to use as replaceable variables
    verbose     - be verbose
    embed       - embed images, do not create links to them

 view all matches for this distribution


App-Basis-Queue

 view release on metacpan or  search on metacpan

lib/App/Basis/Queue.pm  view on Meta::CPAN


sub listen
{
    my $self = shift ;
    my $params = @_ % 2 ? shift : {@_} ;
    # decide where the delay comes from
    my $delay = $params->{listen_delay} || $self->{listen_delay} ;

    if ( ref($params) ne 'HASH' ) {
        warn "listen accepts a hash or a hashref of parameters" ;
        return 0 ;

 view all matches for this distribution


App-Basis

 view release on metacpan or  search on metacpan

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

    use warnings ;
    use POSIX qw(strftime) ;
    use App::Basis

    sub ctrlc_func {
        # code to decide what to do when CTRL-C is pressed
    }

    sub cleanup_func {
        # optionally clean up things when the script ends
    }

 view all matches for this distribution


App-Beeminder-Hook

 view release on metacpan or  search on metacpan

public/css/error.css  view on Meta::CPAN

body {
    font-family: Lucida,sans-serif;
}

h1 {
    color: #AA0000;
    border-bottom: 1px solid #444;
}

h2 { color: #444; }

pre {
    font-family: "lucida console","monaco","andale mono","bitstream vera sans mono","consolas",monospace;
    font-size: 12px;
    border-left: 2px solid #777;
    padding-left: 1em;
}

public/css/error.css  view on Meta::CPAN

    border-top: 0;
    margin-bottom: 1em;
}

div.title {
    font-family: "lucida console","monaco","andale mono","bitstream vera sans mono","consolas",monospace;
    font-size: 12px;
    background-color: #aaa;
    color: #444;
    font-weight: bold;
    padding: 3px;

 view all matches for this distribution


App-Bernard

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use FindBin;

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.
	$VERSION = '0.97';

 view all matches for this distribution


App-Bin-Search

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.
	$VERSION = '1.21';

 view all matches for this distribution


App-BookmarkFeed

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different

 view all matches for this distribution


App-BorgRestore

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different

 view all matches for this distribution


App-Brl2Brl

 view release on metacpan or  search on metacpan

COPYING.LESSER  view on Meta::CPAN

Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.

  This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it.  You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.

  When we speak of free software, we are referring to freedom of use,

COPYING.LESSER  view on Meta::CPAN

such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices.  Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

 view all matches for this distribution


App-Bulkmail

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

that should be provided before the module is installed.

A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it to get an idea of the module's uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.


INSTALLATION

 view all matches for this distribution


App-BundleDeps

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use strict 'vars';

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.
	$VERSION = '0.94';

 view all matches for this distribution


App-CCSV

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

that should be provided before the module is installed.

A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it to get an idea of the module's uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.


INSTALLATION

 view all matches for this distribution


App-CLI-Extension

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.
	$VERSION = '1.06';

 view all matches for this distribution


App-CLI

 view release on metacpan or  search on metacpan

inc/Module/Install.pm  view on Meta::CPAN

use File::Path ();

use vars qw{$VERSION $MAIN};
BEGIN {
	# All Module::Install core packages now require synchronised versions.
	# This will be used to ensure we don't accidentally load old or
	# different versions of modules.
	# This is not enforced yet, but will be some time in the next few
	# releases once we can make sure it won't clash with custom
	# Module::Install extensions.
	$VERSION = '1.00';

 view all matches for this distribution


( run in 2.787 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )