App-mkpkgconfig

 view release on metacpan or  search on metacpan

lib/App/mkpkgconfig/PkgConfig.pm  view on Meta::CPAN


   @keywords = $obj->keywords;

Return a list of L<App::mkpkgconfig::PkgConfig::Entry::Keywords> objects;

=head2 add_variable

  $obj->add_variable( $name, $value );

Add a variable with the specified value.  If the variable exists, its
value will be updated.

=head2 add_variables

  $obj->add_variables( \%variables );

Add multiple variables, with names and values specified by the passed hash.

=head2 add_keyword

  $obj->add_keyword( $name, $value );

Add a keyword with the specified value.  If the keyword exists, its
value will be updated.

=head2 add_keywords

  $obj->add_keywords( \%keywords );

Add multiple keywords, with names and values specified by the passed hash.

=head2 write

  $obj->write( $file, %options );



( run in 0.237 second using v1.01-cache-2.11-cpan-05444aca049 )