diff options
Diffstat (limited to 'scripts/Dpkg/Substvars.pm')
-rw-r--r-- | scripts/Dpkg/Substvars.pm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/Dpkg/Substvars.pm b/scripts/Dpkg/Substvars.pm index e07fa323b..5e1b2a7fe 100644 --- a/scripts/Dpkg/Substvars.pm +++ b/scripts/Dpkg/Substvars.pm @@ -330,6 +330,21 @@ sub output { =back +=head1 CHANGES + +=head2 Version 1.02 + +New argument: Accept a $binaryversion in $s->set_version_substvars(), +passing a single argument is still supported. + +New method: $s->mark_as_used(). + +Deprecated method: $s->no_warn(), use $s->mark_as_used() instead. + +=head2 Version 1.01 + +New method: $s->set_as_used(). + =head1 AUTHOR Raphaƫl Hertzog <hertzog@debian.org>. |