Skip to content

Commit de3dc27

Browse files
committed
Unicode::UCD: tidy indents in list of exports
Increment $VERSION. For 'make test_porting', committer had to run: ./perl -Ilib regen/regcharclass.pl ./perl -Ilib regen/mk_invlists.pl
1 parent d85c3a2 commit de3dc27

File tree

6 files changed

+26
-25
lines changed

6 files changed

+26
-25
lines changed

charclass_invlists.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456662,7 +456662,7 @@ static const U8 WB_dfa_table[] = {
456662456662
#endif /* defined(PERL_IN_REGEXEC_C) */
456663456663

456664456664
/* Generated from:
456665-
* 7229a97216f54f7d47d5cff56fc8dbc185dcfe40db20533f8034a1215af787fe lib/Unicode/UCD.pm
456665+
* 9d528c53e41a1d78d4952581c30a98d26e8ec2d95b828650d037bfd99bec70a5 lib/Unicode/UCD.pm
456666456666
* 764f420cedfc8b43d9fec251c957a5d55fc45d40f6573f162990ed1dce7e36e0 lib/unicore/ArabicShaping.txt
456667456667
* b8f32554c6f658821fb0ee742d21c5b1f2086b9bf13071fed04894b022f93d67 lib/unicore/BidiBrackets.txt
456668456668
* d7afdadd1bbd66f5a663ac0e8f7958f18fd9491fc0bc59ec5877cb82db71db7d lib/unicore/BidiMirroring.txt

lib/Unicode/UCD.pm

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55
no warnings 'surrogate'; # surrogates can be inputs to this
66
use charnames ();
77

8-
our $VERSION = '0.80';
8+
our $VERSION = '0.81';
99

1010
sub DEBUG () { 0 }
1111
$|=1 if DEBUG;
@@ -14,25 +14,26 @@ require Exporter;
1414

1515
our @ISA = qw(Exporter);
1616

17-
our @EXPORT_OK = qw(charinfo
18-
charblock charscript
19-
charblocks charscripts
20-
charinrange
21-
charprop
22-
charprops_all
23-
general_categories bidi_types
24-
compexcl
25-
casefold all_casefolds casespec
26-
namedseq
27-
num
28-
prop_aliases
29-
prop_value_aliases
30-
prop_values
31-
prop_invlist
32-
prop_invmap
33-
search_invlist
34-
MAX_CP
35-
);
17+
our @EXPORT_OK = qw(
18+
charinfo
19+
charblock charscript
20+
charblocks charscripts
21+
charinrange
22+
charprop
23+
charprops_all
24+
general_categories bidi_types
25+
compexcl
26+
casefold all_casefolds casespec
27+
namedseq
28+
num
29+
prop_aliases
30+
prop_value_aliases
31+
prop_values
32+
prop_invlist
33+
prop_invmap
34+
search_invlist
35+
MAX_CP
36+
);
3637

3738
use Carp;
3839

lib/unicore/uni_keywords.pl

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

regcharclass.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

regexp_constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define MAX_FOLD_FROMS 3
3030

3131
/* Generated from:
32-
* 7229a97216f54f7d47d5cff56fc8dbc185dcfe40db20533f8034a1215af787fe lib/Unicode/UCD.pm
32+
* 9d528c53e41a1d78d4952581c30a98d26e8ec2d95b828650d037bfd99bec70a5 lib/Unicode/UCD.pm
3333
* 764f420cedfc8b43d9fec251c957a5d55fc45d40f6573f162990ed1dce7e36e0 lib/unicore/ArabicShaping.txt
3434
* b8f32554c6f658821fb0ee742d21c5b1f2086b9bf13071fed04894b022f93d67 lib/unicore/BidiBrackets.txt
3535
* d7afdadd1bbd66f5a663ac0e8f7958f18fd9491fc0bc59ec5877cb82db71db7d lib/unicore/BidiMirroring.txt

uni_keywords.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)