briandfoy / PerlPowerTools

Perl Power Tools
https://metacpan.org/pod/PerlPowerTools
Other
214 stars 53 forks source link

addbib: correctly re-open database #734

Closed mknos closed 1 month ago

mknos commented 1 month ago
%perl addbib 123c
Instructions? (n) n
Author name: 123
Title: 123
Journal: 123
Volume: 123
Pages: 123
Publisher: 123
City: 123
Date: 123
Other: 123
Keywords: 123
Abstract: 123
Continue? (y) vi
Continue? (y) y
Author name: this 
Title: 234
Journal: 234
Volume: 234
Pages: 234
Publisher: 234
City: 234
Date: 234
Other: 234
Keywords: 234
Abstract: 23444
Continue? (y) n
%cat 123c # empty line1 had been deleted from 1st database entry with vi
%A  123
%T  123
%J  123
%V  123
%P  123
%I  123
%C  123
%D  123
%O  123
%K  123
%X  123

%A  this
%T  234
%J  234
%V  234
%P  234
%I  234
%C  234
%D  234
%O  234
%K  234
%X  23444
coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10765406861

Details


Totals Coverage Status
Change from base Build 10765147047: -0.7%
Covered Lines: 350
Relevant Lines: 479

💛 - Coveralls
briandfoy commented 1 month ago

changes: fix database re-opening that was masking a lexical variable