Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove version numbers in Perl modules #47

Open
aleibl opened this issue Dec 18, 2013 · 0 comments
Open

Remove version numbers in Perl modules #47

aleibl opened this issue Dec 18, 2013 · 0 comments
Assignees
Milestone

Comments

@aleibl
Copy link

aleibl commented Dec 18, 2013

Many Perl modules contain their own version number which makes bumping the version a chore. Unless there is a very good reason to have separate versions in those modules these should be removed.

$ find . -type f -exec grep -H VERSION {} ;
(partial output:)
Binary file ./.git/index matches
./agent/bin/certnanny:my $msg = "CertNanny, version $CertNanny::VERSION";
./agent/lib/perl/__Win32/DAEMON.PM:$VERSION = 20110117;
./agent/lib/perl/__Win32/DAEMON.PM:$VERSION = 20110117;
./agent/lib/perl/CertNanny/Config.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION);
./agent/lib/perl/CertNanny/Config.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Enroll/Sscep.pm:use vars qw( $VERSION );
./agent/lib/perl/CertNanny/Enroll/Sscep.pm: $monitor = lc($macaddresses) . '&cnversion=' . "$CertNanny::VERSION";
./agent/lib/perl/CertNanny/Enroll.pm:use vars qw( $VERSION );
./agent/lib/perl/CertNanny/Enroll.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/HSM/Chil.pm:use vars qw( $VERSION );
./agent/lib/perl/CertNanny/HSM/Chil.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/HSM/Utimaco.pm:use vars qw( $VERSION );
./agent/lib/perl/CertNanny/HSM/Utimaco.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/HSM.pm:use vars qw( $VERSION );
./agent/lib/perl/CertNanny/HSM.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Keystore/Java.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION);
./agent/lib/perl/CertNanny/Keystore/Java.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Keystore/MQ.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION);
./agent/lib/perl/CertNanny/Keystore/MQ.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Keystore/OpenSSL.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION);
./agent/lib/perl/CertNanny/Keystore/OpenSSL.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Keystore/PKCS12.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION);
./agent/lib/perl/CertNanny/Keystore/PKCS12.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Keystore/SAP.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION);
./agent/lib/perl/CertNanny/Keystore/SAP.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Keystore/Skeleton.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION);
./agent/lib/perl/CertNanny/Keystore/Skeleton.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Keystore/Windows.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION);
./agent/lib/perl/CertNanny/Keystore/Windows.pm:$VERSION = 0.01;
./agent/lib/perl/CertNanny/Keystore/WindowsIIS.pm:use vars qw($VERSION);
./agent/lib/perl/CertNanny/Keystore/WindowsIIS.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Keystore.pm:use vars qw($VERSION);
./agent/lib/perl/CertNanny/Keystore.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Logging.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION);
./agent/lib/perl/CertNanny/Logging.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny/Util.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION);
./agent/lib/perl/CertNanny/Util.pm:$VERSION = 0.10;
./agent/lib/perl/CertNanny.pm:use vars qw(@isa @export @EXPORT_OK %EXPORT_TAGS $VERSION $AUTOLOAD);
./agent/lib/perl/CertNanny.pm:$VERSION = "0.95.0";

@aleibl aleibl modified the milestones: v1.2, v1.1 Feb 27, 2014
@aleibl aleibl modified the milestones: v1.2, v1.3 Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant