@ -0,0 +1,15 @@
package GPG;
# GPG abstraction layer for encrypt/decrypt password database
sub new {
my $class = shift;
my $self = {
};
bless $self, $class;
return $self;
}
1;
The note is not visible to the blocked user.