From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2012-12-18 23:25:35
|
https://bugzilla.gnome.org/show_bug.cgi?id=690464 gnome-perl | Glib | unspecified Summary: same $VERSION in all modules Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: Glib AssignedTo: gtk...@li... ReportedBy: us...@zi... QAContact: gtk...@li... GNOME version: --- Glib::Object::Subclass has a $VERSION set to 0.03 whereas the main Glib-Perl version number is 1.280 or whatever. It'd be good if the $VERSION were the same throughout. (Glib::ParseXSDoc, Glib::GenPod, Glib::CodeGen and Glib::MakeHelper have 0.03 or 1.03.) Updating all the $VERSION for a release can be a bit of a chore. I use an emacs search-and-replace. There's a Test::ConsistentVersion which can check that all modules in a dist have the same version number. It normally looks for a Changes file too, but an undocumented "no_changelog" option suppresses that (and the README check can be suppressed too, if not having the version number in the README). -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |