diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2012-03-16 08:40:52 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2012-03-16 08:55:02 +0100 |
commit | 78ffee002f47daed249e62778587383f2cd2a21a (patch) | |
tree | ac40daf6b15bbc9d4e3b9fc8f6b0d19f632311f3 | |
parent | 9c66079ee0ebac9c2d7115e88f30b2c2fad1dcc9 (diff) | |
download | dpkg-78ffee002f47daed249e62778587383f2cd2a21a.tar.gz |
Dpkg::BuildFlags: update embedded API changelog
-rw-r--r-- | scripts/Dpkg/BuildFlags.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/Dpkg/BuildFlags.pm b/scripts/Dpkg/BuildFlags.pm index b11433504..380047010 100644 --- a/scripts/Dpkg/BuildFlags.pm +++ b/scripts/Dpkg/BuildFlags.pm @@ -390,6 +390,10 @@ the prepend operation everywhere. New method: $bf->load_maintainer_config() that update the build flags based on the package maintainer directives. +=head Version 1.02 + +New methods: $bf->get_features(), $bf->has_features(), $bf->set_feature(). + =head1 AUTHOR Raphaël Hertzog <hertzog@debian.org> |