Name : perl-vars-i
| |
Version : 1.01
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 6.1
| Date : 2015-01-23 14:02:22
|
Group : Development/Libraries/Perl
| Source RPM : perl-vars-i-1.01-6.1.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Perl pragma to declare and simultaneously initialize global variables.
|
Description :
For whatever reason, I once had to write something like
BEGIN { use vars \'$VERSION\'; $VERSION = 3; }
and I really didn\'t like typing that much.
Also, I like being able to say
use vars::i \'$VERSION\' => sprintf(\"%d.%02d\", q$Revision: 1.3 $ =~ /: (\\d+)\\.(\\d+)/);
use vars::i [ \'$VERSION\' => sprintf(\"%d.%02d\", q$Revision: 1.3 $ =~ /: (\\d+)\\.(\\d+)/), \'$REVISION\'=> \'$Id: GENERIC.pm,v 1.3 2002/06/02 11:12:38 _ Exp $\', ];
Like with \'use vars;\', there is no need to fully qualify the variable name.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-V/openSUSE_13.2/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(vars::i)
perl-vars-i
Requires :