Tk 804.025_beta3 Deleted
Kwalitee Issues
- meta_yml_conforms_to_known_spec
-
Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
Error: Expected a map structure from string or file. (requires) [Validation: 1.0]
- has_proper_version
-
Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: PreLoad, Tk::After, Tk::Animation, Tk::Bitmap, Tk::Canvas, Tk::Checkbutton, Tk::Compound, Tk::Configure, Tk::DragDrop::Rect, Tk::DragDrop::SunConst, Tk::DragDrop::Win32Drop, Tk::DummyEncode, Tk::English, Tk::Entry, Tk::Event, Tk::HList, Tk::Image, Tk::ImageBack, Tk::InputO, Tk::ItemStyle, Tk::JPEG, Tk::LabEntry, Tk::LabFrame, Tk::LabRadiobutton, Tk::Label, Tk::Listbox, Tk::Menubutton, Tk::Mwm, Tk::NBFrame, Tk::PNG, Tk::Photo, Tk::Pixmap, Tk::Pretty, Tk::ROText, Tk::Radiobutton, Tk::Reindex, Tk::Scale, Tk::Scrollbar, Tk::Stats, Tk::Submethods, Tk::Text::Tag, Tk::TextEdit, Tk::TextUndo, Tk::Tiler, Tk::Toplevel, Tk::WinPhoto, Tk::Xlib, Tk::Xrm, Tk::install, Tk::widgets
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Tk-804.025_beta3/TextList/Reindex.pm -- Around line 169: '=item' outside of any '=over' Around line 199: You forgot a '=back' before '=head1' Around line 201: '=item' outside of any '=over' Around line 208: You forgot a '=back' before '=head1' Tk-804.025_beta3/Tixish/NoteBook.pm -- Around line 453: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tixish/Tree.pm -- Around line 228: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/Adjuster.pm -- Around line 436: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/Animation.pm -- Around line 90: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/CmdLine.pm -- Around line 499: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/ColorEditor.pm -- Around line 760: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/Dialog.pm -- Around line 69: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/FileSelect.pm -- Around line 577: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/MainWindow.pm -- Around line 188: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/Menu/Item.pm -- Around line 179: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/Optionmenu.pm -- Around line 129: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/Submethods.pm -- Around line 46: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/Table.pm -- Around line 565: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/Xrm.pm -- Around line 10: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Tk/widgets.pm -- Around line 21: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/Xlib/X/X.pm -- Around line 398: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/pod/Button.pod -- Around line 39: alternative text 'perl/Tk callback' contains non-escaped | or / Around line 119: alternative text 'perl/Tk callback' contains non-escaped | or / Tk-804.025_beta3/pod/Checkbutton.pod -- Around line 39: alternative text 'perl/Tk callback' contains non-escaped | or / Around line 170: alternative text 'perl/Tk callback' contains non-escaped | or / Around line 240: alternative text 'perl/Tk callback' contains non-escaped | or / alternative text 'perl/Tk callback' contains non-escaped | or / Tk-804.025_beta3/pod/DialogBox.pod -- Around line 125: You forgot a '=back' before '=head1' Tk-804.025_beta3/pod/Entry.pod -- Around line 489: You forgot a '=back' before '=head1' Tk-804.025_beta3/pod/Listbox.pod -- Around line 694: You forgot a '=back' before '=head1' Tk-804.025_beta3/pod/Menu.pod -- Around line 72: alternative text 'perl/Tk callback' contains non-escaped | or / Tk-804.025_beta3/pod/Radiobutton.pod -- Around line 39: alternative text 'perl/Tk callback' contains non-escaped | or / Around line 159: alternative text 'perl/Tk callback' contains non-escaped | or / Tk-804.025_beta3/pod/Scale.pod -- Around line 48: alternative text 'perl/Tk callback' contains non-escaped | or / Tk-804.025_beta3/pod/Text.pod -- Around line 164: alternative text 'perl/Tk callbacks' contains non-escaped | or / Tk-804.025_beta3/pod/callbacks.pod -- Around line 117: =cut found outside a pod block. Skipping to next block. Tk-804.025_beta3/pod/selection.pod -- Around line 82: You can't have =items (as at line 137) unless the first thing after the =over is an =item
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: PreLoad, Tie::Watch, Tk, Tk::Adjuster, Tk::After, Tk::Animation, Tk::Balloon, Tk::Bitmap, Tk::BrowseEntry, Tk::Button, Tk::Canvas, Tk::Checkbutton, Tk::Clipboard, Tk::CmdLine, Tk::ColorEditor, Tk::Compound, Tk::Configure, Tk::Derived, Tk::Dialog, Tk::DialogBox, Tk::DirTree, Tk::Dirlist, Tk::DragDrop, Tk::DragDrop::Common, Tk::DragDrop::KDEDrop, Tk::DragDrop::KDESite, Tk::DragDrop::Local, Tk::DragDrop::Rect, Tk::DragDrop::SunConst, Tk::DragDrop::SunDrop, Tk::DragDrop::SunSite, Tk::DragDrop::Win32Drop, Tk::DragDrop::Win32Site, Tk::DragDrop::XDNDDrop, Tk::DragDrop::XDNDSite, Tk::DropSite, Tk::DummyEncode, Tk::English, Tk::Entry, Tk::ErrorDialog, Tk::Event, Tk::Event::IO, Tk::FBox, Tk::FileSelect, Tk::FloatEntry, Tk::Font, Tk::Frame, Tk::HList, Tk::IO, Tk::IconList, Tk::Image, Tk::ImageBack, Tk::InputO, Tk::ItemStyle, Tk::JPEG, Tk::LabEntry, Tk::LabFrame, Tk::LabRadiobutton, Tk::Label, Tk::Labelframe, Tk::Listbox, Tk::MMtry, Tk::MMutil, Tk::MainWindow, Tk::MakeDepend, Tk::Menu, Tk::Menu::Item, Tk::Menubar, Tk::Menubutton, Tk::Message, Tk::Mwm, Tk::NBFrame, Tk::NoteBook, Tk::Optionmenu, Tk::PNG, Tk::Pane, Tk::Panedwindow, Tk::Photo, Tk::Pixmap, Tk::Pretty, Tk::ProgressBar, Tk::ROText, Tk::Radiobutton, Tk::Region, Tk::Reindex, Tk::ReindexedROText, Tk::ReindexedText, Tk::Scale, Tk::Scrollbar, Tk::Spinbox, Tk::Stats, Tk::Submethods, Tk::TList, Tk::Table, Tk::Text, Tk::Text::Tag, Tk::TextEdit, Tk::TextList, Tk::TextUndo, Tk::Tiler, Tk::TixGrid, Tk::Toplevel, Tk::Trace, Tk::Tree, Tk::Widget, Tk::WinPhoto, Tk::Wm, Tk::X, Tk::X11Font, Tk::Xlib, Tk::Xrm, Tk::install, Tk::widgets
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- Ball
- Plot
- Tie::Watch
- Tie::Watch::Array
- Tie::Watch::Hash
- Tie::Watch::Scalar
- Tk
- Tk::Adjuster
- Tk::Adjuster::Item
- Tk::After
- Tk::Animation
- Tk::Balloon
- Tk::Bitmap
- Tk::BrowseEntry
- Tk::Button
- Tk::Canvas
- Tk::Checkbutton
- Tk::Clipboard
- Tk::CmdLine
- Tk::ColorDialog
- Tk::ColorEditor
- Tk::ColorSelect
- Tk::Compound
- Tk::Configure
- Tk::Derived
- Tk::Dialog
- Tk::DialogBox
- Tk::DirTree
- Tk::Dirlist
- Tk::DragDrop
- Tk::DragDrop::Common
- Tk::DragDrop::Local
- Tk::DragDrop::Rect
- Tk::DragDrop::SunConst
- Tk::DragDrop::SunDrop
- Tk::DragDrop::SunSite
- Tk::DragDrop::Win32Drop
- Tk::DragDrop::Win32Site
- Tk::DragDrop::XDNDDrop
- Tk::DragDrop::XDNDSite
- Tk::DropSite
- Tk::DummyEncode
- Tk::DummyEncode::iso8859_1
- Tk::English
- Tk::Entry
- Tk::ErrorDialog
- Tk::Event
- Tk::Event::IO
- Tk::FBox
- Tk::FileSelect
- Tk::Font
- Tk::Frame
- Tk::HList
- Tk::IO
- Tk::IconList
- Tk::Image
- Tk::ImageBack
- Tk::InputO
- Tk::ItemStyle
- Tk::JPEG
- Tk::LabEntry
- Tk::LabFrame
- Tk::LabRadiobutton
- Tk::Label
- Tk::LabeledEntryLabeledRadiobutton
- Tk::Labelframe
- Tk::Listbox
- Tk::MMtry
- Tk::MMutil
- Tk::MainWindow
- Tk::MakeDepend
- Tk::Menu
- Tk::Menu::Button
- Tk::Menu::Cascade
- Tk::Menu::Checkbutton
- Tk::Menu::Item
- Tk::Menu::Radiobutton
- Tk::Menu::Separator
- Tk::Menubar
- Tk::Menubutton
- Tk::Message
- Tk::Mwm
- Tk::NBFrame
- Tk::NoteBook
- Tk::Optionmenu
- Tk::PNG
- Tk::Pane
- Tk::Panedwindow
- Tk::Photo
- Tk::Pixmap
- Tk::Pretty
- Tk::ProgressBar
- Tk::ROText
- Tk::Radiobutton
- Tk::Region
- Tk::Scale
- Tk::Scrollbar
- Tk::Spinbox
- Tk::Stats
- Tk::Submethods
- Tk::TList
- Tk::Table
- Tk::Text
- Tk::Text::Tag
- Tk::TextEdit
- Tk::TextUndo
- Tk::Tiler
- Tk::TixGrid
- Tk::Toplevel
- Tk::Trace
- Tk::Tree
- Tk::Widget
- Tk::WinPhoto
- Tk::Wm
- Tk::X
- Tk::X11Font
- Tk::Xlib
- Tk::Xrm
- Tk::install
- Tk::widgets
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 4.002,4.003,4.004,4.005,4.006,4.007,4.008,4.009,4.010,4.011,4.012,4.013,4.016,4.017,4.019,4.027,804.025
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
PreLoad | 4.004 | metacpan | |
Tie::Watch | place watchpoints on Perl variables. | 4.006 | metacpan |
Tk | a graphical user interface toolkit for Perl | 804.025 | metacpan |
Tk::Adjuster | 4.007 | metacpan | |
Tk::After | 4.007 | metacpan | |
Tk::Animation | 4.006 | metacpan | |
Tk::Balloon | 4.007 | metacpan | |
Tk::Bitmap | 4.004 | metacpan | |
Tk::BrowseEntry | 4.010 | metacpan | |
Tk::Button | 4.008 | metacpan | |
Tk::Canvas | 4.007 | metacpan | |
Tk::Checkbutton | 4.006 | metacpan | |
Tk::Clipboard | 4.006 | metacpan | |
Tk::CmdLine | Process standard X11 command line options and set initial resources | 4.006 | metacpan |
Tk::ColorEditor | 4.008 | metacpan | |
Tk::Compound | 4.004 | metacpan | |
Tk::Configure | 4.008 | metacpan | |
Tk::Derived | 4.008 | metacpan | |
Tk::Dialog | 4.004 | metacpan | |
Tk::DialogBox | 4.009 | metacpan | |
Tk::DirTree | 4.009 | metacpan | |
Tk::Dirlist | 4.004 | metacpan | |
Tk::DragDrop | 4.012 | metacpan | |
Tk::DragDrop::Common | 4.004 | metacpan | |
Tk::DragDrop::KDEDrop | 4.004 | metacpan | |
Tk::DragDrop::KDESite | 4.004 | metacpan | |
Tk::DragDrop::Local | 4.004 | metacpan | |
Tk::DragDrop::Rect | 4.004 | metacpan | |
Tk::DragDrop::SunConst | 4.004 | metacpan | |
Tk::DragDrop::SunDrop | 4.004 | metacpan | |
Tk::DragDrop::SunSite | 4.004 | metacpan | |
Tk::DragDrop::Win32Drop | 4.004 | metacpan | |
Tk::DragDrop::Win32Site | 4.004 | metacpan | |
Tk::DragDrop::XDNDDrop | 4.004 | metacpan | |
Tk::DragDrop::XDNDSite | 4.006 | metacpan | |
Tk::DropSite | 4.004 | metacpan | |
Tk::DummyEncode | 4.007 | metacpan | |
Tk::English | 4.006 | metacpan | |
Tk::Entry | 4.016 | metacpan | |
Tk::ErrorDialog | 4.005 | metacpan | |
Tk::Event | 4.013 | metacpan | |
Tk::Event::IO | 4.008 | metacpan | |
Tk::FBox | 4.012 | metacpan | |
Tk::FileSelect | 4.013 | metacpan | |
Tk::FloatEntry | 4.004 | metacpan | |
Tk::Font | 4.004 | metacpan | |
Tk::Frame | 4.010 | metacpan | |
Tk::HList | 4.011 | metacpan | |
Tk::IO | 4.004 | metacpan | |
Tk::IconList | 4.007 | metacpan | |
Tk::Image | 4.011 | metacpan | |
Tk::ImageBack | 4.004 | metacpan | |
Tk::InputO | 4.004 | metacpan | |
Tk::ItemStyle | 4.004 | metacpan | |
Tk::JPEG | JPEG loader for Tk::Photo | 4.002 | metacpan |
Tk::LabEntry | 4.006 | metacpan | |
Tk::LabFrame | 4.010 | metacpan | |
Tk::LabRadiobutton | 4.004 | metacpan | |
Tk::Label | 4.006 | metacpan | |
Tk::Labelframe | 4.002 | metacpan | |
Tk::Listbox | 4.012 | metacpan | |
Tk::MMtry | 4.009 | metacpan | |
Tk::MMutil | 4.017 | metacpan | |
Tk::MainWindow | 4.008 | metacpan | |
Tk::MakeDepend | 4.008 | metacpan | |
Tk::Menu | 4.019 | metacpan | |
Tk::Menu::Item | 4.004 | metacpan | |
Tk::Menubar | 4.006 | metacpan | |
Tk::Menubutton | 4.004 | metacpan | |
Tk::Message | 4.006 | metacpan | |
Tk::Mwm | 4.004 | metacpan | |
Tk::NBFrame | 4.004 | metacpan | |
Tk::NoteBook | 4.007 | metacpan | |
Tk::Optionmenu | 4.013 | metacpan | |
Tk::PNG | PNG loader for Tk::Photo | 4.002 | metacpan |
Tk::Pane | A window panner | 4.007 | metacpan |
Tk::Panedwindow | 4.003 | metacpan | |
Tk::Photo | 4.005 | metacpan | |
Tk::Pixmap | 4.004 | metacpan | |
Tk::Pretty | 4.006 | metacpan | |
Tk::ProgressBar | A graphical progress bar | 4.008 | metacpan |
Tk::ROText | 4.008 | metacpan | |
Tk::Radiobutton | 4.006 | metacpan | |
Tk::Region | 4.006 | metacpan | |
Tk::Reindex | change the base index of Text-like widgets | 4.004 | metacpan |
Tk::ReindexedROText | 4.004 | metacpan | |
Tk::ReindexedText | 4.004 | metacpan | |
Tk::Scale | 4.004 | metacpan | |
Tk::Scrollbar | 4.010 | metacpan | |
Tk::Spinbox | 4.004 | metacpan | |
Tk::Stats | 4.004 | metacpan | |
Tk::Submethods | 4.004 | metacpan | |
Tk::TList | 4.006 | metacpan | |
Tk::Table | 4.011 | metacpan | |
Tk::Text | 4.017 | metacpan | |
Tk::Text::Tag | 4.004 | metacpan | |
Tk::TextEdit | 4.004 | metacpan | |
Tk::TextList | 4.005 | metacpan | |
Tk::TextUndo | 4.013 | metacpan | |
Tk::Tiler | 4.010 | metacpan | |
Tk::TixGrid | 4.006 | metacpan | |
Tk::Toplevel | 4.006 | metacpan | |
Tk::Trace | emulate Tcl/Tk B<trace> functions. | 4.007 | metacpan |
Tk::Tree | 4.005 | metacpan | |
Tk::Widget | 4.027 | metacpan | |
Tk::WinPhoto | Load a Photo image from a window | 4.004 | metacpan |
Tk::Wm | 4.012 | metacpan | |
Tk::X | 4.004 | metacpan | |
Tk::X11Font | 4.007 | metacpan | |
Tk::Xlib | 4.004 | metacpan | |
Tk::Xrm | 4.004 | metacpan | |
Tk::install | 4.004 | metacpan | |
Tk::widgets | 4.004 | metacpan |
Provides
Name | File | View |
---|---|---|
Ball | demos/demos/widget_lib/Ball.pm | metacpan |
Plot | demos/demos/widget_lib/Plot.pm | metacpan |
Tie::Watch::Array | lib/Tie/Watch.pm | metacpan |
Tie::Watch::Hash | lib/Tie/Watch.pm | metacpan |
Tie::Watch::Scalar | lib/Tie/Watch.pm | metacpan |
Tk::Adjuster::Item | Tk/Adjuster.pm | metacpan |
Tk::ColorDialog | Tk/ColorEditor.pm | metacpan |
Tk::ColorSelect | Tk/ColorEditor.pm | metacpan |
Tk::DummyEncode::iso8859_1 | Tk/DummyEncode.pm | metacpan |
Tk::LabeledEntryLabeledRadiobutton | demos/demos/LabEnLabRad.pm | metacpan |
Tk::Menu::Button | Tk/Menu/Item.pm | metacpan |
Tk::Menu::Cascade | Tk/Menu/Item.pm | metacpan |
Tk::Menu::Checkbutton | Tk/Menu/Item.pm | metacpan |
Tk::Menu::Radiobutton | Tk/Menu/Item.pm | metacpan |
Tk::Menu::Separator | Tk/Menu/Item.pm | metacpan |
WidgetDemo | demos/demos/widget_lib/WidgetDemo.pm | metacpan |
Other Files
Canvas/Makefile.PL | metacpan |
Changes | metacpan |
Compound/Makefile.PL | metacpan |
DragDrop/Makefile.PL | metacpan |
DragDrop/Win32Site/Makefile.PL | metacpan |
Entry/Makefile.PL | metacpan |
Event/Makefile.PL | metacpan |
Extensions/ImageBack/MANIFEST | metacpan |
Extensions/ImageBack/Makefile.PL | metacpan |
HList/Makefile.PL | metacpan |
IO/Makefile.PL | metacpan |
InputO/Makefile.PL | metacpan |
JPEG/MANIFEST | metacpan |
JPEG/Makefile.PL | metacpan |
Listbox/Makefile.PL | metacpan |
MANIFEST | metacpan |
META.yml | metacpan |
Makefile.PL | metacpan |
Menubutton/Makefile.PL | metacpan |
Mwm/Makefile.PL | metacpan |
NBFrame/Makefile.PL | metacpan |
PNG/MANIFEST | metacpan |
PNG/Makefile.PL | metacpan |
README | metacpan |
README-ActiveState.txt | metacpan |
README.AIX | metacpan |
README.HPUX | metacpan |
README.IRIX | metacpan |
README.OSF | metacpan |
README.OpenBSD | metacpan |
README.SCO | metacpan |
README.SVR4 | metacpan |
README.Solaris | metacpan |
README.cygwin | metacpan |
README.darwin | metacpan |
README.linux | metacpan |
README.os2 | metacpan |
README.ultrix | metacpan |
Scale/Makefile.PL | metacpan |
Scrollbar/Makefile.PL | metacpan |
TList/Makefile.PL | metacpan |
Text/Makefile.PL | metacpan |
TextList/Makefile.PL | metacpan |
TixGrid/Makefile.PL | metacpan |
TixPixmap/Makefile.PL | metacpan |
Tixish/Makefile.PL | metacpan |
WinPhoto/Makefile.PL | metacpan |
Xlib/Makefile.PL | metacpan |
Xlib/X/Makefile.PL | metacpan |
demos/MANIFEST | metacpan |
demos/Makefile.PL | metacpan |
pTk/Makefile.PL | metacpan |
pod/Makefile.PL | metacpan |